Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ macro
188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) macro
436 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
447 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
657 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
668 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c176 #define NextCode(_tif, _sp, _bp, _code, _get) { \ macro
188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) macro
433 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
443 NextCode(tif, sp, bp, code, GetNextCode); in LZWDecode()
652 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
662 NextCode(tif, sp, bp, code, GetNextCodeCompat); in LZWDecodeCompat()
/external/vboot_reference/utility/
Defidecompress.c217 UINT16 NextCode; in MakeTable() local
270 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
274 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
304 Start[Len] = NextCode; in MakeTable()