Searched refs:c5to8bits (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Drdtarga.c78 static const UINT8 c5to8bits[32] = { variable
228 ptr[2] = (JSAMPLE) c5to8bits[t & 0x1F];
230 ptr[1] = (JSAMPLE) c5to8bits[t & 0x1F];
232 ptr[0] = (JSAMPLE) c5to8bits[t & 0x1F];
/external/qemu/distrib/jpeg-6b/
H A Drdtarga.c78 static const UINT8 c5to8bits[32] = { variable
228 ptr[2] = (JSAMPLE) c5to8bits[t & 0x1F];
230 ptr[1] = (JSAMPLE) c5to8bits[t & 0x1F];
232 ptr[0] = (JSAMPLE) c5to8bits[t & 0x1F];

Completed in 93 milliseconds