Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkGifImageReader.cpp236 oldcode = -1; in doLZW()
257 if (oldcode != -1) { in doLZW()
263 code = oldcode; in doLZW()
303 if (avail < SK_MAX_DICTIONARY_ENTRIES && oldcode != -1) { in doLZW()
305 unsigned short codeLength = suffixLength[oldcode] + 1; in doLZW()
310 prefix[avail] = (l == 0) ? oldcode : prefix[oldcode]; in doLZW()
311 suffix[avail] = suffix[oldcode]; in doLZW()
324 oldcode = tempCode; in doLZW()
915 oldcode = -1; in prepareToDecode()
DSkGifImageReader.h102 , oldcode(0) in SkGIFLZWContext()
124 int oldcode; variable
/third_party/cups-filters/cupsfilters/
Dimage-gif.c547 oldcode, /* Last code read */ in gif_read_lzw() local
609 firstcode = oldcode = gif_get_code(fp, code_size, 0); in gif_read_lzw()
639 firstcode = oldcode = gif_get_code(fp, code_size, 0); in gif_read_lzw()
660 code = oldcode; in gif_read_lzw()
679 table[0][code] = oldcode; in gif_read_lzw()
690 oldcode = incode; in gif_read_lzw()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c110 int oldcode; /* previous LZW symbol */ member
287 sinfo->firstcode = sinfo->oldcode = code; in LZWReadByte()
314 code = sinfo->oldcode; in LZWReadByte()
328 sinfo->symbol_head[code] = (UINT16)sinfo->oldcode; in LZWReadByte()
339 sinfo->oldcode = incode; /* save last input symbol for future use */ in LZWReadByte()
/third_party/astc-encoder/Source/
Dstb_image.h6611 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() local
6630 oldcode = -1; in stbi__process_gif_raster()
6652 oldcode = -1; in stbi__process_gif_raster()
6664 if (oldcode >= 0) { in stbi__process_gif_raster()
6670 p->prefix = (stbi__int16) oldcode; in stbi__process_gif_raster()
6671 p->first = g->codes[oldcode].first; in stbi__process_gif_raster()
6683 oldcode = code; in stbi__process_gif_raster()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c7510 PCRE2_UCHAR *oldcode; in compile_branch() local
7535 oldcode = code; /* Save where we were */ in compile_branch()
7572 code = oldcode; /* Leave previous item in place */ in compile_branch()