Home
last modified time | relevance | path

Searched defs:bl_count (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c481 uint16_t bl_count[MAX_HUFFMAN_BITS] = { 0 }; in BrotliConvertBitDepthsToSymbols() local
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h206 ush bl_count[MAX_BITS+1]; member
H A Dtrees.c241 ush bl_count[MAX_BITS+1]; in tr_static_init() local
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
[all...]
/third_party/node/deps/zlib/
H A Dtrees.c202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { in gen_codes() argument
302 ush bl_count[MAX_BITS+1]; in tr_static_init() local
352 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
353 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
354 while (n <= 279) static_ltree[n++].Len = 7, bl_count[ in tr_static_init() local
355 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; tr_static_init() local
[all...]
H A Ddeflate.h210 ush bl_count[MAX_BITS+1]; member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h200 ush bl_count[MAX_BITS+1]; member
H A Dtrees.c248 ush bl_count[MAX_BITS+1]; in tr_static_init() local
298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local
301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h206 ush bl_count[MAX_BITS+1]; member
H A Dtrees.c241 ush bl_count[MAX_BITS+1]; in tr_static_init() local
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() local
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
[all...]
/third_party/zlib/
H A Ddeflate.h210 ush bl_count[MAX_BITS+1]; member
H A Dtrees.c214 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) in gen_codes() argument
317 ush bl_count[MAX_BITS+1]; in tr_static_init() local
367 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() local
368 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() local
369 while (n <= 279) static_ltree[n++].Len = 7, bl_count[ in tr_static_init() local
370 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; tr_static_init() local
[all...]

Completed in 12 milliseconds