OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8IntraPreds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
94
typedef void (*
VP8IntraPreds
)(uint8_t *dst, const uint8_t* left,
98
extern
VP8IntraPreds
VP8EncPredLuma16;
99
extern
VP8IntraPreds
VP8EncPredChroma8;
enc.c
678
VP8IntraPreds
VP8EncPredLuma16;
679
VP8IntraPreds
VP8EncPredChroma8;
Completed in 31 milliseconds