Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c416 void (*WebPPackRGB)(const uint8_t* WEBP_RESTRICT r, variable
441 WebPPackRGB = PackRGB_C; in WEBP_DSP_INIT_FUNC()
491 assert(WebPPackRGB != NULL); in WEBP_DSP_INIT_FUNC()
Dalpha_processing_mips_dsp_r2.c221 WebPPackRGB = PackRGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
Ddsp.h450 extern void (*WebPPackRGB)(const uint8_t* WEBP_RESTRICT r,
/external/webp/src/enc/
Dpicture_csp_enc.c784 WebPPackRGB(r_ptr, g_ptr, b_ptr, width, step, dst); in Import()