Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1075 int this_col_offset; in vp8_diamond_search_sad_c() local
1118 this_col_offset = best_mv->as_mv.col + ss[i].mv.col; in vp8_diamond_search_sad_c()
1120 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sad_c()
1130 this_mv.as_mv.col = this_col_offset; in vp8_diamond_search_sad_c()
1199 int this_col_offset; in vp8_diamond_search_sadx4() local
1286 this_col_offset = best_mv->as_mv.col + ss[i].mv.col; in vp8_diamond_search_sadx4()
1288 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sadx4()
1297 this_mv.as_mv.col = this_col_offset; in vp8_diamond_search_sadx4()
1731 short this_row_offset, this_col_offset; in vp8_refining_search_sad_c() local
1764 this_col_offset = ref_mv->as_mv.col + neighbors[j].col; in vp8_refining_search_sad_c()
[all …]