Searched defs:allow_high_precision_mv (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h169 int allow_high_precision_mv; member in struct:VP9Common
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c218 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { argument
220 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
221 if (cpi->common.allow_high_precision_mv) {
3889 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);

Completed in 118 milliseconds