DCTSIZE2 75 jcdctmgr.c DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
DCTSIZE2 89 jcdctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 138 jcdctmgr.c FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
DCTSIZE2 152 jcdctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 366 jcdctmgr.c DCTSIZE2 * SIZEOF(DCTELEM));
DCTSIZE2 369 jcdctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 385 jcdctmgr.c static const INT16 aanscales[DCTSIZE2] = {
DCTSIZE2 401 jcdctmgr.c DCTSIZE2 * SIZEOF(DCTELEM));
DCTSIZE2 404 jcdctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 435 jcdctmgr.c DCTSIZE2 * SIZEOF(FAST_FLOAT));
DCTSIZE2 797 jchuff.c int absvalues[DCTSIZE2];
DCTSIZE2 892 jchuff.c if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
DCTSIZE2 193 jcmaster.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 218 jcmaster.c cinfo->block_size * cinfo->block_size - 1 : DCTSIZE2-1;
DCTSIZE2 353 jcmaster.c int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
DCTSIZE2 364 jcmaster.c if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
DCTSIZE2 369 jcmaster.c for (coefi = 0; coefi < DCTSIZE2; coefi++)
DCTSIZE2 412 jcmaster.c if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
DCTSIZE2 442 jcmaster.c if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
DCTSIZE2 49 jcparam.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 68 jcparam.c static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
DCTSIZE2 78 jcparam.c static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
DCTSIZE2 128 jctrans.c for (coefi = 0; coefi < DCTSIZE2; coefi++) {
DCTSIZE2 693 jdarith.c (cinfo->Se < DCTSIZE2 && cinfo->Se != cinfo->lim_Se))
DCTSIZE2 764 jdarith.c cinfo->coef_bits = (int (*)[DCTSIZE2])
DCTSIZE2 766 jdarith.c cinfo->num_components*DCTSIZE2*SIZEOF(int));
DCTSIZE2 769 jdarith.c for (i = 0; i < DCTSIZE2; i++)
DCTSIZE2 60 jddctmgr.c ISLOW_MULT_TYPE islow_array[DCTSIZE2];
DCTSIZE2 62 jddctmgr.c IFAST_MULT_TYPE ifast_array[DCTSIZE2];
DCTSIZE2 65 jddctmgr.c FLOAT_MULT_TYPE float_array[DCTSIZE2];
DCTSIZE2 280 jddctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 298 jddctmgr.c static const INT16 aanscales[DCTSIZE2] = {
DCTSIZE2 311 jddctmgr.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 916 jdhuff.c int newnz_pos[DCTSIZE2];
DCTSIZE2 1273 jdhuff.c for (; k < DCTSIZE2; k++) {
DCTSIZE2 1405 jdhuff.c ((cinfo->is_baseline || cinfo->Se < DCTSIZE2) &&
DCTSIZE2 1416 jdhuff.c if (cinfo->lim_Se != DCTSIZE2-1)
DCTSIZE2 1523 jdhuff.c cinfo->coef_bits = (int (*)[DCTSIZE2])
DCTSIZE2 1525 jdhuff.c cinfo->num_components*DCTSIZE2*SIZEOF(int));
DCTSIZE2 1528 jdhuff.c for (i = 0; i < DCTSIZE2; i++)
DCTSIZE2 247 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 288 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 293 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 298 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 303 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 308 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 313 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 318 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 323 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 328 jdinput.c cinfo->lim_Se = DCTSIZE2-1;
DCTSIZE2 524 jdmarker.c if (length < DCTSIZE2 * 2) {
DCTSIZE2 526 jdmarker.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 531 jdmarker.c count = DCTSIZE2;
DCTSIZE2 533 jdmarker.c if (length < DCTSIZE2) {
DCTSIZE2 535 jdmarker.c for (i = 0; i < DCTSIZE2; i++) {
DCTSIZE2 540 jdmarker.c count = DCTSIZE2;
DCTSIZE2 563 jdmarker.c for (i = 0; i < DCTSIZE2; i += 8) {
DCTSIZE2 339 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 473 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 586 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 696 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 788 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 870 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 911 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 2169 jfdctint.c DCTELEM workspace[DCTSIZE2];
DCTSIZE2 3135 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 3235 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 3314 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 3346 jfdctint.c DCTELEM workspace[DCTSIZE2];
DCTSIZE2 3542 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 3722 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 3871 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 4016 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 4151 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 4256 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 4330 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
DCTSIZE2 81 jidctflt.c FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
DCTSIZE2 181 jidctfst.c int workspace[DCTSIZE2]; /* buffers data between passes */
DCTSIZE2 184 jidctint.c int workspace[DCTSIZE2]; /* buffers data between passes */
DCTSIZE2 95 jpeglib.h UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
DCTSIZE2 540 jpeglib.h int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
DCTSIZE2 27 jutils.c const int jpeg_zigzag_order[DCTSIZE2] = {
DCTSIZE2 54 jutils.c const int jpeg_natural_order[DCTSIZE2+16] = {
DCTSIZE2 202 jutils.c FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
DCTSIZE2 209 jutils.c for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
DCTSIZE2 88 rdswitch.c unsigned int table[DCTSIZE2];
DCTSIZE2 103 rdswitch.c for (i = 1; i < DCTSIZE2; i++) {
DCTSIZE2 227 rdswitch.c scanptr->Se = DCTSIZE2-1;
DCTSIZE2 154 transupp.c for (k = 0; k < DCTSIZE2; k += 2) {
DCTSIZE2 228 transupp.c for (k = 0; k < DCTSIZE2; k += 2) {
DCTSIZE2 615 transupp.c for (i = 0; i < DCTSIZE2; i += 2) {