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