Searched refs:c5to8bits (Results 1 – 1 of 1) sorted by relevance
79 static const UINT8 c5to8bits[32] = { variable229 ptr[2] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()231 ptr[1] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()233 ptr[0] = (JSAMPLE) c5to8bits[t & 0x1F]; in get_16bit_row()