OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weighted_prob
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_treecoder.h
78
static INLINE vp9_prob
weighted_prob
(int prob1, int prob2, int factor) {
function
89
return
weighted_prob
(pre_prob, prob, factor);
Completed in 1322 milliseconds