DCTSIZE2 is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

DCTSIZE2 macro

Syntax

#define DCTSIZE2 64

References

LocationText
jpeglib.h:51
#define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
jcapimin.c:80
cinfo->lim_Se = DCTSIZE2-1;
jcdctmgr.c:75
DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
jcdctmgr.c:89
for (i = 0; i < DCTSIZE2; i++) {
jcdctmgr.c:138
FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
jcdctmgr.c:152
for (i = 0; i < DCTSIZE2; i++) {
jcdctmgr.c:366
DCTSIZE2 * SIZEOF(DCTELEM));
jcdctmgr.c:369
for (i = 0; i < DCTSIZE2; i++) {
jcdctmgr.c:385
static const INT16 aanscales[DCTSIZE2] = {
jcdctmgr.c:401
DCTSIZE2 * SIZEOF(DCTELEM));
jcdctmgr.c:404
for (i = 0; i < DCTSIZE2; i++) {
jcdctmgr.c:435
DCTSIZE2 * SIZEOF(FAST_FLOAT));
jchuff.c:797
int absvalues[DCTSIZE2];
jchuff.c:892
if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
jcmaster.c:250
cinfo->block_size * cinfo->block_size - 1 : DCTSIZE2-1;
jcparam.c:49
for (i = 0; i < DCTSIZE2; i++) {
jcparam.c:68
static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
jcparam.c:78
static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
jctrans.c:128
for (coefi = 0; coefi < DCTSIZE2; coefi++) {
jdarith.c:697
(cinfo->Se < DCTSIZE2 && cinfo->Se != cinfo->lim_Se))
jdarith.c:768
cinfo->coef_bits = (int (*)[DCTSIZE2])
jdarith.c:770
cinfo->num_components*DCTSIZE2*SIZEOF(int));
jdarith.c:773
for (i = 0; i < DCTSIZE2; i++)
jddctmgr.c:61
jddctmgr.c:63
jddctmgr.c:66
jddctmgr.c:281
for (i = 0; i < DCTSIZE2; i++) {
jddctmgr.c:299
static const INT16 aanscales[DCTSIZE2] = {
jddctmgr.c:312
for (i = 0; i < DCTSIZE2; i++) {
jdhuff.c:916
int newnz_pos[DCTSIZE2];
jdhuff.c:1273
for (; k < DCTSIZE2; k++) {
jdhuff.c:1405
((cinfo->is_baseline || cinfo->Se < DCTSIZE2) &&
jdhuff.c:1416
if (cinfo->lim_Se != DCTSIZE2-1)
jdhuff.c:1523
cinfo->coef_bits = (int (*)[DCTSIZE2])
jdhuff.c:1525
cinfo->num_components*DCTSIZE2*SIZEOF(int));
jdhuff.c:1528
for (i = 0; i < DCTSIZE2; i++)
jdinput.c:247
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:288
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:293
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:298
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:303
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:308
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:313
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:318
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:323
cinfo->lim_Se = DCTSIZE2-1;
jdinput.c:328
cinfo->lim_Se = DCTSIZE2-1;
jdmarker.c:524
if (length < DCTSIZE2 * 2) {
jdmarker.c:526
for (i = 0; i < DCTSIZE2; i++) {
jdmarker.c:531
count = DCTSIZE2;
jdmarker.c:533
if (length < DCTSIZE2) {
jdmarker.c:535
for (i = 0; i < DCTSIZE2; i++) {
jdmarker.c:540
count = DCTSIZE2;
jdmarker.c:563
for (i = 0; i < DCTSIZE2; i += 8) {
jidctflt.c:82
FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
jidctfst.c:181
int workspace[DCTSIZE2]; /* buffers data between passes */
jidctint.c:184
int workspace[DCTSIZE2]; /* buffers data between passes */
jpeglib.h:79
typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
jpeglib.h:97
UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
jpeglib.h:542
int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
jutils.c:54
const int jpeg_natural_order[DCTSIZE2+16] = {
jutils.c:216
FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));