Searched refs:this_row_offset (Results 1 – 1 of 1) sorted by relevance
1074 int this_row_offset; in vp8_diamond_search_sad_c() local1117 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()1121 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()1129 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()1198 int this_row_offset; in vp8_diamond_search_sadx4() local1285 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()1289 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()1296 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()1731 short this_row_offset, this_col_offset; in vp8_refining_search_sad_c() local1763 this_row_offset = ref_mv->as_mv.row + neighbors[j].row; in vp8_refining_search_sad_c()[all …]