OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_hp
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_findnearmv.c
15
const int
use_hp
= allow_hp && vp9_use_mv_hp(mv);
local
16
if (!
use_hp
) {
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
239
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 29 milliseconds