OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPDispatchAlphaToGreen
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
alpha_processing.c
340
void (*
WebPDispatchAlphaToGreen
)(const uint8_t*, int, int, int, uint32_t*, int);
361
WebPDispatchAlphaToGreen
= DispatchAlphaToGreen;
dsp.h
410
extern void (*
WebPDispatchAlphaToGreen
)(const uint8_t* alpha, int alpha_stride,
alpha_processing_sse2.c
290
WebPDispatchAlphaToGreen
= DispatchAlphaToGreen;
/external/webp/src/enc/
alpha.c
65
WebPDispatchAlphaToGreen
(data, width, picture.width, picture.height,
Completed in 524 milliseconds