summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.h
AgeCommit message (Expand)Author
2015-03-04Move integral projection motion search to vp9_mcomp.cJingning Han
2014-11-17change to call vp9_refining_search_sad() directlyYaowu Xu
2014-10-08Subpel search cleanups and enhancementsDeb Mukherjee
2014-09-29Adds two new subpel search methodsDeb Mukherjee
2014-09-23Pruned subpel search for speed 3.Deb Mukherjee
2014-08-28Updates vp9_pattern search to return integer sadsDeb Mukherjee
2014-07-11Remove an unused parameter in vp9_init_search_range()Yaowu Xu
2014-07-09Remove repetitive code in mcomp.cYunqing Wang
2014-06-12Moving full_pixel_search() to vp9_mcomp.c.Dmitry Kovalev
2014-05-14Silence unused parameter warnings.Paul Wilkins
2014-05-01Using SPEED_FEATURES instead of VP9_COMP in vp9_init_search_range().Dmitry Kovalev
2014-04-29Adding search_site_config struct.Dmitry Kovalev
2014-04-11Removing unused cost arguments from mcomp functions.Dmitry Kovalev
2014-03-26Cleaning up vp9_get_mvpred_{av_,}var() functions.Dmitry Kovalev
2014-03-10Merge "Support for a fast diamond search"Deb Mukherjee
2014-03-07Support for a fast diamond searchDeb Mukherjee
2014-03-06Cleaning up vp9_get_mvpred_var().Dmitry Kovalev
2014-03-03Refactoring motion search libsDeb Mukherjee
2014-02-25Merge "Changing vp9_full_search_sad{, x3, x8} signatures."Dmitry Kovalev
2014-02-18Use fast HEX search in real time modeYunqing Wang
2014-02-17Changing vp9_full_search_sad{, x3, x8} signatures.Dmitry Kovalev
2014-02-13Using MV instead of int_mv inside vp9_full_pixel_diamond().Dmitry Kovalev
2014-02-12Adding consts to mv search function arguments.Dmitry Kovalev
2014-01-31Cleaning up vp9_mcomp.{c, h}.Dmitry Kovalev
2014-01-31Merge "Cleaning up motion compensation code."Dmitry Kovalev
2014-01-23Cleaning up motion compensation code.Dmitry Kovalev
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2014-01-17Cleaning up vp9_refining_search_sad() function.Dmitry Kovalev
2014-01-16Cleaning up vp9_refining_search_8p_c() function.Dmitry Kovalev
2014-01-03Replacing int_mv with MV.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-11Rename clamp_mv_min_max to set_mv_search_rangeJingning Han
2013-11-18Constrain encoder motion search rangeJingning Han
2013-10-17Adding allow_hp as an argument to mv search functions.Dmitry Kovalev
2013-09-29Merge "Moving from int_mv* to MV* (3)."Dmitry Kovalev
2013-09-25Merge "Limit mv search range for first pass and mbgraph"Yaowu Xu
2013-09-25Moving from int_mv* to MV* (3).Dmitry Kovalev
2013-09-24Limit mv search range for first pass and mbgraphYaowu Xu
2013-09-24Moving from int_mv* to MV* (2).Dmitry Kovalev
2013-09-20Moving from int_mv to MV.Dmitry Kovalev
2013-08-12Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.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-07-31Removing unused "ishp" arguments.Dmitry Kovalev
2013-06-26Change meaning of cpi->sf.first_step and rename.Paul Wilkins
2013-05-22Merge CONFIG_COMP_INTER_JOINT_SEARCH.Paul Wilkins
2013-05-16New inter mode context.Paul Wilkins