Searched refs:WebPPackRGB (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 403 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()
|
D | alpha_processing_mips_dsp_r2.c | 221 WebPPackRGB = PackRGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
|
D | dsp.h | 634 extern void (*WebPPackRGB)(const uint8_t* r, const uint8_t* g, const uint8_t* b,
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1151 WebPPackRGB(r_ptr, g_ptr, b_ptr, width, step, dst); in Import()
|