Home
last modified time | relevance | path

Searched refs:WebPPackARGB (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c413 void (*WebPPackARGB)(const uint8_t* a, const uint8_t* r, const uint8_t* g, variable
439 WebPPackARGB = PackARGB_C; in WEBP_DSP_INIT_FUNC()
489 assert(WebPPackARGB != NULL); in WEBP_DSP_INIT_FUNC()
Dalpha_processing_mips_dsp_r2.c219 WebPPackARGB = PackARGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
Ddsp.h442 extern void (*WebPPackARGB)(const uint8_t* WEBP_RESTRICT a,
/external/webp/src/enc/
Dpicture_csp_enc.c768 WebPPackARGB(a_ptr, r_ptr, g_ptr, b_ptr, width, dst); in Import()