summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
2011-12-07made vp8_mode_context adaptiveYaowu Xu
2011-12-06Dual 16x16 inter prediction.Ronald S. Bultje
2011-11-28changed find_near_mvs search to include a mb from last frameYaowu Xu
2011-11-21CONFIG_T8X8 experiment.:Paul Wilkins
2011-11-09T8x8 experiment merge.Paul Wilkins
2011-11-09Segmentation feature logic fix.Paul Wilkins
2011-11-04Segment Feature Data AccessPaul Wilkins
2011-11-03Segment Features. Removal of #ifdefsPaul Wilkins
2011-11-02Segmentation: Reference framesPaul Wilkins
2011-11-01Deleted repeated code blockAdrian Grange
2011-10-31Fixed this_mode used before set in vp8_pick_inter_modeAdrian Grange
2011-10-24Further segment feature extensions.Paul Wilkins
2011-09-30Segment coding of mode and reference frame.Paul Wilkins
2011-08-31Skip computation of distortion in vp8_pick_inter_mode if active_map is usedAlpha Lam
2011-07-27Fix range checks in motion searchYunqing Wang
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-23Copy macroblock data to a buffer before encoding itYunqing Wang
2011-06-15Use SSE as BPRED distortion metric consistentlyJohn Koleszar
2011-06-13Populate bmi for B_PRED onlyScott LaVarnway
2011-06-13Calc ref_frame_cost once per frameScott LaVarnway
2011-06-09remove one set of 16x16 variance funcationsYaowu Xu
2011-06-08vp8_pick_inter_mode: remove best_bmodesJohn Koleszar
2011-06-08vp8_pick_intra_mode: correct returned rateJohn Koleszar
2011-06-08Move RD intra block mode selection to rdopt.cJohn Koleszar
2011-06-08Move intra block mode selection to pickinter.cJohn Koleszar
2011-06-06Remove hex search's variance calculation while in real-time modeYunqing Wang
2011-06-03Merge "Removed B_MODE_INFO"Scott LaVarnway
2011-06-03Adjust bounds checking for hex search in real-time modeYunqing Wang
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-25Return sse value in vp8_variance SSE2 functionsYunqing Wang
2011-05-24Fix a bug happening while encoding at profile=3Yunqing Wang
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-20Merge "revise two function definitions with less parameters"Yaowu Xu
2011-05-20Merge "Remove unused members of VP8_COMP"John Koleszar
2011-05-19revise two function definitions with less parametersYaowu Xu
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-12Using int_mv instead of MVScott LaVarnway
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-18Merge "Use sub-pixel search's SSE in mode selection"Yunqing Wang