OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:huff
(Results
1 - 13
of
13
) sorted by null
/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/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
195
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/
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/iproute2/
RELNOTES
18
and a
huff
about this happened only today. :-)
/external/opencore/codecs_v2/audio/aac/dec/src/
hufffac.cpp
372
Int cw_index; /*
huff
codeword index */
375
Int sect_cb; /*
huff
codebook # for each section */
/frameworks/base/media/libstagefright/codecs/aacdec/
hufffac.cpp
372
Int cw_index; /*
huff
codeword index */
375
Int sect_cb; /*
huff
codebook # for each section */
/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,
/ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so
/ndk/build/platforms/android-4/arch-arm/usr/lib/
libz.so
/ndk/build/platforms/android-5/arch-arm/usr/lib/
libz.so
/ndk/build/platforms/android-8/arch-arm/usr/lib/
libz.so
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
Completed in 43 milliseconds