Searched refs:DCTSIZE2 (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djutils.c30 const int jpeg_zigzag_order[DCTSIZE2] = {
57 const int jpeg_natural_order[DCTSIZE2+16] = {
154 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
161 for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
H A Djddctmgr.c64 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
66 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
69 FLOAT_MULT_TYPE float_array[DCTSIZE2];
171 for (i = 0; i < DCTSIZE2; i++) {
189 static const INT16 aanscales[DCTSIZE2] = {
202 for (i = 0; i < DCTSIZE2; i++) {
H A Djcdctmgr.c85 DCTSIZE2 * SIZEOF(DCTELEM));
88 for (i = 0; i < DCTSIZE2; i++) {
103 static const INT16 aanscales[DCTSIZE2] = {
119 DCTSIZE2 * SIZEOF(DCTELEM));
122 for (i = 0; i < DCTSIZE2; i++) {
152 DCTSIZE2 * SIZEOF(FAST_FLOAT));
194 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
235 for (i = 0; i < DCTSIZE2; i++) {
284 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
326 for (i = 0; i < DCTSIZE2;
[all...]
H A Djdphuff.c113 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
508 int newnz_pos[DCTSIZE2];
663 cinfo->coef_bits = (int (*)[DCTSIZE2])
665 cinfo->num_components*DCTSIZE2*SIZEOF(int));
668 for (i = 0; i < DCTSIZE2; i++)
H A Djcmaster.c145 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
152 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
156 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
161 for (coefi = 0; coefi < DCTSIZE2; coefi++)
204 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
234 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
304 cinfo->Se = DCTSIZE2-1;
H A Djcmarker.c160 for (i = 0; i < DCTSIZE2; i++) {
168 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
172 for (i = 0; i < DCTSIZE2; i++) {
H A Djdhuff.c100 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
575 for (k = 1; k < DCTSIZE2; k++) {
588 * if k >= DCTSIZE2, which could happen if the data is corrupted.
602 for (k = 1; k < DCTSIZE2; k++) {
H A Djpeglib.h46 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
74 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
92 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
515 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
H A Djcparam.c52 for (i = 0; i < DCTSIZE2; i++) {
80 static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
90 static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
H A Djdmarker.c523 for (i = 0; i < DCTSIZE2; i++) {
533 for (i = 0; i < DCTSIZE2; i += 8) {
542 length -= DCTSIZE2+1;
543 if (prec) length -= DCTSIZE2;
H A Djidctflt.c85 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
H A Djchuff.c401 for (k = 1; k < DCTSIZE2; k++) {
608 for (k = 1; k < DCTSIZE2; k++) {
H A Djcphuff.c633 int absvalues[DCTSIZE2];
724 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
H A Djctrans.c127 for (coefi = 0; coefi < DCTSIZE2; coefi++) {
H A Djidctfst.c185 int workspace[DCTSIZE2]; /* buffers data between passes */
H A Djidctint.c165 int workspace[DCTSIZE2]; /* buffers data between passes */

Completed in 74 milliseconds