Home
last modified time | relevance | path

Searched defs:next_code (Results 1 – 7 of 7) sorted by relevance

/external/zopfli/src/zopfli/
Dtree.c33 size_t* next_code = (size_t*)malloc(sizeof(size_t) * (maxbits + 1)); in ZopfliLengthsToSymbols() local
/external/webp/src/utils/
Dhuffman_encode.c378 uint32_t next_code[MAX_ALLOWED_CODE_LENGTH + 1]; in ConvertBitDepthsToSymbols() local
/external/opencv3/3rdparty/libwebp/utils/
Dhuffman_encode.c399 uint32_t next_code[MAX_ALLOWED_CODE_LENGTH + 1]; in ConvertBitDepthsToSymbols() local
/external/opencv3/3rdparty/zlib/
Dtrees.c580 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
/external/zlib/src/
Dtrees.c580 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
/external/pdfium/third_party/zlib_v128/
Dtrees.c580 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local
/external/pcre/dist/
Dpcre_compile.c3128 const pcre_uchar *next_code; in compare_opcodes() local