OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8WHT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
60
typedef void (*
VP8WHT
)(const int16_t* in, int16_t* out);
63
extern
VP8WHT
VP8ITransformWHT;
64
extern
VP8WHT
VP8FTransformWHT;
108
extern
VP8WHT
VP8TransformWHT;
enc.c
677
VP8WHT
VP8ITransformWHT;
678
VP8WHT
VP8FTransformWHT;
/external/webp/src/dsp/
dsp.h
60
typedef void (*
VP8WHT
)(const int16_t* in, int16_t* out);
63
extern
VP8WHT
VP8ITransformWHT;
64
extern
VP8WHT
VP8FTransformWHT;
108
extern
VP8WHT
VP8TransformWHT;
enc.c
677
VP8WHT
VP8ITransformWHT;
678
VP8WHT
VP8FTransformWHT;
Completed in 227 milliseconds