OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huffman
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/common/libva/va/
va_enc_jpeg.h
79
* \brief
huffman
:
80
* 0 - arithmetic, 1 -
huffman
82
unsigned int
huffman
: 1;
member in struct:_VAEncPictureParameterBufferJPEG::__anon30446::__anon30447
va_trace.c
[
all
...]
/external/zlib/src/contrib/puff/
puff.c
38
* - Remove longest from struct
huffman
-- not needed
200
*
Huffman
code decoding tables. count[1..MAXBITS] is the number of symbols of
206
struct
huffman
{
struct
212
* Decode a code from the stream s using
huffman
table h. Return the symbol or
235
local int decode(struct state *s, const struct
huffman
*h)
263
local int decode(struct state *s, const struct
huffman
*h)
310
*
Huffman
code for n symbols, construct the tables required to decode those
340
local int construct(struct
huffman
*h, const short *length, int n)
388
* pairs terminated by and end-of-block code. Literals are simply
Huffman
437
const struct
huffman
*lencode
[
all
...]
/external/zlib/src/contrib/blast/
blast.c
93
*
Huffman
code decoding tables. count[1..MAXBITS] is the number of symbols of
99
struct
huffman
{
struct
105
* Decode a code from the stream s using
huffman
table h. Return the symbol or
125
local int decode(struct state *s, struct
huffman
*h)
175
*
Huffman
code for n symbols, construct the tables required to decode those
187
local int construct(struct
huffman
*h, const unsigned char *rep, int n)
250
* terminated by an end code. Literals are either
Huffman
coded or
291
static struct
huffman
litcode = {litcnt, litsym}; /* length code */
292
static struct
huffman
lencode = {lencnt, lensym}; /* length code */
293
static struct
huffman
distcode = {distcnt, distsym};/* distance code *
[
all
...]
/external/bzip2/
Android.mk
28
huffman
.c \
Makefile
31
huffman
.o \
119
huffman
.o:
huffman
.c
120
$(CC) $(CFLAGS) -c
huffman
.c
146
$(DISTNAME)/
huffman
.c \
/external/webp/src/
Android.mk
72
utils/
huffman
.c \
144
utils/
huffman
.c \
/external/libvorbis/doc/
03-codebook.tex
10
decoding configuration, VQ and
Huffman
, into the bitstream itself in
13
Huffman
-equivalent representation for decoding compressed codewords as
15
decoded
Huffman
value is applied as an offset, generating the final
198
\paragraph{
Huffman
decision tree representation}
201
\varname{[codebook_entries]} value uniquely define the
Huffman
decision
206
lowest valued unused binary
Huffman
codeword possible. Assume the
243
It is clear that the codeword length list represents a
Huffman
249
\captionof{figure}{
huffman
tree illustration}
256
Note that it's possible to underspecify or overspecify a
Huffman
tree
262
\captionof{figure}{underspecified
huffman
tree illustration
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_jpeg.c
341
((pBuffer->pic_flags).bits.
huffman
!= 1) || /* Only "1 -
huffman
" is supported */
tng_jpegES.c
120
/* Definitions for the
huffman
table specification in the Marker segment */
192
/* Specifies the
huffman
table used for encoding the luminance DC */
210
/* Specifies the
huffman
table used for encoding the luminance AC */
240
/* Specifies the
huffman
table used for encoding the chrominance DC */
259
/* Specifies the
huffman
table used for encoding the chrominance AC */
680
/* Writing the
huffman
tables for luminance dc coeffs */
687
/* Writing the
huffman
tables for luminance ac coeffs *
[
all
...]
Completed in 293 milliseconds