Searched refs:Unmult (Results 1 – 1 of 1) sorted by relevance
125 static uint32_t Unmult(uint8_t x, uint32_t mult) { in Unmult() function146 ptr[0] = Unmult(ptr[0], scale); in MultARGBRow()147 ptr[1] = Unmult(ptr[1], scale); in MultARGBRow()148 ptr[2] = Unmult(ptr[2], scale); in MultARGBRow()
Completed in 3 milliseconds