Searched refs:allow_high_precision_mv (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/libva/va/ |
D | va_dec_vp9.h | 99 uint32_t allow_high_precision_mv : 1; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 116 int allow_high_precision_mv; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 239 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() 1091 vp9_wb_write_bit(wb, cm->allow_high_precision_mv); 1180 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc);
|
D | vp9_pickmode.c | 158 cpi->common.allow_high_precision_mv, in sub_pixel_motion_search()
|
D | vp9_temporal_filter.c | 174 cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c()
|
D | vp9_mbgraph.c | 59 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit, in do_16x16_motion_iteration()
|
D | vp9_onyx_if.c | 122 static void set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in set_high_precision_mv() argument 124 cpi->common.allow_high_precision_mv = allow_high_precision_mv; in set_high_precision_mv() 125 if (cpi->common.allow_high_precision_mv) { in set_high_precision_mv() 2764 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
|
D | vp9_rdopt.c | 308 cm->allow_high_precision_mv ? x->nmvcost_hp in vp9_initialize_rd_consts() 310 &cm->fc.nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts() 1911 cm->allow_high_precision_mv, in rd_check_segment_txsize() 2341 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in vp9_setup_buffer_inter() 2512 cm->allow_high_precision_mv, in single_motion_search() 2639 cpi->common.allow_high_precision_mv, in joint_motion_search()
|
D | vp9_encodeframe.c | 505 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, in choose_partitioning()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1106 cm->allow_high_precision_mv = vp9_rb_read_bit(rb); in read_uncompressed_header() 1197 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); in read_compressed_header() 1333 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv); in vp9_decode_frame()
|
D | vp9_decodemv.c | 429 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info()
|