/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inftrees.c | 48 unsigned huff; /* Huffman code */
local 151 filled is at next and has curr index bits. The code being used is huff
159 of the low root bits of huff. This is saved in low to check for when a
201 huff = 0; /* starting code */
232 /* replicate for those indices with low len bits equal to huff */
238 next[(huff >> drop) + fill] = this;
241 /* backwards increment the len-bit code huff */
243 while (huff & incr)
246 huff &= incr - 1;
247 huff += incr; [all...] |
/external/syslinux/com32/lib/zlib/ |
inftrees.c | 48 unsigned huff; /* Huffman code */ local 151 filled is at next and has curr index bits. The code being used is huff 159 of the low root bits of huff. This is saved in low to check for when a 200 huff = 0; /* starting code */ 232 /* replicate for those indices with low len bits equal to huff */ 238 next[(huff >> drop) + fill] = here; 241 /* backwards increment the len-bit code huff */ 243 while (huff & incr) 246 huff &= incr - 1; 247 huff += incr [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 48 unsigned huff; /* Huffman code */ local 145 filled is at next and has curr index bits. The code being used is huff 153 of the low root bits of huff. This is saved in low to check for when a 194 huff = 0; /* starting code */ 226 /* replicate for those indices with low len bits equal to huff */ 231 next[(huff >> drop) + fill] = this; 234 /* backwards increment the len-bit code huff */ 236 while (huff & incr) 239 huff &= incr - 1; 240 huff += incr [all...] |
/external/toybox/toys/pending/ |
compress.c | 183 struct huff { struct 193 static void len2huff(struct huff *huff, char bitlen[], int len) 199 memset(huff, 0, sizeof(struct huff)); 200 for (i = 0; i<len; i++) huff->length[bitlen[i]]++; 203 *huff->length = *offset = 0; 204 for (i = 1; i<16; i++) offset[i] = offset[i-1] + huff->length[i-1]; 206 for (i = 0; i<len; i++) if (bitlen[i]) huff->symbol[offset[bitlen[i]]++] = i; 213 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff [all...] |
/external/libjpeg-turbo/ |
Makefile.am | 383 # CC: null SAMP: fullsize FDCT: islow ENT: huff 386 # CC: null SAMP: fullsize IDCT: islow ENT: huff 393 # CC: RGB->RGB565 SAMP: fullsize IDCT: islow ENT: huff 397 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff 403 # CC: RGB->YCC SAMP: fullsize/h2v1 FDCT: ifast ENT: 2-pass huff 406 # CC: YCC->RGB SAMP: fullsize/h2v1 fancy IDCT: ifast ENT: huff 410 # CC: YCC->RGB SAMP: h2v1 merged IDCT: ifast ENT: huff 417 # CC: YCC->RGB565 SAMP: h2v1 merged IDCT: ifast ENT: huff 421 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff 427 # CC: RGB->YCC SAMP: fullsize/h2v2 FDCT: ifast ENT: prog huff [all...] |
CMakeLists.txt | 508 # CC: null SAMP: fullsize FDCT: islow ENT: huff 515 # CC: null SAMP: fullsize IDCT: islow ENT: huff 523 # CC: RGB->RGB565 SAMP: fullsize IDCT: islow ENT: huff 530 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff 538 # CC: RGB->YCC SAMP: fullsize/h2v1 FDCT: ifast ENT: 2-pass huff 545 # CC: YCC->RGB SAMP: fullsize/h2v1 fancy IDCT: ifast ENT: huff 552 # CC: YCC->RGB SAMP: h2v1 merged IDCT: ifast ENT: huff 560 # CC: YCC->RGB565 SAMP: h2v1 merged IDCT: ifast ENT: huff 567 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff 575 # CC: RGB->YCC SAMP: fullsize/h2v2 FDCT: ifast ENT: prog huff [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inftrees.c | 48 unsigned huff; /* Huffman code */
local 151 filled is at next and has curr index bits. The code being used is huff
159 of the low root bits of huff. This is saved in low to check for when a
200 huff = 0; /* starting code */
232 /* replicate for those indices with low len bits equal to huff */
238 next[(huff >> drop) + fill] = here;
241 /* backwards increment the len-bit code huff */
243 while (huff & incr)
246 huff &= incr - 1;
247 huff += incr; [all...] |
/external/pdfium/third_party/zlib_v128/ |
inftrees.c | 48 unsigned huff; /* Huffman code */ local 151 filled is at next and has curr index bits. The code being used is huff 159 of the low root bits of huff. This is saved in low to check for when a 200 huff = 0; /* starting code */ 232 /* replicate for those indices with low len bits equal to huff */ 238 next[(huff >> drop) + fill] = here; 241 /* backwards increment the len-bit code huff */ 243 while (huff & incr) 246 huff &= incr - 1; 247 huff += incr [all...] |
/external/python/cpython2/Modules/zlib/ |
inftrees.c | 48 unsigned huff; /* Huffman code */ local 151 filled is at next and has curr index bits. The code being used is huff 159 of the low root bits of huff. This is saved in low to check for when a 200 huff = 0; /* starting code */ 232 /* replicate for those indices with low len bits equal to huff */ 238 next[(huff >> drop) + fill] = here; 241 /* backwards increment the len-bit code huff */ 243 while (huff & incr) 246 huff &= incr - 1; 247 huff += incr [all...] |
/external/zlib/src/ |
inftrees.c | 48 unsigned huff; /* Huffman code */ local 151 filled is at next and has curr index bits. The code being used is huff 159 of the low root bits of huff. This is saved in low to check for when a 200 huff = 0; /* starting code */ 232 /* replicate for those indices with low len bits equal to huff */ 238 next[(huff >> drop) + fill] = here; 241 /* backwards increment the len-bit code huff */ 243 while (huff & incr) 246 huff &= incr - 1; 247 huff += incr [all...] |
/prebuilts/tools/common/m2/repository/org/json/json/20141113/ |
json-20141113.jar | |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/ |
hpack_test.go | 629 huff := AppendHuffmanString(nil, msg) 633 if err := huffmanDecode(&out, max, huff); err != nil { 645 if err := huffmanDecode(&out, len(msg)-1, huff); err != ErrStringLength { 654 var huff []byte 668 huff = AppendHuffmanString(huff[:0], string(input)) 669 encSize += int64(len(huff)) 671 if err := huffmanDecode(&output, 0, huff); err != nil { 672 t.Errorf("Failed to decode %q -> %q -> error %v", input, huff, err) 676 t.Errorf("Roundtrip failure on %q -> %q -> %q", input, huff, output.Bytes() [all...] |
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/ |
hpack_test.go | 629 huff := AppendHuffmanString(nil, msg) 633 if err := huffmanDecode(&out, max, huff); err != nil { 645 if err := huffmanDecode(&out, len(msg)-1, huff); err != ErrStringLength { 654 var huff []byte 668 huff = AppendHuffmanString(huff[:0], string(input)) 669 encSize += int64(len(huff)) 671 if err := huffmanDecode(&output, 0, huff); err != nil { 672 t.Errorf("Failed to decode %q -> %q -> error %v", input, huff, err) 676 t.Errorf("Roundtrip failure on %q -> %q -> %q", input, huff, output.Bytes() [all...] |
/hardware/intel/img/psb_video/src/ |
tng_jpegdec.c | 723 VAHuffmanTableBufferJPEGBaseline *huff = (VAHuffmanTableBufferJPEGBaseline *) obj_buffer->buffer_data; local 734 table_entries += huff->huffman_table[table_id].num_dc_codes[bit_ind]; 741 uint32_t num_codes = huff->huffman_table[table_id].num_dc_codes[bit_ind]; 769 ctx->symbol_codes[0][table_id][table_ind].symbol = huff->huffman_table[table_id].dc_values[table_ind]; 779 table_entries += huff->huffman_table[table_id].num_ac_codes[bit_ind]; 788 uint32_t num_codes = huff->huffman_table[table_id].num_ac_codes[bit_ind]; 813 ctx->symbol_codes[1][table_id][table_ind].symbol = huff->huffman_table[table_id].ac_values[table_ind];; [all...] |
/external/webp/src/dec/ |
vp8l_dec.c | 220 HuffmanCode32* const huff) { 221 huff->bits += hcode.bits; 222 huff->value |= (uint32_t)hcode.value << shift; 223 assert(huff->bits <= HUFFMAN_TABLE_BITS); 231 HuffmanCode32* const huff = &htree_group->packed_table[bits]; local 234 huff->bits = hcode.bits + BITS_SPECIAL_MARKER; 235 huff->value = hcode.value; 237 huff->bits = 0; 238 huff->value = 0; 239 bits >>= AccumulateHCode(hcode, 8, huff); [all...] |
/prebuilts/go/darwin-x86/src/image/jpeg/ |
scan.go | 223 if err := d.refine(&b, &d.huff[acTable][scan[i].ta], zigStart, zigEnd, 1<<al); err != nil { 231 value, err := d.decodeHuffman(&d.huff[dcTable][scan[i].td]) 250 huff := &d.huff[acTable][scan[i].ta] 252 value, err := d.decodeHuffman(huff)
|
huffman.go | 107 h := &d.huff[tc][th]
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
scan.go | 223 if err := d.refine(&b, &d.huff[acTable][scan[i].ta], zigStart, zigEnd, 1<<al); err != nil { 231 value, err := d.decodeHuffman(&d.huff[dcTable][scan[i].td]) 250 huff := &d.huff[acTable][scan[i].ta] 252 value, err := d.decodeHuffman(huff)
|
huffman.go | 107 h := &d.huff[tc][th]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/ |
InstrumentClusterFragment.java | 127 .sendNavigationTurnEvent(CarNavigationStatusManager.TURN_TURN, "Huff Ave", 90,
|
/external/aac/libAACenc/src/ |
dyn_bits.h | 112 INT sectionBits; /* huff + si ! */
|
dyn_bits.cpp | 463 compress output, calculate total huff and side bits
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
dyn_bits.c | 353 compress output, calculate total huff and side bits
|
/external/bzip2/ |
decompress.c | 239 VPrintf1 ( "\n [%d: huff+mtf ", s->currBlockNo );
|
/external/curl/docs/ |
THANKS | 774 Kyle L. Huff
|