/external/v4l2_codec2/vda/ |
D | vp9_compressed_header_parser.cc | 217 void Vp9CompressedHeaderParser::ReadMvProbs(bool allow_high_precision_mv, in ReadMvProbs() argument 234 if (allow_high_precision_mv) { in ReadMvProbs() 280 ReadMvProbs(fhdr->allow_high_precision_mv, &fhdr->frame_context); in Parse()
|
D | vp9_compressed_header_parser.h | 38 void ReadMvProbs(bool allow_high_precision_mv,
|
D | vp9_parser.h | 226 bool allow_high_precision_mv; member
|
D | vp9_uncompressed_header_parser.cc | 1047 fhdr->allow_high_precision_mv = reader_.ReadBool(); in Parse()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 338 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts() 339 &cm->fc->nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts() 358 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts() 359 &cm->fc->nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts()
|
D | vp9_bitstream.c | 246 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() 1250 vpx_wb_write_bit(wb, cm->allow_high_precision_mv); in write_uncompressed_header() 1338 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc, in write_compressed_header()
|
D | vp9_mbgraph.c | 62 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit, in do_16x16_motion_iteration()
|
D | vp9_temporal_filter.c | 545 x, ref_mv, &best_ref_mv1, cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c() 573 x, &blk_mvs[k], &best_ref_mv1, cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c()
|
D | vp9_pickmode.c | 247 x, &tmp_mv->as_mv, &ref_mv, cpi->common.allow_high_precision_mv, in combined_motion_search() 1240 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in find_predictors() 1541 cpi->common.allow_high_precision_mv, x->errorperbit, in search_new_mv() 2645 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in vp9_pick_inter_mode_sub8x8() 2768 cpi->common.allow_high_precision_mv, x->errorperbit, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encoder.h | 999 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
|
D | vp9_encoder.c | 775 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in vp9_set_high_precision_mv() argument 777 cpi->common.allow_high_precision_mv = allow_high_precision_mv; in vp9_set_high_precision_mv() 778 if (cpi->common.allow_high_precision_mv) { in vp9_set_high_precision_mv() 4875 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv); 5635 x, mv, &best_ref_mv1, cpi->common.allow_high_precision_mv, x->errorperbit,
|
D | vp9_rdopt.c | 1821 x, &tmp_mv, &ref_mv[id].as_mv, cpi->common.allow_high_precision_mv, in joint_motion_search() 2012 x, new_mv, &bsi->ref_mv[0]->as_mv, cm->allow_high_precision_mv, in rd_pick_best_sub8x8_mode() 2306 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in setup_buffer_inter() 2541 x, &tmp_mv->as_mv, &ref_mv, cm->allow_high_precision_mv, x->errorperbit, in single_motion_search()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 361 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv() 404 lower_mv_precision(&this_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv() 406 lower_mv_precision(&comp_refmv.as_mv, cm->allow_high_precision_mv, in add_tpl_ref_mv() 827 &cm->global_motion[ref_frame], cm->allow_high_precision_mv, bsize, in av1_find_mv_refs() 837 cm->allow_high_precision_mv, bsize, mi_col, mi_row, in av1_find_mv_refs() 843 cm->allow_high_precision_mv, bsize, mi_col, in av1_find_mv_refs()
|
D | onyxc_int.h | 368 int allow_high_precision_mv; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 149 int allow_high_precision_mv; member
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1123 cm->allow_high_precision_mv, bsize, mi_col, in assign_mv() 1180 cm->allow_high_precision_mv, bsize, mi_col, in assign_mv() 1185 cm->allow_high_precision_mv, bsize, mi_col, in assign_mv() 1256 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | mbgraph.c | 61 cpi->common.allow_high_precision_mv, x->errorperbit, &v_fn_ptr, 0, in do_16x16_motion_iteration()
|
D | rd.c | 565 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables() 566 cm->allow_high_precision_mv); in av1_initialize_cost_tables()
|
D | temporal_filter.c | 731 x, &cpi->common, 0, 0, &best_ref_mv1, cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c() 762 cpi->common.allow_high_precision_mv, x->errorperbit, in temporal_filter_find_matching_mb_c()
|
D | tpl_model.c | 108 x, cm, mi_row, mi_col, &best_ref_mv1, cpi->common.allow_high_precision_mv, in motion_compensated_prediction()
|
D | mcomp.c | 931 const int start = cm->allow_high_precision_mv ? 0 : 4; in av1_refine_warped_mv() 3134 x, cm, mi_row, mi_col, &ref_mv, cm->allow_high_precision_mv, in av1_simple_motion_search() 3141 x, cm, mi_row, mi_col, &ref_mv, cm->allow_high_precision_mv, in av1_simple_motion_search()
|
D | bitstream.c | 1048 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() 2700 cm->allow_high_precision_mv); in write_global_motion() 3017 aom_wb_write_bit(wb, cm->allow_high_precision_mv); in write_uncompressed_header_obu()
|
D | encoder.c | 303 static void set_high_precision_mv(AV1_COMP *cpi, int allow_high_precision_mv, in set_high_precision_mv() argument 306 cpi->common.allow_high_precision_mv = in set_high_precision_mv() 307 allow_high_precision_mv && cur_frame_force_integer_mv == 0; in set_high_precision_mv() 309 cpi->common.allow_high_precision_mv && cur_frame_force_integer_mv == 0; in set_high_precision_mv()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2291 cm->allow_high_precision_mv = vpx_rb_read_bit(rb); in read_uncompressed_header() 2442 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); in read_compressed_header() 2574 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv); in vp9_decode_frame()
|
D | vp9_decodemv.c | 698 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info()
|