Home
last modified time | relevance | path

Searched refs:allow_high_precision_mv (Results 1 – 25 of 28) sorted by relevance

12

/external/v4l2_codec2/vda/
Dvp9_compressed_header_parser.cc217 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()
Dvp9_compressed_header_parser.h38 void ReadMvProbs(bool allow_high_precision_mv,
Dvp9_parser.h226 bool allow_high_precision_mv; member
Dvp9_uncompressed_header_parser.cc1047 fhdr->allow_high_precision_mv = reader_.ReadBool(); in Parse()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c338 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()
Dvp9_bitstream.c246 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()
Dvp9_mbgraph.c62 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit, in do_16x16_motion_iteration()
Dvp9_temporal_filter.c545 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()
Dvp9_pickmode.c247 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()
Dvp9_encoder.h999 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
Dvp9_encoder.c775 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,
Dvp9_rdopt.c1821 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/
Dmvref_common.c361 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()
Donyxc_int.h368 int allow_high_precision_mv; member
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h149 int allow_high_precision_mv; member
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1123 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/
Dmbgraph.c61 cpi->common.allow_high_precision_mv, x->errorperbit, &v_fn_ptr, 0, in do_16x16_motion_iteration()
Drd.c565 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()
Dtemporal_filter.c731 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()
Dtpl_model.c108 x, cm, mi_row, mi_col, &best_ref_mv1, cpi->common.allow_high_precision_mv, in motion_compensated_prediction()
Dmcomp.c931 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()
Dbitstream.c1048 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()
Dencoder.c303 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/
Dvp9_decodeframe.c2291 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()
Dvp9_decodemv.c698 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info()

12