Searched refs:c5to8bits (Results 1 – 1 of 1) sorted by relevance
78 static const UINT8 c5to8bits[32] = { variable228 ptr[2] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()230 ptr[1] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()232 ptr[0] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()