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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_findnearmv.c15 const int use_hp = allow_hp && vp9_use_mv_hp(mv); local
16 if (!use_hp) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c239 const int use_hp = allow_hp && vp9_use_mv_hp(ref); local
243 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
246 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);

Completed in 184 milliseconds