Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1048 int ref_col; in vp8_diamond_search_sad_c() local
1066 ref_col = ref_mv->as_mv.col; in vp8_diamond_search_sad_c()
1069 best_mv->as_mv.col = ref_col; in vp8_diamond_search_sad_c()
1073 ref_col); in vp8_diamond_search_sad_c()
1160 int ref_col; in vp8_diamond_search_sadx4() local
1178 ref_col = ref_mv->as_mv.col; in vp8_diamond_search_sadx4()
1181 best_mv->as_mv.col = ref_col; in vp8_diamond_search_sadx4()
1185 ref_col); in vp8_diamond_search_sadx4()
1307 int ref_col = ref_mv->as_mv.col; in vp8_full_search_sad_c() local
1311 int col_min = ref_col - distance; in vp8_full_search_sad_c()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c102 const int ref_col = clamp(ref_mv->col, minmv.as_mv.col, maxmv.as_mv.col); in vp9_diamond_search_sad_avx() local
104 int_mv bmv = pack_int_mv(ref_row, ref_col); in vp9_diamond_search_sad_avx()
112 x->e_mbd.plane[0].pre[0].buf + ref_row * in_what_stride + ref_col; in vp9_diamond_search_sad_avx()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1595 int ref_col; in vp9_diamond_search_sad_c() local
1611 ref_col = ref_mv->col; in vp9_diamond_search_sad_c()
1614 best_mv->col = ref_col; in vp9_diamond_search_sad_c()
1617 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col; in vp9_diamond_search_sad_c()