/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision() argument 295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision() 311 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
|
D | vp9_entropymv.c | 156 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs() argument 186 if (allow_hp) { in vp9_adapt_mv_probs()
|
D | vp9_mvref_common.c | 141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, in vp9_find_best_ref_mvs() argument 146 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 269 int allow_hp) { in read_mv() argument 272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv() 405 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv() argument 415 allow_hp); in assign_mv() 447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv, in dec_find_best_ref_mvs() argument 453 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in dec_find_best_ref_mvs() 720 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local 757 dec_find_best_ref_mvs(allow_hp, tmp_mvs, &best_ref_mvs[ref], in read_inter_block_mode_info() 789 best_sub8x8, is_compound, allow_hp, r)) { in read_inter_block_mode_info() 804 best_ref_mvs, is_compound, allow_hp, r); in read_inter_block_mode_info()
|
D | vp9_decodeframe.c | 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() argument 175 if (allow_hp) { in read_mv_probs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 389 const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() argument 404 (void)allow_hp; in vp9_skip_sub_pixel_tree() 423 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument 436 (void)allow_hp; in vp9_find_best_sub_pixel_tree_pruned_evenmore() 473 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore() 488 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() argument 527 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more() 548 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() argument 609 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned() 639 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() argument [all …]
|
D | vp9_mcomp.h | 72 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
|
D | vp9_bitstream.c | 245 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local 321 nmvc, allow_hp, max_mv_magnitude); in pack_inter_mode_mvs() 330 allow_hp, max_mv_magnitude); in pack_inter_mode_mvs()
|