summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.h
AgeCommit message (Expand)Author
2023-04-11Downsample SAD computation in motion searchDeepa K G
2023-04-11Avoid redundant start MV SAD calculationDeepa K G
2022-03-29remove sad x3,x8 specializationsJohann
2019-08-28Move motion field from TplDepFrame to MotionFieldAngie Chiang
2019-07-31Reduce call num of exhaustive searchAngie Chiang
2019-07-18Add vp9_non_greedy_mv.c/hAngie Chiang
2019-07-17Make vp9_prepare_nb_full_mvs only return valid mvsAngie Chiang
2019-06-26Integerize vp9_full_pixel_diamond_newAngie Chiang
2019-06-26Integerize vp9_refining_search_sad_newAngie Chiang
2019-06-26Remove mv_dist/mv_cost from new mv search funcsAngie Chiang
2019-06-21Make vp9_nb_mvs_inconsistency return int64_tAngie Chiang
2019-06-21Make type of lambda int in TplDepFrameAngie Chiang
2019-01-29Add some const qualifiers where applicableHui Su
2019-01-24Add get_mv_distAngie Chiang
2019-01-14Fix typo.Jerome Jiang
2019-01-04Use motion field for mv inconsistency in mv searchAngie Chiang
2018-12-11Move prepare_nb_full_mvs to vp9_mcomp.cAngie Chiang
2018-12-06Implement get_full_mv()Angie Chiang
2018-12-06Pass mv_num into vp9_nb_mvs_inconsistency()Angie Chiang
2018-11-29Change the interface of vp9_full_pixel_diamond_newAngie Chiang
2018-11-14Recompute mv inconsistency after mv search is doneAngie Chiang
2018-10-30clang-tidy: fix vp9/encoder parametersJohann
2018-10-05Changes to facilitate accurate sub-pel motion searchYunqing Wang
2018-09-28Add mv_dist/mv_cost to TplDepStatsAngie Chiang
2018-09-28Change interface of motion_compensated_predictionAngie Chiang
2018-09-25Add vp9_full_pixel_diamond_newAngie Chiang
2018-09-15cosmetics: normalize include guardsJames Zern
2018-08-02Refactor vp9_full_pixel_search()Hui Su
2018-04-26Respect MV limit in vp9_int_pro_motion_estimation()Hui Su
2017-04-06VP9 motion vector unit testYunqing Wang
2017-04-03Fix for out of range motion vector bug in sub-pel motion estimationRanjit Kumar Tulabandu
2017-02-01Changes to facilitate row based multi-threading of ARNR filteringRanjit Kumar Tulabandu
2016-08-08Refactor mv limits.Alex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-06-21Fix ubsan warnings: vp9/encoder/vp9_mcomp.cYaowu Xu
2016-03-15Use whole pixel only at speed 8 screen content.Alex Converse
2015-11-11Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-11-06Revert "Add AVX vectorized vp9_diamond_search_sad"James Zern
2015-11-05Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-10-28Convert motion search config from AoS to SoAGeza Lore
2015-08-28vp9_mcomp: make search functions privateJames Zern
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-05-22Fix integral projection motion search for frame resizeJingning Han
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