OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:treed_cost
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h
65
static INLINE int
treed_cost
(vp9_tree tree, const vp9_prob *probs,
function
81
return
treed_cost
(tree, probs, token->value, token->len);
vp9_tokenize.c
79
cost +=
treed_cost
(p->tree, p->prob, extra >> 1, length);
Completed in 47 milliseconds