Searched refs:allow_hp (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 295 static void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision() argument 296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); in lower_mv_precision() 306 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, in vp9_find_best_ref_mvs() argument 311 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
|
D | vp9_mvref_common.h | 40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
D | vp9_entropymv.c | 196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs() argument 224 if (allow_hp) { in vp9_adapt_mv_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 82 int allow_hp, 97 int allow_hp,
|
D | vp9_bitstream.c | 239 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local 318 nmvc, allow_hp); in pack_inter_mode_mvs() 327 allow_hp); in pack_inter_mode_mvs()
|
D | vp9_mcomp.c | 265 int allow_hp, in vp9_find_best_sub_pixel_tree() argument 329 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree() 361 int allow_hp, in vp9_find_best_sub_pixel_comp_tree() argument 436 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_comp_tree()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 239 nmv_context_counts *counts, int allow_hp) { in read_mv() argument 242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv() 368 int is_compound, int allow_hp, vp9_reader *r) { in assign_mv() argument 378 allow_hp); in assign_mv() 429 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local 459 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]], in read_inter_block_mode_info() 488 is_compound, allow_hp, r)) { in read_inter_block_mode_info() 510 nearestmv, nearmv, 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, vp9_reader *r) { in read_mv_probs() argument 175 if (allow_hp) { in read_mv_probs()
|