Searched refs:this_col_offset (Results 1 – 1 of 1) sorted by relevance
1045 int this_col_offset; in vp8_diamond_search_sad_c() local1088 this_col_offset = best_mv->as_mv.col + ss[i].mv.col; in vp8_diamond_search_sad_c()1090 if ((this_col_offset > x->mv_col_min) && in vp8_diamond_search_sad_c()1091 (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sad_c()1101 this_mv.as_mv.col = this_col_offset; in vp8_diamond_search_sad_c()1158 int this_col_offset; in vp8_diamond_search_sadx4() local1240 this_col_offset = best_mv->as_mv.col + ss[i].mv.col; in vp8_diamond_search_sadx4()1242 if ((this_col_offset > x->mv_col_min) && in vp8_diamond_search_sadx4()1243 (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sadx4()1251 this_mv.as_mv.col = this_col_offset; in vp8_diamond_search_sadx4()[all …]