OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coef_bits
(Results
1 - 8
of
8
) sorted by null
/external/jpeg/
jdcoefct.c
58
#define SAVED_COEFS 6 /* we save
coef_bits
[0..5] */
651
* We also latch the current states of the
coef_bits
[] entries for the
665
int *
coef_bits
;
local
668
if (! cinfo->progressive_mode || cinfo->
coef_bits
== NULL)
693
coef_bits
= cinfo->
coef_bits
[ci];
694
if (
coef_bits
[0] < 0)
698
coef_bits_latch[coefi] =
coef_bits
[coefi];
699
if (
coef_bits
[coefi] != 0)
728
int *
coef_bits
;
local
[
all
...]
jdphuff.c
136
coef_bit_ptr = & cinfo->
coef_bits
[cindex][0];
763
cinfo->
coef_bits
= (int (*)[DCTSIZE2])
766
coef_bit_ptr = & cinfo->
coef_bits
[0][0];
jdinput.c
381
cinfo->
coef_bits
= NULL;
jpeglib.h
511
/* Current progression status.
coef_bits
[c][i] indicates the precision
518
int (*
coef_bits
)[DCTSIZE2]; /* -1 or current Al value for each coef */
member in struct:jpeg_decompress_struct
[
all
...]
/external/qemu/distrib/jpeg-6b/
jdcoefct.c
58
#define SAVED_COEFS 6 /* we save
coef_bits
[0..5] */
651
* We also latch the current states of the
coef_bits
[] entries for the
665
int *
coef_bits
;
local
668
if (! cinfo->progressive_mode || cinfo->
coef_bits
== NULL)
693
coef_bits
= cinfo->
coef_bits
[ci];
694
if (
coef_bits
[0] < 0)
698
coef_bits_latch[coefi] =
coef_bits
[coefi];
699
if (
coef_bits
[coefi] != 0)
728
int *
coef_bits
;
local
[
all
...]
jdphuff.c
140
coef_bit_ptr = & cinfo->
coef_bits
[cindex][0];
767
cinfo->
coef_bits
= (int (*)[DCTSIZE2])
770
coef_bit_ptr = & cinfo->
coef_bits
[0][0];
jdinput.c
381
cinfo->
coef_bits
= NULL;
jpeglib.h
511
/* Current progression status.
coef_bits
[c][i] indicates the precision
518
int (*
coef_bits
)[DCTSIZE2]; /* -1 or current Al value for each coef */
member in struct:jpeg_decompress_struct
[
all
...]
Completed in 1118 milliseconds