Searched defs:next_code (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlz.h | 52 int next_code; member
|
H A D | mss2.c | 250 int current_length = 0, read_codes = 0, next_code = 0, current_codes = 0; in decode_rle() local
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_auto_possess.c | 544 PCRE2_SPTR next_code; in compare_opcodes() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_encode_utils.c | 378 uint32_t next_code[MAX_ALLOWED_CODE_LENGTH + 1]; in ConvertBitDepthsToSymbols() local
|
/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.c | 482 uint16_t next_code[MAX_HUFFMAN_BITS]; in BrotliConvertBitDepthsToSymbols() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.c | 482 uint16_t next_code[MAX_HUFFMAN_BITS]; in BrotliConvertBitDepthsToSymbols() local
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | trees.c | 577 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
|
/third_party/node/deps/zlib/ |
H A D | trees.c | 203 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 586 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
local
|
/third_party/skia/third_party/externals/zlib/ |
H A D | trees.c | 577 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
|
/third_party/zlib/ |
H A D | trees.c | 216 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 4125 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
|
H A D | tinyexr.h | 2699 mz_uint i, j, used_syms, total, sym_index, next_code[17], in tinfl_decompress() local 3294 mz_uint next_code[TDEFL_MAX_SUPPORTED_HUFF_CODESIZE + 1]; in tdefl_optimize_huffman_table() local
|
Completed in 42 milliseconds