Searched refs:sqr1 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 23 static const int8_t sqr1[8][2] = {{ 0,-1}, { 0, 1}, {-1, 0}, { 1, 0}, {-1,-1}, {-1, 1}, { 1,-1}, {… variable 118 COST_P_MV(x + sqr1[i][0] * step, y + sqr1[i][1] * step); in ff_me_search_tss() 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()
|