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