Searched refs:mul_table (Results 1 – 1 of 1) sorted by relevance
5326 static unsigned int mul_table[9] = { in stbi__shiftsigned() local5341 return (int) ((unsigned) v * mul_table[bits]) >> shift_table[bits]; in stbi__shiftsigned()