OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_prob_cost
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/arm/
boolhuff_arm.c
15
const unsigned int
vp8_prob_cost
[256] =
variable
/external/libvpx/vp8/encoder/
boolhuff.h
41
extern const unsigned int
vp8_prob_cost
[256];
boolhuff.c
26
const unsigned int
vp8_prob_cost
[256] =
variable
89
Sectionbits[active_section] +=
vp8_prob_cost
[255-probability];
91
Sectionbits[active_section] +=
vp8_prob_cost
[probability];
treewriter.h
35
#define vp8_cost_zero( x) (
vp8_prob_cost
[x])
Completed in 67 milliseconds