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 - 7
of
7
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/
boolhuff_arm.c
15
const unsigned int
vp8_prob_cost
[256] =
variable
/external/libvpx/libvpx/vp8/encoder/
boolhuff.h
44
extern const unsigned int
vp8_prob_cost
[256];
74
Sectionbits[active_section] +=
vp8_prob_cost
[255-probability];
76
Sectionbits[active_section] +=
vp8_prob_cost
[probability];
boolhuff.c
23
const unsigned int
vp8_prob_cost
[256] =
variable
treewriter.h
40
#define vp8_cost_zero( x) (
vp8_prob_cost
[x])
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
boolhuff.h
48
extern const unsigned int
vp8_prob_cost
[256];
78
Sectionbits[active_section] +=
vp8_prob_cost
[255-probability];
80
Sectionbits[active_section] +=
vp8_prob_cost
[probability];
boolhuff.c
23
const unsigned int
vp8_prob_cost
[256] =
variable
treewriter.h
39
#define vp8_cost_zero( x) (
vp8_prob_cost
[x])
Completed in 363 milliseconds