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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c1547 int mvx[8]; local
1655 mvx[i] = near_mvs[i].as_mv.row;
1659 insertsortmv(mvx, vcnt);
1661 mv.as_mv.row = mvx[vcnt/2];

Completed in 72 milliseconds