OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8EntropyCost
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
cost.h
22
extern const uint16_t
VP8EntropyCost
[256]; // 8bit fixed-point log(p)
26
return !bit ?
VP8EntropyCost
[proba] :
VP8EntropyCost
[255 - proba];
cost.c
21
const uint16_t
VP8EntropyCost
[256] = {
Completed in 111 milliseconds