Searched refs:mvy (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/vp8/encoder/ | ||
H A D | rdopt.c | 1544 int mvy[8]; local 1650 mvy[i] = near_mvs[i].as_mv.col; 1654 quicksortmv (mvy, 0, vcnt-1); 1656 mv.as_mv.col = mvy[vcnt/2]; |
Completed in 38 milliseconds