Searched refs:WebPPackARGB (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 400 void (*WebPPackARGB)(const uint8_t* a, const uint8_t* r, const uint8_t* g, variable 424 WebPPackARGB = PackARGB_C; in WEBP_DSP_INIT_FUNC() 474 assert(WebPPackARGB != NULL); in WEBP_DSP_INIT_FUNC()
|
D | alpha_processing_mips_dsp_r2.c | 219 WebPPackARGB = PackARGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
|
D | dsp.h | 628 extern void (*WebPPackARGB)(const uint8_t* a, const uint8_t* r,
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1135 WebPPackARGB(a_ptr, r_ptr, g_ptr, b_ptr, width, dst); in Import()
|