Home
last modified time | relevance | path

Searched refs:use_hp (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c160 const int use_hp = allow_hp && vp9_use_mv_hp(mv); in lower_mv_precision() local
161 if (!use_hp) { in lower_mv_precision()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c292 const int use_hp = allow_hp && vp9_use_mv_hp(ref); in read_mv() local
296 diff.row = read_mv_component(r, &ctx->comps[0], use_hp); in read_mv()
299 diff.col = read_mv_component(r, &ctx->comps[1], use_hp); in read_mv()