Home
last modified time | relevance | path

Searched refs:this_row_offset (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1046 int this_row_offset; in vp8_diamond_search_sad_c() local
1089 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()
1094 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sad_c()
1095 (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()
1102 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()
1158 int this_row_offset; in vp8_diamond_search_sadx4() local
1240 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()
1245 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sadx4()
1246 (this_row_offset < x->mv_row_max)) { in vp8_diamond_search_sadx4()
1251 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()
[all …]