Searched refs:WebPMultARGBRowC (Results 1 – 3 of 3) sorted by relevance
137 void WebPMultARGBRowC(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRowC() function356 WebPMultARGBRow = WebPMultARGBRowC; in WebPInitAlphaProcessing()
443 void WebPMultARGBRowC(uint32_t* const ptr, int width, int inverse);
250 if (width > 0) WebPMultARGBRowC(ptr + x, width, inverse); in MultARGBRow()