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.c1044 int this_row_offset; in vp8_diamond_search_sad_c() local
1087 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sad_c()
1092 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sad_c()
1093 (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()
1100 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sad_c()
1157 int this_row_offset; in vp8_diamond_search_sadx4() local
1239 this_row_offset = best_mv->as_mv.row + ss[i].mv.row; in vp8_diamond_search_sadx4()
1244 (this_row_offset > x->mv_row_min) && in vp8_diamond_search_sadx4()
1245 (this_row_offset < x->mv_row_max)) { in vp8_diamond_search_sadx4()
1250 this_mv.as_mv.row = this_row_offset; in vp8_diamond_search_sadx4()
[all …]