Searched refs:this_row_offset (Results 1 – 1 of 1) sorted by relevance
1075 int this_row_offset; in vp8_diamond_search_sad_c() local1118 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()1122 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()1130 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()1199 int this_row_offset; in vp8_diamond_search_sadx4() local1286 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()1290 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()1297 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()1732 short this_row_offset, this_col_offset; in vp8_refining_search_sad_c() local1764 this_row_offset = ref_mv->as_mv.row + neighbors[j].row; in vp8_refining_search_sad_c()[all …]