OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCH
(Results
1 - 6
of
6
) sorted by null
/external/jpeg/
rdtarga.c
29
#define
UCH
(x) ((int) (x))
33
#define
UCH
(x) ((int) (x))
36
#define
UCH
(x) ((int) (x) & 0xFF)
184
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[0]);
202
t =
UCH
(source->tga_pixel[0]);
222
t =
UCH
(source->tga_pixel[0]);
223
t +=
UCH
(source->tga_pixel[1]) << 8;
249
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[2]); /* change BGR to RGB order */
250
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[1]);
251
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[0])
[
all
...]
rdppm.c
43
#define
UCH
(x) ((int) (x))
47
#define
UCH
(x) ((int) (x))
50
#define
UCH
(x) ((int) (x) & 0xFF)
193
*ptr++ = rescale[
UCH
(*bufferptr++)];
214
*ptr++ = rescale[
UCH
(*bufferptr++)];
215
*ptr++ = rescale[
UCH
(*bufferptr++)];
216
*ptr++ = rescale[
UCH
(*bufferptr++)];
253
temp =
UCH
(*bufferptr++);
254
temp |=
UCH
(*bufferptr++) << 8;
277
temp =
UCH
(*bufferptr++)
[
all
...]
rdbmp.c
33
#define
UCH
(x) ((int) (x))
37
#define
UCH
(x) ((int) (x))
40
#define
UCH
(x) ((int) (x) & 0xFF)
246
#define GET_2B(array,offset) ((unsigned int)
UCH
(array[offset]) + \
247
(((unsigned int)
UCH
(array[offset+1])) << 8))
248
#define GET_4B(array,offset) ((INT32)
UCH
(array[offset]) + \
249
(((INT32)
UCH
(array[offset+1])) << 8) + \
250
(((INT32)
UCH
(array[offset+2])) << 16) + \
251
(((INT32)
UCH
(array[offset+3])) << 24))
/external/qemu/distrib/jpeg-6b/
rdtarga.c
29
#define
UCH
(x) ((int) (x))
33
#define
UCH
(x) ((int) (x))
36
#define
UCH
(x) ((int) (x) & 0xFF)
184
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[0]);
202
t =
UCH
(source->tga_pixel[0]);
222
t =
UCH
(source->tga_pixel[0]);
223
t +=
UCH
(source->tga_pixel[1]) << 8;
249
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[2]); /* change BGR to RGB order */
250
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[1]);
251
*ptr++ = (JSAMPLE)
UCH
(source->tga_pixel[0])
[
all
...]
rdppm.c
43
#define
UCH
(x) ((int) (x))
47
#define
UCH
(x) ((int) (x))
50
#define
UCH
(x) ((int) (x) & 0xFF)
193
*ptr++ = rescale[
UCH
(*bufferptr++)];
214
*ptr++ = rescale[
UCH
(*bufferptr++)];
215
*ptr++ = rescale[
UCH
(*bufferptr++)];
216
*ptr++ = rescale[
UCH
(*bufferptr++)];
253
temp =
UCH
(*bufferptr++);
254
temp |=
UCH
(*bufferptr++) << 8;
277
temp =
UCH
(*bufferptr++)
[
all
...]
rdbmp.c
33
#define
UCH
(x) ((int) (x))
37
#define
UCH
(x) ((int) (x))
40
#define
UCH
(x) ((int) (x) & 0xFF)
246
#define GET_2B(array,offset) ((unsigned int)
UCH
(array[offset]) + \
247
(((unsigned int)
UCH
(array[offset+1])) << 8))
248
#define GET_4B(array,offset) ((INT32)
UCH
(array[offset]) + \
249
(((INT32)
UCH
(array[offset+1])) << 8) + \
250
(((INT32)
UCH
(array[offset+2])) << 16) + \
251
(((INT32)
UCH
(array[offset+3])) << 24))
Completed in 2738 milliseconds