Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmcomp.c1198 int col_max = ref_col + distance; in vp8_full_search_sad() local
1221 if (col_max > x->mv_col_max) in vp8_full_search_sad()
1222 col_max = x->mv_col_max; in vp8_full_search_sad()
1235 for (c = col_min; c < col_max; c++) in vp8_full_search_sad()
1288 int col_max = ref_col + distance; in vp8_full_search_sadx3() local
1311 if (col_max > x->mv_col_max) in vp8_full_search_sadx3()
1312 col_max = x->mv_col_max; in vp8_full_search_sadx3()
1326 while ((c + 2) < col_max) in vp8_full_search_sadx3()
1355 while (c < col_max) in vp8_full_search_sadx3()
1413 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
[all …]