Searched refs:GET_2B (Results 1 – 6 of 6) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | rdbmp.c | 246 #define GET_2B(array,offset) ((unsigned int) UCH(array[offset]) + \ in start_input_bmp() macro 267 if (GET_2B(bmpfileheader,0) != 0x4D42) /* 'BM' */ in start_input_bmp() 286 biWidth = (INT32) GET_2B(bmpinfoheader,4); in start_input_bmp() 287 biHeight = (INT32) GET_2B(bmpinfoheader,6); in start_input_bmp() 288 biPlanes = GET_2B(bmpinfoheader,8); in start_input_bmp() 289 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,10); in start_input_bmp() 312 biPlanes = GET_2B(bmpinfoheader,12); in start_input_bmp() 313 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,14); in start_input_bmp()
|
D | rdtarga.c | 341 #define GET_2B(offset) ((unsigned int) UCH(targaheader[offset]) + \ in start_input_tga() macro 354 maplen = GET_2B(5); in start_input_tga() 355 width = GET_2B(12); in start_input_tga() 356 height = GET_2B(14); in start_input_tga() 448 if (maplen > 256 || GET_2B(3) != 0) in start_input_tga()
|
/external/jpeg/ |
D | rdbmp.c | 246 #define GET_2B(array,offset) ((unsigned int) UCH(array[offset]) + \ in start_input_bmp() macro 267 if (GET_2B(bmpfileheader,0) != 0x4D42) /* 'BM' */ in start_input_bmp() 286 biWidth = (INT32) GET_2B(bmpinfoheader,4); in start_input_bmp() 287 biHeight = (INT32) GET_2B(bmpinfoheader,6); in start_input_bmp() 288 biPlanes = GET_2B(bmpinfoheader,8); in start_input_bmp() 289 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,10); in start_input_bmp() 312 biPlanes = GET_2B(bmpinfoheader,12); in start_input_bmp() 313 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,14); in start_input_bmp()
|
D | rdtarga.c | 341 #define GET_2B(offset) ((unsigned int) UCH(targaheader[offset]) + \ in start_input_tga() macro 354 maplen = GET_2B(5); in start_input_tga() 355 width = GET_2B(12); in start_input_tga() 356 height = GET_2B(14); in start_input_tga() 448 if (maplen > 256 || GET_2B(3) != 0) in start_input_tga()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdbmp.c | 282 #define GET_2B(array,offset) ((unsigned int) UCH(array[offset]) + \ in start_input_bmp() macro 303 if (GET_2B(bmpfileheader,0) != 0x4D42) /* 'BM' */ in start_input_bmp() 322 biWidth = (INT32) GET_2B(bmpinfoheader,4); in start_input_bmp() 323 biHeight = (INT32) GET_2B(bmpinfoheader,6); in start_input_bmp() 324 biPlanes = GET_2B(bmpinfoheader,8); in start_input_bmp() 325 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,10); in start_input_bmp() 346 biPlanes = GET_2B(bmpinfoheader,12); in start_input_bmp() 347 source->bits_per_pixel = (int) GET_2B(bmpinfoheader,14); in start_input_bmp()
|
D | rdtarga.c | 341 #define GET_2B(offset) ((unsigned int) UCH(targaheader[offset]) + \ in start_input_tga() macro 354 maplen = GET_2B(5); in start_input_tga() 355 width = GET_2B(12); in start_input_tga() 356 height = GET_2B(14); in start_input_tga() 448 if (maplen > 256 || GET_2B(3) != 0) in start_input_tga()
|