Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c140 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRow_C() function
404 WebPMultARGBRow = WebPMultARGBRow_C; in WebPInitAlphaProcessing()
Ddsp.h579 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse);
Dalpha_processing_sse2.c296 if (width > 0) WebPMultARGBRow_C(ptr + x, width, inverse); in MultARGBRow_SSE2()