Home
last modified time | relevance | path

Searched refs:COST_P_MV (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c41 #define COST_P_MV(x, y)\ macro
118 COST_P_MV(x + sqr1[i][0] * step, y + sqr1[i][1] * step); in ff_me_search_tss()
149 COST_P_MV(x + dia1[i][0] * step, y + dia1[i][1] * step); in ff_me_search_tdls()
182 COST_P_MV(x + sqr1[i][0] * step, y + sqr1[i][1] * step); in ff_me_search_ntss()
188 COST_P_MV(x + sqr1[i][0], y + sqr1[i][1]); in ff_me_search_ntss()
198 COST_P_MV(x + sqr1[i][0], y + sqr1[i][1]); in ff_me_search_ntss()
234 COST_P_MV(x + sqr1[i][0] * step, y + sqr1[i][1] * step); in ff_me_search_fss()
267 COST_P_MV(x + dia2[i][0], y + dia2[i][1]); in ff_me_search_ds()
271 COST_P_MV(x - 2, y); in ff_me_search_ds()
273 COST_P_MV(x - 1, y - 1); in ff_me_search_ds()
[all …]