Home
last modified time | relevance | path

Searched refs:WebPMultRow_C (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing.c160 void WebPMultRow_C(uint8_t* WEBP_RESTRICT const ptr, in WebPMultRow_C() function
435 WebPMultRow = WebPMultRow_C; in WEBP_DSP_INIT_FUNC()
Ddsp.h657 void WebPMultRow_C(uint8_t* WEBP_RESTRICT const ptr,
Dalpha_processing_sse2.c342 if (width > 0) WebPMultRow_C(ptr + x, alpha + x, width, inverse); in MultRow_SSE2()