OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPConvertARGBToY
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
yuv.c
252
void (*
WebPConvertARGBToY
)(const uint32_t* argb, uint8_t* y, int width);
264
WebPConvertARGBToY
= ConvertARGBToY;
dsp.h
328
extern void (*
WebPConvertARGBToY
)(const uint32_t* argb, uint8_t* y, int width);
yuv_sse2.c
760
WebPConvertARGBToY
= ConvertARGBToY;
/external/webp/src/dec/
vp8l.c
583
WebPConvertARGBToY
(src, buf->y + y_pos * buf->y_stride, width);
[
all
...]
Completed in 92 milliseconds