Home
last modified time | relevance | path

Searched refs:WebPMultARGBRow (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing.c181 void (*WebPMultARGBRow)(uint32_t* const ptr, int width, int inverse); variable
193 WebPMultARGBRow((uint32_t*)ptr, width, inverse); in WebPMultARGBRows()
434 WebPMultARGBRow = WebPMultARGBRow_C; in WEBP_DSP_INIT_FUNC()
480 assert(WebPMultARGBRow != NULL); in WEBP_DSP_INIT_FUNC()
Dalpha_processing_mips_dsp_r2.c217 WebPMultARGBRow = MultARGBRow_MIPSdspR2; in WebPInitAlphaProcessingMIPSdspR2()
Ddsp.h640 extern void (*WebPMultARGBRow)(uint32_t* const ptr, int width, int inverse);
Dalpha_processing_sse2.c351 WebPMultARGBRow = MultARGBRow_SSE2; in WebPInitAlphaProcessingSSE2()
/third_party/skia/third_party/externals/libwebp/extras/
Dextras.c156 WebPMultARGBRow(dst, pic->width, /*inverse=*/1); in WebPUnmultiplyARGB()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c589 WebPMultARGBRow(src, dst_width, 1); in Export()
675 WebPMultARGBRow(src, dst_width, 1); in ExportYUVA()