Home
last modified time | relevance | path

Searched refs:mul_table (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h5326 static unsigned int mul_table[9] = { in stbi__shiftsigned() local
5341 return (int) ((unsigned) v * mul_table[bits]) >> shift_table[bits]; in stbi__shiftsigned()