summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
AgeCommit message (Expand)Author
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
2011-04-18Use sub-pixel search's SSE in mode selectionYunqing Wang
2011-04-15Merge "Fix usage of value returned by vp8_pick_intra4x4mby_modes"Adrian Grange
2011-04-15Merge "Reduce unnecessary distortion computation"Yunqing Wang
2011-04-14Reduce unnecessary distortion computationYunqing Wang
2011-04-14Fix usage of value returned by vp8_pick_intra4x4mby_modesAdrian Grange
2011-04-13Fixed use of early breakout in vp8_pick_intra4x4mby_modesAdrian Grange
2011-04-12Merge "Bugfix for error accumulator stats"John Koleszar
2011-04-12Bugfix for error accumulator statsJohn Koleszar
2011-04-11Define RDCOST only onceYunqing Wang
2011-04-08Error accumulator stats bug.Paul Wilkins
2011-04-01Use full-pixel MV in mvsadcost calculationYunqing Wang
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-02-17Merge "Fix relative include paths"John Koleszar
2011-02-11Add improved_mv_pred flag in real-time modeYunqing Wang
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-10Improve motion search in real-time modeYunqing Wang
2011-02-04Merge "Improve MV prediction in vp8_pick_inter_mode() for speed>3"Yunqing Wang
2011-02-01Moved rd calculation into vp8_pick_intra4x4mby_modesScott LaVarnway
2011-01-28Improve MV prediction in vp8_pick_inter_mode() for speed>3Yunqing Wang
2011-01-14Testing of modes with Alt Ref framePaul Wilkins