Searched refs:WebPMultRowC (Results 1 – 3 of 3) sorted by relevance
157 void WebPMultRowC(uint8_t* const ptr, const uint8_t* const alpha, in WebPMultRowC() function357 WebPMultRow = WebPMultRowC; in WebPInitAlphaProcessing()
441 void WebPMultRowC(uint8_t* const ptr, const uint8_t* const alpha,
277 if (width > 0) WebPMultRowC(ptr + x, alpha + x, width, inverse); in MultRow()