summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2011-05-13Merge "adjusting rd constant slightly by ~10%"Yaowu Xu
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-05-11adjusting rd constant slightly by ~10%Yaowu Xu
2011-05-10Merge "Use diamond search to replace full search in full-pixel refining search"Yunqing Wang
2011-05-09Use diamond search to replace full search in full-pixel refining searchYunqing Wang
2011-05-09clean up unused variable warningsJohann
2011-04-29Merge "Use insertion sort instead of quick sort"Yunqing Wang
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-27Use insertion sort instead of quick sortYunqing Wang
2011-04-25remove simpler_lpfJohann
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-20Removed force_no_skipScott LaVarnway
2011-04-20Removed redundant checks of the mode_info_context flagsScott LaVarnway
2011-04-18Use sub-pixel search's SSE in mode selectionYunqing Wang
2011-04-15Merge "Reduce unnecessary distortion computation"Yunqing Wang
2011-04-14Reduce unnecessary distortion computationYunqing Wang
2011-04-12Merge "Bugfix for error accumulator stats"John Koleszar
2011-04-12Bugfix for error accumulator statsJohn Koleszar
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-04-11Define RDCOST only onceYunqing Wang
2011-04-08Fix input MV for full searchYunqing Wang
2011-04-08Error accumulator stats bug.Paul Wilkins
2011-04-06Minor modificationYunqing Wang
2011-04-01Use full-pixel MV in mvsadcost calculationYunqing Wang
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-03-07correct zbin boost for splitmv modeJohn Koleszar
2011-02-24Removed vp8_block2typeScott LaVarnway
2011-02-24Revisited rd_pick_intra4x4blockScott LaVarnway
2011-02-17Merge "Fix relative include paths"John Koleszar
2011-02-14Improved vp8_rd_pick_intra_mbuv_modeScott LaVarnway
2011-02-14Improved rd_pick_intra4x4blockScott LaVarnway
2011-02-10Merge "Improve motion search in real-time mode"Yunqing Wang
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-10Improve motion search in real-time modeYunqing Wang
2011-02-08Added early breakout for vp8_rd_pick_intra4x4mby_modesScott LaVarnway
2011-02-07Fix link error in real-time modeYunqing Wang
2011-02-04Merge "Improve MV prediction in vp8_pick_inter_mode() for speed>3"Yunqing Wang
2011-02-01Zero out block mv when an intra mode is selectedScott LaVarnway
2011-02-01Removed unnecessary B_MODE_INFO memset.Scott LaVarnway
2011-01-31Merge "change the threshold of DC check for encode breakout"Yaowu Xu
2011-01-28change the threshold of DC check for encode breakoutYaowu Xu
2011-01-28Improve MV prediction in vp8_pick_inter_mode() for speed>3Yunqing Wang
2011-01-28Inconsistent distortion metric in vp8_rd_pick_intra_mbuv_modePaul Wilkins
2011-01-27warning: pointer targets differ in signednessJohann
2011-01-27Merge "Remove copies of same functions"Yunqing Wang
2011-01-27Merge "Refine motion vector prediction for NEWMV mode"Yunqing Wang
2011-01-26Remove copies of same functionsYunqing Wang
2011-01-26Rationalize vp8_rd_pick_intra16x16mby_mode()Paul Wilkins
2011-01-25cap the best quantizer for 2nd order DCYaowu Xu