summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
AgeCommit message (Expand)Author
2012-12-05Disable background update on non-base layer framesAdrian Grange
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-12-03Merge "Moving count_mb_ref_frame_usage to macroblock struct"Scott LaVarnway
2012-11-06Incorrect parameter passed into vp8_stuff_mbScott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-09-13Removed pre_mvcScott LaVarnway
2012-08-20Fix inter_zz_count calculation bugYunqing Wang
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-06-20Fix segmentation updates with vp8_set_roimap()Paul Wilkins
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-04Remove extra enumJohann
2012-05-24fix denoiser for temporal patterns and rdJim Bankoski
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-04-23Removed mcomp_filter_typeScott LaVarnway
2012-03-13Adds a motion compensated temporal denoiser to the encoder.Stefan Holmer
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-21Merge "Remove redundant init of segment_counts in vp8_encode_frame"Scott LaVarnway
2012-02-17Update encoder mb_skip_coeff and prob_skip_false calculationAttila Nagy
2012-02-17Remove redundant init of segment_counts in vp8_encode_frameAttila Nagy
2012-02-02Moved ref_frame_cost from MACROBLOCKD to MACROBLOCKScott LaVarnway
2012-02-02Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway
2012-02-02Removed frames_since_golden from MACROBLOCKDScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add quantizer functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2011-12-28Remove unused MACROBLOCK member vector_rangeJohn Koleszar
2011-12-16Merge mr_pick_inter_mode and pick_inter_modeYunqing Wang
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-12-09vp8e - entropy stats per frame typeJim Bankoski
2011-12-05Multiple-resolution encoderYunqing Wang
2011-11-09Merge "Relocated idct/add calls for encoder"Scott LaVarnway
2011-11-09Relocated idct/add calls for encoderScott LaVarnway
2011-11-08Fix checks in MB quantizer initializationYunqing Wang
2011-10-11Added rate-targeted temporal scalabilityAdrian Grange
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy