Home
last modified time | relevance | path

Searched refs:maplen (Results 1 – 1 of 1) sorted by relevance

/external/jpeg/
Drdtarga.c338 unsigned int width, height, maplen; in start_input_tga() local
354 maplen = GET_2B(5); in start_input_tga()
447 if (maplen > 0) { in start_input_tga()
448 if (maplen > 256 || GET_2B(3) != 0) in start_input_tga()
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3); in start_input_tga()
454 read_colormap(source, (int) maplen, UCH(targaheader[7])); in start_input_tga()