Searched refs:allow_high_precision_mv (Results 1 - 22 of 22) 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_rd.c284 cm->allow_high_precision_mv ? x->nmvcost_hp
286 &cm->fc.nmvc, cm->allow_high_precision_mv);
H A Dvp9_encoder.h493 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
H A Dvp9_mbgraph.c59 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
H A Dvp9_pickmode.c185 cpi->common.allow_high_precision_mv,
522 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates,
H A Dvp9_bitstream.c236 const int allow_hp = cm->allow_high_precision_mv;
1124 vp9_wb_write_bit(wb, cm->allow_high_precision_mv);
1213 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc);
H A Dvp9_temporal_filter.c178 cpi->common.allow_high_precision_mv,
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);
H A Dvp9_rdopt.c1449 cm->allow_high_precision_mv,
1756 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates,
1870 cm->allow_high_precision_mv,
1996 cpi->common.allow_high_precision_mv,
H A Dvp9_encodeframe.c410 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c59 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
H A Dvp9_temporal_filter.c174 cpi->common.allow_high_precision_mv,
H A Dvp9_bitstream.c239 const int allow_hp = cm->allow_high_precision_mv;
1098 vp9_wb_write_bit(wb, cm->allow_high_precision_mv);
1187 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc);
H A Dvp9_pickmode.c164 cpi->common.allow_high_precision_mv,
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);
H A Dvp9_rdopt.c308 cm->allow_high_precision_mv ? x->nmvcost_hp
310 &cm->fc.nmvc, cm->allow_high_precision_mv);
1911 cm->allow_high_precision_mv,
2341 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates,
2512 cm->allow_high_precision_mv,
2639 cpi->common.allow_high_precision_mv,
H A Dvp9_encodeframe.c489 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1265 cm->allow_high_precision_mv = vp9_rb_read_bit(rb);
1369 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r);
1510 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
H A Dvp9_decodemv.c428 const int allow_hp = cm->allow_high_precision_mv;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1112 cm->allow_high_precision_mv = vp9_rb_read_bit(rb);
1203 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r);
1335 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
H A Dvp9_decodemv.c429 const int allow_hp = cm->allow_high_precision_mv;

Completed in 2380 milliseconds