Home
last modified time | relevance | path

Searched defs:allow_hp (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.c295 static void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
306 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, in vp9_find_best_ref_mvs()
Dvp9_entropymv.c196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c239 nmv_context_counts *counts, int allow_hp) { in read_mv()
368 int is_compound, int allow_hp, vp9_reader *r) { in assign_mv()
429 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local
Dvp9_decodeframe.c155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { in read_mv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c265 int allow_hp, in vp9_find_best_sub_pixel_tree()
361 int allow_hp, in vp9_find_best_sub_pixel_comp_tree()
Dvp9_bitstream.c239 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local