OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8Idct
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
55
//
VP8Idct
: Does one of two inverse transforms. If do_two is set, the transforms
57
typedef void (*
VP8Idct
)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
61
extern
VP8Idct
VP8ITransform;
enc.c
675
VP8Idct
VP8ITransform;
/external/webp/src/dsp/
dsp.h
55
//
VP8Idct
: Does one of two inverse transforms. If do_two is set, the transforms
57
typedef void (*
VP8Idct
)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
61
extern
VP8Idct
VP8ITransform;
enc.c
675
VP8Idct
VP8ITransform;
Completed in 52 milliseconds