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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c36 mvy[cnt] = x->mbmi.mv.as_mv.col; \
44 mvy[cnt] = x->mbmi.mv.as_mv.col; \
49 mvy[cnt] *= -1; \
100 int mvy[8]; local
180 int max_mvy = mvy[0];
181 int min_mvy = mvy[0];
190 if (mvy[i] > max_mvy) max_mvy = mvy[i];
191 else if (mvy[i] < min_mvy) min_mvy = mvy[
[all...]
H A Drdopt.c1542 int mvy[8]; local
1650 mvy[i] = near_mvs[i].as_mv.col;
1654 insertsortmv(mvy, vcnt);
1656 mv.as_mv.col = mvy[vcnt/2];
/external/libvpx/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.c1543 int mvy[8]; local
1651 mvy[i] = near_mvs[i].as_mv.col;
1655 insertsortmv(mvy, vcnt);
1657 mv.as_mv.col = mvy[vcnt/2];
/external/libhevc/decoder/
H A Dihevcd_mv_pred.c110 WORD32 mvx, mvy; local
123 mvy = ps_mv->i2_mvy;
127 mvy = SIGN(dist_scale_factor * mvy)
128 * ((abs(dist_scale_factor * mvy) + 127) >> 8);
131 ps_mv->i2_mvy = CLIP_S16(mvy);
172 WORD32 mvx, mvy; local
183 mvy = ps_mv->i2_mvy;
187 mvy = SIGN(dist_scale_factor * mvy)
[all...]

Completed in 2930 milliseconds