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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h117 int allow_high_precision_mv; member in struct:VP9Common
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h116 int allow_high_precision_mv; member in struct:VP9Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c105 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { argument
107 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
108 if (cpi->common.allow_high_precision_mv) {
2322 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c112 static void set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { argument
114 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
115 if (cpi->common.allow_high_precision_mv) {
2688 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);

Completed in 755 milliseconds