Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c403 void (*WebPPackRGB)(const uint8_t* r, const uint8_t* g, const uint8_t* b, variable
426 WebPPackRGB = PackRGB_C; in WEBP_DSP_INIT_FUNC()
476 assert(WebPPackRGB != NULL); in WEBP_DSP_INIT_FUNC()
Dalpha_processing_mips_dsp_r2.c221 WebPPackRGB = PackRGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
Ddsp.h634 extern void (*WebPPackRGB)(const uint8_t* r, const uint8_t* g, const uint8_t* b,
/external/webp/src/enc/
Dpicture_csp_enc.c1151 WebPPackRGB(r_ptr, g_ptr, b_ptr, width, step, dst); in Import()