Searched refs:this_row_offset (Results 1 – 1 of 1) sorted by relevance
1081 int this_row_offset; in vp8_diamond_search_sad_c() local1124 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()1128 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()1136 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()1205 int this_row_offset; in vp8_diamond_search_sadx4() local1292 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()1296 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()1303 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()1736 short this_row_offset, this_col_offset; in vp8_refining_search_sad_c() local1767 this_row_offset = ref_mv->as_mv.row + neighbors[j].row; in vp8_refining_search_sad_c()[all …]