OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPConvertRGB24ToY
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
yuv.c
247
void (*
WebPConvertRGB24ToY
)(const uint8_t* rgb, uint8_t* y, int width);
267
WebPConvertRGB24ToY
= ConvertRGB24ToY;
dsp.h
340
extern void (*
WebPConvertRGB24ToY
)(const uint8_t* rgb, uint8_t* y, int width);
yuv_sse2.c
763
WebPConvertRGB24ToY
= ConvertRGB24ToY;
/external/webp/src/enc/
picture_csp.c
[
all
...]
Completed in 347 milliseconds