OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8Idct2
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
vp8i.h
311
typedef void (*
VP8Idct2
)(const int16_t* coeffs, uint8_t* dst, int do_two);
312
extern
VP8Idct2
VP8Transform;
dsp.c
137
VP8Idct2
VP8Transform = TransformTwo;
Completed in 367 milliseconds