Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c400 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()
Dalpha_processing_mips_dsp_r2.c219 WebPPackARGB = PackARGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
Ddsp.h628 extern void (*WebPPackARGB)(const uint8_t* a, const uint8_t* r,
/external/webp/src/enc/
Dpicture_csp_enc.c1135 WebPPackARGB(a_ptr, r_ptr, g_ptr, b_ptr, width, dst); in Import()