summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.c
AgeCommit message (Expand)Author
2013-06-26Auto adapt step size feature.Paul Wilkins
2013-06-26Change meaning of cpi->sf.first_step and rename.Paul Wilkins
2013-06-25Add averaging-SAD functions for 8-point comp-inter motion search.Ronald S. Bultje
2013-06-24Don't re-allocate comp_pred buffers for each call to comp motion search.Ronald S. Bultje
2013-06-18Renaming 'nmv' to 'mv' for several functions.Dmitry Kovalev
2013-05-22Merge CONFIG_COMP_INTER_JOINT_SEARCH.Paul Wilkins
2013-05-16New inter mode context.Paul Wilkins
2013-05-10Add joint motion search in comp_inter_inter mode(experiment)Yunqing Wang
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25Remove predictor pointers from BLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-18Fixing rounding inside vp9_mv_bit_cost function.Dmitry Kovalev
2013-04-17Changing argument type of vp9_get_mv_joint from MV to MV*.Dmitry Kovalev
2013-04-11Encoder code cleanup.Dmitry Kovalev
2013-03-18Changes to rd error_per_bit calculation.Paul Wilkins
2013-03-08Extend diff MV limit from +/-256 to +/-1024Jingning Han
2013-02-28Code cleanup.Dmitry Kovalev
2013-02-28this commit converts all sad ptrs to uint32Jim Bankoski
2013-02-20Entropy stats output code.Paul Wilkins
2013-02-08Replace as_mv struct with arrayJohn Koleszar
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar