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

/external/libvpx/vp8/encoder/
H A Dmcomp.c941 int this_col_offset; local
976 this_col_offset = best_mv->col + ss[i].mv.col;
978 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) &&
988 this_mv.col = this_col_offset << 3;
1057 int this_col_offset; local
1133 this_col_offset = best_mv->col + ss[i].mv.col;
1135 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) &&
1144 this_mv.col = this_col_offset <<
[all...]

Completed in 36 milliseconds