summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.c
AgeCommit message (Expand)Author
2014-01-03Merge "Converting CHECK_POINT macro to inline function."Dmitry Kovalev
2014-01-03Merge "Replacing int_mv with MV."Dmitry Kovalev
2014-01-03Converting CHECK_POINT macro to inline function.Dmitry Kovalev
2014-01-03Merge "Replacing CHECK_BOUNDS macro with inline check_bounds function."Dmitry Kovalev
2014-01-03Replacing int_mv with MV.Dmitry Kovalev
2013-12-27Merge "Remove a unused sub-pixel search"Yunqing Wang
2013-12-19Removing vp9_findnearmv.{h, c} files.Dmitry Kovalev
2013-12-19Remove a unused sub-pixel searchYunqing Wang
2013-12-13Using MV struct instead of int_mv union in encoder (2).Dmitry Kovalev
2013-12-13Using MV struct instead of int_mv union in encoder.Dmitry Kovalev
2013-12-11Replacing CHECK_BOUNDS macro with inline check_bounds function.Dmitry Kovalev
2013-12-11Rename clamp_mv_min_max to set_mv_search_rangeJingning Han
2013-12-10avoid crash when using --best on cpus with SSE3 (but not SSE4) supportGuillaume Martres
2013-12-06Clean-ups in diamond_search_sadJingning Han
2013-12-06Full range motion search for regular block sizesJingning Han
2013-11-18Constrain encoder motion search rangeJingning Han
2013-10-17Adding allow_hp as an argument to mv search functions.Dmitry Kovalev
2013-10-05cpplint issues resolved in vp9_mcomp.cJim Bankoski
2013-09-25Moving from int_mv* to MV* (3).Dmitry Kovalev
2013-09-24Moving from int_mv* to MV* (2).Dmitry Kovalev
2013-09-24Merge "Moving from int_mv to MV."Dmitry Kovalev
2013-09-23Correct 3 step search site initialziationYaowu Xu
2013-09-20Moving from int_mv to MV.Dmitry Kovalev
2013-09-20Cleanup in vp9_init3smotion_compensation.Dmitry Kovalev
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-18Removing redundant code from vp9_mcomp.c.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-19fix a bug when null function pointer is used.Yaowu Xu
2013-08-12Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.Dmitry Kovalev
2013-08-08General code cleanup.Dmitry Kovalev
2013-08-08Adds a new subpel motion functionDeb Mukherjee
2013-08-06Clean ups of the subpel search functionsDeb Mukherjee
2013-08-06Flexible support for various pattern searchesDeb Mukherjee
2013-08-02Cleanups around allow_high_precision_mv flag.Dmitry Kovalev
2013-08-01Nice looking motion vector clamping functions.Dmitry Kovalev
2013-07-31Removing unused "ishp" arguments.Dmitry Kovalev
2013-07-22Diamond search change to accelerate movementDeb Mukherjee
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