summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.h
Commit message (Expand)AuthorAgeFilesLines
* Downsample SAD computation in motion searchDeepa K G2023-04-111-2/+8
* Avoid redundant start MV SAD calculationDeepa K G2023-04-111-3/+3
* remove sad x3,x8 specializationsJohann2022-03-291-10/+0
* Move motion field from TplDepFrame to MotionFieldAngie Chiang2019-08-281-3/+2
* Reduce call num of exhaustive searchAngie Chiang2019-07-311-3/+2
* Add vp9_non_greedy_mv.c/hAngie Chiang2019-07-181-3/+3
* Make vp9_prepare_nb_full_mvs only return valid mvsAngie Chiang2019-07-171-3/+3
* Integerize vp9_full_pixel_diamond_newAngie Chiang2019-06-261-6/+6
* Integerize vp9_refining_search_sad_newAngie Chiang2019-06-261-4/+4
* Remove mv_dist/mv_cost from new mv search funcsAngie Chiang2019-06-261-3/+1
* Make vp9_nb_mvs_inconsistency return int64_tAngie Chiang2019-06-211-1/+2
* Make type of lambda int in TplDepFrameAngie Chiang2019-06-211-2/+2
* Add some const qualifiers where applicableHui Su2019-01-291-1/+2
* Add get_mv_distAngie Chiang2019-01-241-1/+5
* Fix typo.Jerome Jiang2019-01-141-2/+1
* Use motion field for mv inconsistency in mv searchAngie Chiang2019-01-041-0/+25
* Move prepare_nb_full_mvs to vp9_mcomp.cAngie Chiang2018-12-111-0/+5
* Implement get_full_mv()Angie Chiang2018-12-061-0/+6
* Pass mv_num into vp9_nb_mvs_inconsistency()Angie Chiang2018-12-061-4/+5
* Change the interface of vp9_full_pixel_diamond_newAngie Chiang2018-11-291-3/+3
* Recompute mv inconsistency after mv search is doneAngie Chiang2018-11-141-0/+2
* clang-tidy: fix vp9/encoder parametersJohann2018-10-301-1/+1
* Changes to facilitate accurate sub-pel motion searchYunqing Wang2018-10-051-1/+1
* Add mv_dist/mv_cost to TplDepStatsAngie Chiang2018-09-281-0/+1
* Change interface of motion_compensated_predictionAngie Chiang2018-09-281-1/+3
* Add vp9_full_pixel_diamond_newAngie Chiang2018-09-251-0/+13
* cosmetics: normalize include guardsJames Zern2018-09-151-3/+3
* Refactor vp9_full_pixel_search()Hui Su2018-08-021-0/+3
* Respect MV limit in vp9_int_pro_motion_estimation()Hui Su2018-04-261-1/+2
* VP9 motion vector unit testYunqing Wang2017-04-061-0/+2
* Fix for out of range motion vector bug in sub-pel motion estimationRanjit Kumar Tulabandu2017-04-031-0/+4
* Changes to facilitate row based multi-threading of ARNR filteringRanjit Kumar Tulabandu2017-02-011-3/+3
* Refactor mv limits.Alex Converse2016-08-081-1/+1
* vp9/encoder: apply clang-formatclang-format2016-08-021-51/+31
* Fix ubsan warnings: vp9/encoder/vp9_mcomp.cYaowu Xu2016-06-211-2/+2
* Use whole pixel only at speed 8 screen content.Alex Converse2016-03-151-0/+1
* Add AVX vectorized vp9_diamond_search_sadGeza Lore2015-11-111-3/+3
* Revert "Add AVX vectorized vp9_diamond_search_sad"James Zern2015-11-061-3/+3
* Add AVX vectorized vp9_diamond_search_sadGeza Lore2015-11-051-3/+3
* Convert motion search config from AoS to SoAGeza Lore2015-10-281-7/+3
* vp9_mcomp: make search functions privateJames Zern2015-08-281-26/+0
* Move sub pixel variance to vpx_dspJohann2015-07-071-1/+1
* Fix integral projection motion search for frame resizeJingning Han2015-05-221-1/+2
* Move integral projection motion search to vp9_mcomp.cJingning Han2015-03-041-1/+6
* change to call vp9_refining_search_sad() directlyYaowu Xu2014-11-171-0/+6
* Subpel search cleanups and enhancementsDeb Mukherjee2014-10-081-4/+4
* Adds two new subpel search methodsDeb Mukherjee2014-09-291-0/+2
* Pruned subpel search for speed 3.Deb Mukherjee2014-09-231-0/+1
* Updates vp9_pattern search to return integer sadsDeb Mukherjee2014-08-281-0/+5
* Remove an unused parameter in vp9_init_search_range()Yaowu Xu2014-07-111-1/+1