HomeSort by relevance Sort by last modified time
    Searched full:huff (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/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/qemu/distrib/zlib-1.2.3/
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/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/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...]
  /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 347 compress output, calculate total huff and side bits
  /external/bzip2/
decompress.c 239 VPrintf1 ( "\n [%d: huff+mtf ", s->currBlockNo );
  /external/jpeg/
jcparam.c 409 /* For all colorspaces, we use Q and Huff tables 0 for luminance components,
  /external/qemu/distrib/jpeg-6b/
jcparam.c 415 /* For all colorspaces, we use Q and Huff tables 0 for luminance components,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/libvorbis/lib/books/floor/
floor_books.h 13 function: static codebooks autogenerated by huff/huffbuld
    [all...]
  /development/ndk/platforms/android-9/arch-x86/lib/
libz.a     [all...]
  /external/chromium_org/content/test/data/
download-test1.lib     [all...]
  /external/chromium_org/extensions/test/data/
bigfile     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]

Completed in 1374 milliseconds

1 2