summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2011-05-27Remove unused codeYunqing Wang
2011-05-25 Use var8x8 instead of get8x8var in VP8_UVSSEAttila Nagy
2011-05-24Merge "MODE_INFO size reduction"Scott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-23Merge "use get8x8var directly for non-subpixel motion case in VP8_UVSSE"Yaowu Xu
2011-05-23use get8x8var directly for non-subpixel motion case in VP8_UVSSEYaowu Xu
2011-05-20Merge "cleanup: collect twopass variables"John Koleszar
2011-05-20Merge "Remove unused members of VP8_COMP"John Koleszar
2011-05-19cleanup: collect twopass variablesJohn Koleszar
2011-05-19Remove unused members of VP8_COMPJohn Koleszar
2011-05-19Using partition_info instead of blockd info for splitmvScott LaVarnway
2011-05-18Merge "Modify MVcount in pick_inter_mode to eliminate calling of vp8_find_nea...Yunqing Wang
2011-05-18Fix a bug in vp8_clamp_mv functionYunqing Wang
2011-05-17Modify MVcount in pick_inter_mode to eliminate calling of vp8_find_near_mvsYunqing Wang
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