Searched refs:mvx (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c35 mvx[cnt] = x->mbmi.mv.as_mv.row; \
43 mvx[cnt] = x->mbmi.mv.as_mv.row; \
48 mvx[cnt] *= -1; \
99 int mvx[8]; local
178 int max_mvx = mvx[0];
179 int min_mvx = mvx[0];
188 if (mvx[i] > max_mvx) max_mvx = mvx[i];
189 else if (mvx[i] < min_mvx) min_mvx = mvx[
[all...]
H A Drdopt.c1541 int mvx[8]; local
1649 mvx[i] = near_mvs[i].as_mv.row;
1653 insertsortmv(mvx, vcnt);
1655 mv.as_mv.row = mvx[vcnt/2];
/external/libhevc/decoder/
H A Dihevcd_mv_pred.c110 WORD32 mvx, mvy; local
122 mvx = ps_mv->i2_mvx;
125 mvx = SIGN(dist_scale_factor * mvx)
126 * ((abs(dist_scale_factor * mvx) + 127) >> 8);
130 ps_mv->i2_mvx = CLIP_S16(mvx);
172 WORD32 mvx, mvy; local
182 mvx = ps_mv->i2_mvx;
185 mvx = SIGN(dist_scale_factor * mvx)
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c34 mvx[cnt] = x->mbmi.mv.as_mv.row; \
42 mvx[cnt] = x->mbmi.mv.as_mv.row; \
47 mvx[cnt] *= -1; \
98 int mvx[8]; local
177 int max_mvx = mvx[0];
178 int min_mvx = mvx[0];
187 if (mvx[i] > max_mvx) max_mvx = mvx[i];
188 else if (mvx[i] < min_mvx) min_mvx = mvx[
[all...]
H A Drdopt.c1542 int mvx[8]; local
1650 mvx[i] = near_mvs[i].as_mv.row;
1654 insertsortmv(mvx, vcnt);
1656 mv.as_mv.row = mvx[vcnt/2];

Completed in 385 milliseconds