OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_sat
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_treecoder.h
84
unsigned int
count_sat
,
86
const unsigned int count = MIN(ct[0] + ct[1],
count_sat
);
87
const unsigned int factor = max_update_factor * count /
count_sat
;
93
unsigned int
count_sat
,
95
return merge_probs(pre_prob, get_binary_prob(ct[0], ct[1]), ct,
count_sat
,
vp9_entropy.c
613
unsigned int
count_sat
,
640
branch_ct[t],
count_sat
, update_factor);
646
unsigned int
count_sat
, update_factor;
local
650
count_sat
= COEF_COUNT_SAT_KEY;
653
count_sat
= COEF_COUNT_SAT_AFTER_KEY;
656
count_sat
= COEF_COUNT_SAT;
659
adapt_coef_probs(cm, t,
count_sat
, update_factor);
Completed in 164 milliseconds