Searched refs:allow_hp (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 159 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()
|
D | vp9_entropymv.c | 179 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()
|
D | vp9_mvref_common.h | 220 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 287 nmv_context_counts *counts, int allow_hp) { in read_mv() argument 290 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv() 423 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv() argument 433 allow_hp); in assign_mv() 490 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local 528 vp9_find_best_ref_mvs(xd, allow_hp, ref_mvs[mbmi->ref_frame[ref]], in read_inter_block_mode_info() 560 is_compound, allow_hp, r)) { in read_inter_block_mode_info() 582 nearestmv, nearmv, is_compound, allow_hp, r); in read_inter_block_mode_info()
|
D | vp9_decodeframe.c | 157 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() argument 177 if (allow_hp) { in read_mv_probs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 110 int allow_hp,
|
D | vp9_mcomp.c | 388 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument 408 (void) allow_hp; in vp9_find_best_sub_pixel_tree_pruned_evenmore() 447 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore() 467 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() argument 515 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more() 541 int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() argument 610 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned() 643 int allow_hp, in vp9_find_best_sub_pixel_tree() argument 682 if (!(allow_hp && vp9_use_mv_hp(ref_mv))) in vp9_find_best_sub_pixel_tree()
|
D | vp9_bitstream.c | 249 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local 326 nmvc, allow_hp); in pack_inter_mode_mvs() 335 allow_hp); in pack_inter_mode_mvs()
|