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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c121 const int use_hp = allow_hp && vp9_use_mv_hp(mv); local
122 if (!use_hp) {
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); local
297 if (!use_hp) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c241 const int use_hp = allow_hp && vp9_use_mv_hp(ref); local
245 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
248 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); local
246 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
249 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);

Completed in 128 milliseconds