summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2011-08-24Removed bmi copy to/from BLOCKDScott LaVarnway
2011-07-27Preload reference area in sub-pixel motion search (real-time mode)Yunqing Wang
2011-07-27Merge "Fix range checks in motion search"Yunqing Wang
2011-07-27Fix range checks in motion searchYunqing Wang
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-08Minor change in pick_inter_mode()Yunqing Wang
2011-07-08Adjust full-pixel clamping and motion vector limit calculationYunqing Wang
2011-06-30Merge "Copy macroblock data to a buffer before encoding it"Yunqing Wang
2011-06-30Bug fix in motion vector limit calculationYunqing Wang
2011-06-28Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistentlyJohn Koleszar
2011-06-23Copy macroblock data to a buffer before encoding itYunqing Wang
2011-06-20adjusting the calculation of errorperbitYaowu Xu
2011-06-13Calc ref_frame_cost once per frameScott LaVarnway
2011-06-08Move RD intra block mode selection to rdopt.cJohn Koleszar
2011-06-07Merge "remove redundant functions"Yaowu Xu
2011-06-07adjust sad per bit constantsYaowu Xu
2011-06-06remove redundant functionsYaowu Xu
2011-06-03Merge "Removed B_MODE_INFO"Scott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-06-01further clean up of errorperbit and sadperbitYaowu Xu
2011-06-01remove some magic weights associated with sad_per_bitYaowu Xu
2011-05-31vp8_pick_inter_mode code cleanupScott LaVarnway
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