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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c35 mvy[cnt] = x->mbmi.mv.as_mv.col; \
43 mvy[cnt] = x->mbmi.mv.as_mv.col; \
48 mvy[cnt] *= -1; \
99 int mvy[8]; local
179 int max_mvy = mvy[0];
180 int min_mvy = mvy[0];
189 if (mvy[i] > max_mvy) max_mvy = mvy[i];
190 else if (mvy[i] < min_mvy) min_mvy = mvy[
[all...]
H A Drdopt.c1548 int mvy[8]; local
1656 mvy[i] = near_mvs[i].as_mv.col;
1660 insertsortmv(mvy, vcnt);
1662 mv.as_mv.col = mvy[vcnt/2];

Completed in 76 milliseconds