OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weighted_prob
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
prob.h
59
static INLINE vpx_prob
weighted_prob
(int prob1, int prob2, int factor) {
function
70
return
weighted_prob
(pre_prob, prob, factor);
89
return
weighted_prob
(pre_prob, prob, factor);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_prob.h
68
static INLINE vp9_prob
weighted_prob
(int prob1, int prob2, int factor) {
function
79
return
weighted_prob
(pre_prob, prob, factor);
Completed in 180 milliseconds