summaryrefslogtreecommitdiff
path: root/vp8/encoder/mcomp.c
AgeCommit message (Expand)Author
2012-10-22Merge of the newmventropy experimentDeb Mukherjee
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-09-12Adds feature for companded MV encodingDeb Mukherjee
2012-09-06New motion vector entropy codingDeb Mukherjee
2012-08-28Disable 16x16 temp buffer for superblocks.Ronald S. Bultje
2012-08-20Superblock coding.Ronald S. Bultje
2012-08-09More refactoring of diamond search.Daniel Kang
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-08-07Some refactoring of mcomp functions.Daniel Kang
2012-08-07clamp_mv_min_max -> vp8_clamp_mv_min_maxDaniel Kang
2012-08-03Merging in high_precision_mv experimentDeb Mukherjee
2012-07-31Merging and bug-fix in enhanced_interp experimentDeb Mukherjee
2012-07-17Restyle codeJohn Koleszar
2012-04-27Removed MV costing from ARNR filteringAdrian Grange
2012-04-18Compound prediction for splitmv macroblocks.Ronald S. Bultje
2012-04-11Superblock encoding orderAdrian Grange
2012-03-01Various bug fixes related to high precision mvDeb Mukherjee
2012-02-28Fix compiling issue when CONFIG_HIGH_PRECISION_MV is definedYaowu Xu
2012-02-28Initial refactoring of high_precision mv code.Deb Mukherjee
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2011-12-07made vp8_mode_context adaptiveYaowu Xu
2011-08-03Adjust half-pixel only searchYunqing Wang
2011-07-27Preload reference area in sub-pixel motion search (real-time mode)Yunqing Wang
2011-07-27Fix range checks in motion searchYunqing Wang
2011-07-22Preload reference area to an intermediate buffer in sub-pixel motion searchYunqing Wang
2011-07-08Adjust full-pixel clamping and motion vector limit calculationYunqing Wang
2011-06-30Bug fix in motion vector limit calculationYunqing Wang
2011-06-17Remove unnecessary bounds checking in motion searchYunqing Wang
2011-06-06Remove hex search's variance calculation while in real-time modeYunqing Wang
2011-06-01further clean up of errorperbit and sadperbitYaowu Xu
2011-06-01remove some magic weights associated with sad_per_bitYaowu Xu
2011-05-25fix the mix use of errorperbit and sadperbitYaowu Xu
2011-05-23Rewrite hex search functionYunqing Wang
2011-05-12Removed mv_bits_sadcostScott LaVarnway
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-05-12Modification and issue fix in full-pixel refining searchYunqing Wang
2011-05-09Use diamond search to replace full search in full-pixel refining searchYunqing Wang
2011-05-03Modify HEX searchYunqing Wang
2011-04-18Use sub-pixel search's SSE in mode selectionYunqing Wang
2011-04-14Reduce unnecessary distortion computationYunqing Wang
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
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-11Align SAD output array to be 16-byte alignedYunqing Wang
2011-02-10Improve motion search in real-time modeYunqing Wang
2011-01-18Fix encoder real-time only configuration.Attila Nagy
2010-12-14Fix a bug in motion search code(2)Yunqing Wang
2010-12-14Fix a bug in motion search codeYunqing Wang
2010-12-03Improve MV prediction accuracy to achieve performance gainYunqing Wang