Searched refs:c5to8bits (Results 1 – 1 of 1) sorted by relevance
83 static const UINT8 c5to8bits[32] = { variable234 ptr[2] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()236 ptr[1] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()238 ptr[0] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()