OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c5to8bits
(Results
1 - 1
of
1
) sorted by null
/external/libjpeg-turbo/
rdtarga.c
79
static const UINT8
c5to8bits
[32] = {
variable
229
ptr[2] = (JSAMPLE)
c5to8bits
[t & 0x1F];
231
ptr[1] = (JSAMPLE)
c5to8bits
[t & 0x1F];
233
ptr[0] = (JSAMPLE)
c5to8bits
[t & 0x1F];
Completed in 49 milliseconds