summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2011-12-21Remove useless g_common.hJohn Koleszar
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-12-15Only call vp8_find_near_mvs() once for each macroblockYunqing Wang
2011-12-09vp8e - entropy stats per frame typeJim Bankoski
2011-12-05Multiple-resolution encoderYunqing Wang
2011-11-18Speed selection support for disabled reference framesJohn Koleszar
2011-11-17Merge "Added predictor stride argument(s) to subtract functions"Scott LaVarnway
2011-11-15Added predictor stride argument(s) to subtract functionsScott LaVarnway
2011-11-11avoid resetting framerate during vpx_codec_enc_config_set()John Koleszar
2011-11-09Merge "ARMv6 optimized Intra4x4 prediction"Johann
2011-11-09ARMv6 optimized Intra4x4 predictionTero Rintaluoma
2011-11-08Fix checks in MB quantizer initializationYunqing Wang
2011-11-03Change use of eob in the encoderTero Rintaluoma
2011-10-18Remove usage of predict buffer for decodeScott LaVarnway
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