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.h295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision() local
296 if (!use_hp) { in lower_mv_precision()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv() local
276 diff.row = read_mv_component(r, &ctx->comps[0], use_hp); in read_mv()
279 diff.col = read_mv_component(r, &ctx->comps[1], use_hp); in read_mv()