Searched refs:this_row_offset (Results 1 – 1 of 1) sorted by relevance
1042 int this_row_offset; in vp8_diamond_search_sad_c() local1085 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()1090 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sad_c()1091 (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()1098 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()1155 int this_row_offset; in vp8_diamond_search_sadx4() local1237 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()1242 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sadx4()1243 (this_row_offset < x->mv_row_max)) { in vp8_diamond_search_sadx4()1248 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()[all …]