Searched refs:WebPMultARGBRow_C (Results 1 – 3 of 3) sorted by relevance
140 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRow_C() function404 WebPMultARGBRow = WebPMultARGBRow_C; in WebPInitAlphaProcessing()
579 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse);
296 if (width > 0) WebPMultARGBRow_C(ptr + x, width, inverse); in MultARGBRow_SSE2()