Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing.c398 void (*WebPPackRGB)(const uint8_t* r, const uint8_t* g, const uint8_t* b, variable
420 WebPPackRGB = PackRGB_C; in WEBP_DSP_INIT_FUNC()
469 assert(WebPPackRGB != NULL); in WEBP_DSP_INIT_FUNC()
A Dalpha_processing_mips_dsp_r2.c221 WebPPackRGB = PackRGB_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
A Ddsp.h628 extern void (*WebPPackRGB)(const uint8_t* r, const uint8_t* g, const uint8_t* b,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c1147 WebPPackRGB(r_ptr, g_ptr, b_ptr, width, step, dst); in Import()

Completed in 10 milliseconds