OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_prob_cost
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_boolhuff.h
37
extern const unsigned int
vp9_prob_cost
[256];
55
Sectionbits[active_section] +=
vp9_prob_cost
[255 - probability];
57
Sectionbits[active_section] +=
vp9_prob_cost
[probability];
vp9_boolhuff.c
24
const unsigned int
vp9_prob_cost
[256] = {
variable
vp9_treewriter.h
27
#define vp9_cost_zero(x) (
vp9_prob_cost
[x])
Completed in 25 milliseconds