Searched refs:allow_high_precision_mv (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_dec_vp9.h99 uint32_t allow_high_precision_mv : 1; member in struct:_VADecPictureParameterBufferVP9::__anon879::__anon880
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h116 int allow_high_precision_mv; member in struct:VP9Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c59 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
H A Dvp9_pickmode.c158 cpi->common.allow_high_precision_mv,
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;
1091 vp9_wb_write_bit(wb, cm->allow_high_precision_mv);
1180 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc);
H A Dvp9_onyx_if.c122 static void set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { argument
124 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
125 if (cpi->common.allow_high_precision_mv) {
2764 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.c505 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1106 cm->allow_high_precision_mv = vp9_rb_read_bit(rb);
1197 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r);
1333 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 80 milliseconds