Searched refs:WebPPackARGB (Results 1 – 4 of 4) sorted by relevance
413 void (*WebPPackARGB)(const uint8_t* a, const uint8_t* r, const uint8_t* g, variable439 WebPPackARGB = PackARGB_C; in WEBP_DSP_INIT_FUNC()489 assert(WebPPackARGB != NULL); in WEBP_DSP_INIT_FUNC()
219 WebPPackARGB = PackARGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
442 extern void (*WebPPackARGB)(const uint8_t* WEBP_RESTRICT a,
768 WebPPackARGB(a_ptr, r_ptr, g_ptr, b_ptr, width, dst); in Import()