Home
last modified time | relevance | path

Searched defs:use_hp (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/
Dmv_prec.c66 const int use_hp = cpi->common.features.allow_high_precision_mv; in keep_one_comp_stat() local
129 const int use_hp = cpi->common.features.allow_high_precision_mv; in keep_one_mv_stat() local
412 int use_hp = qindex < HIGH_PRECISION_MV_QTHRESH; in av1_pick_and_set_high_precision_mv() local
/external/libvpx/vp9/common/
Dvp9_mvref_common.h295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision() local
/external/libvpx/vp9/decoder/
Dvp9_decodemv.c272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv() local