Home
last modified time | relevance | path

Searched refs:allow_hp (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c159 static void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision() argument
160 const int use_hp = allow_hp && vp9_use_mv_hp(mv); in lower_mv_precision()
169 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, in vp9_find_best_ref_mvs() argument
175 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
Dvp9_entropymv.c179 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs() argument
209 if (allow_hp) { in vp9_adapt_mv_probs()
Dvp9_mvref_common.h220 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c289 nmv_context_counts *counts, int allow_hp) { in read_mv() argument
292 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv()
425 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv() argument
435 allow_hp); in assign_mv()
492 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local
530 vp9_find_best_ref_mvs(xd, allow_hp, ref_mvs[mbmi->ref_frame[ref]], in read_inter_block_mode_info()
562 is_compound, allow_hp, r)) { in read_inter_block_mode_info()
584 nearestmv, nearmv, is_compound, allow_hp, r); in read_inter_block_mode_info()
Dvp9_decodeframe.c158 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() argument
178 if (allow_hp) { in read_mv_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h84 int allow_hp,
Dvp9_mcomp.c389 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument
409 (void) allow_hp; in vp9_find_best_sub_pixel_tree_pruned_evenmore()
448 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()
468 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() argument
516 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more()
542 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() argument
611 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned()
644 int allow_hp, in vp9_find_best_sub_pixel_tree() argument
683 if (!(allow_hp && vp9_use_mv_hp(ref_mv))) in vp9_find_best_sub_pixel_tree()
Dvp9_bitstream.c248 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local
325 nmvc, allow_hp); in pack_inter_mode_mvs()
334 allow_hp); in pack_inter_mode_mvs()