OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LevelFixedCosts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
cost.h
24
extern const uint16_t
VP8LevelFixedCosts
[MAX_LEVEL + 1];
36
return
VP8LevelFixedCosts
[level]
cost.c
80
const uint16_t
VP8LevelFixedCosts
[MAX_LEVEL + 1] = {
/external/webp/src/enc/
cost.h
24
extern const uint16_t
VP8LevelFixedCosts
[MAX_LEVEL + 1];
36
return
VP8LevelFixedCosts
[level]
cost.c
80
const uint16_t
VP8LevelFixedCosts
[MAX_LEVEL + 1] = {
Completed in 311 milliseconds