OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allow_hp
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
244
nmv_context_counts *counts, int
allow_hp
) {
246
const int use_hp =
allow_hp
&& vp9_use_mv_hp(ref);
364
int is_compound, int
allow_hp
, vp9_reader *r) {
373
&cm->fc.nmvc, mv_counts,
allow_hp
);
376
&cm->fc.nmvc, mv_counts,
allow_hp
);
426
const int
allow_hp
= cm->allow_high_precision_mv;
local
457
vp9_find_best_ref_mvs(xd,
allow_hp
,
468
vp9_find_best_ref_mvs(xd,
allow_hp
,
501
is_compound,
allow_hp
, r)) {
525
is_compound,
allow_hp
, r)
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
388
const int
allow_hp
= cm->allow_high_precision_mv;
local
481
&mi->best_mv[0].as_mv, nmvc,
allow_hp
);
485
&mi->best_mv[1].as_mv, nmvc,
allow_hp
);
494
&mi->best_mv[0].as_mv, nmvc,
allow_hp
);
498
&mi->best_mv[1].as_mv, nmvc,
allow_hp
);
[
all
...]
Completed in 455 milliseconds