Searched refs:c5to8bits (Results 1 – 1 of 1) sorted by relevance
73 static const UINT8 c5to8bits[32] = { variable224 ptr[2] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()226 ptr[1] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()228 ptr[0] = (JSAMPLE)c5to8bits[t & 0x1F]; in get_16bit_row()