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

/external/libvpx/vp8/encoder/
H A Dmcomp.c940 int this_row_offset; local
975 this_row_offset = best_mv->row + ss[i].mv.row;
979 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
987 this_mv.row = this_row_offset << 3;
1056 int this_row_offset; local
1132 this_row_offset = best_mv->row + ss[i].mv.row;
1136 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1143 this_mv.row = this_row_offset <<
[all...]

Completed in 29 milliseconds