Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c212 cm->allow_high_precision_mv ? x->nmvcost_hp in vp9_initialize_rd_consts()
214 &cm->fc.nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts()
Dvp9_encoder.h526 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
Dvp9_pickmode.c176 cpi->common.allow_high_precision_mv, in combined_motion_search()
469 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in vp9_pick_inter_mode()
Dvp9_bitstream.c236 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs()
1111 vp9_wb_write_bit(wb, cm->allow_high_precision_mv); in write_uncompressed_header()
1200 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc); in write_compressed_header()
Dvp9_mbgraph.c57 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit, in do_16x16_motion_iteration()
Dvp9_temporal_filter.c176 cpi->common.allow_high_precision_mv, in temporal_filter_find_matching_mb_c()
Dvp9_encoder.c104 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in vp9_set_high_precision_mv() argument
106 cpi->common.allow_high_precision_mv = allow_high_precision_mv; in vp9_set_high_precision_mv()
107 if (cpi->common.allow_high_precision_mv) { in vp9_set_high_precision_mv()
2239 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv); in encode_frame_to_data_rate()
Dvp9_rdopt.c1433 cm->allow_high_precision_mv, in rd_pick_best_sub8x8_mode()
1737 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in setup_buffer_inter()
1850 cm->allow_high_precision_mv, in single_motion_search()
1975 cpi->common.allow_high_precision_mv, in joint_motion_search()
Dvp9_encodeframe.c410 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, in choose_partitioning()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h113 int allow_high_precision_mv; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1220 cm->allow_high_precision_mv = vp9_rb_read_bit(rb); in read_uncompressed_header()
1310 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); in read_compressed_header()
1449 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv); in vp9_decode_frame()
Dvp9_decodemv.c428 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info()