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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c59 #define HIGH_PRECISION_MV_QTHRESH 200 // Q threshold for high precision macro
2269 vp9_set_high_precision_mv(cpi, q < HIGH_PRECISION_MV_QTHRESH);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c59 #define HIGH_PRECISION_MV_QTHRESH 200 // Q threshold for high precision macro
2626 set_high_precision_mv(cpi, q < HIGH_PRECISION_MV_QTHRESH);

Completed in 208 milliseconds