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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djutils.c26 const int jpeg_zigzag_order[DCTSIZE2] = {
53 const int jpeg_natural_order[DCTSIZE2+16] = {
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
157 for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
H A Djddctmgr.c60 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
62 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
65 FLOAT_MULT_TYPE float_array[DCTSIZE2];
167 for (i = 0; i < DCTSIZE2; i++) {
185 static const INT16 aanscales[DCTSIZE2] = {
198 for (i = 0; i < DCTSIZE2; i++) {
H A Djcdctmgr.c81 DCTSIZE2 * SIZEOF(DCTELEM));
84 for (i = 0; i < DCTSIZE2; i++) {
99 static const INT16 aanscales[DCTSIZE2] = {
115 DCTSIZE2 * SIZEOF(DCTELEM));
118 for (i = 0; i < DCTSIZE2; i++) {
148 DCTSIZE2 * SIZEOF(FAST_FLOAT));
190 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
231 for (i = 0; i < DCTSIZE2; i++) {
280 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
322 for (i = 0; i < DCTSIZE2;
[all...]
H A Djdphuff.c109 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
504 int newnz_pos[DCTSIZE2];
659 cinfo->coef_bits = (int (*)[DCTSIZE2])
661 cinfo->num_components*DCTSIZE2*SIZEOF(int));
664 for (i = 0; i < DCTSIZE2; i++)
H A Djcmaster.c141 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
157 for (coefi = 0; coefi < DCTSIZE2; coefi++)
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
300 cinfo->Se = DCTSIZE2-1;
H A Djcmarker.c156 for (i = 0; i < DCTSIZE2; i++) {
164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
168 for (i = 0; i < DCTSIZE2; i++) {
H A Djdhuff.c96 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
571 for (k = 1; k < DCTSIZE2; k++) {
584 * if k >= DCTSIZE2, which could happen if the data is corrupted.
598 for (k = 1; k < DCTSIZE2; k++) {
H A Djpeglib.h42 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
88 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
511 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
H A Djcparam.c48 for (i = 0; i < DCTSIZE2; i++) {
76 static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
86 static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
H A Djdmarker.c516 for (i = 0; i < DCTSIZE2; i++) {
526 for (i = 0; i < DCTSIZE2; i += 8) {
535 length -= DCTSIZE2+1;
536 if (prec) length -= DCTSIZE2;
H A Djidctflt.c81 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
H A Djchuff.c397 for (k = 1; k < DCTSIZE2; k++) {
604 for (k = 1; k < DCTSIZE2; k++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djutils.c26 const int jpeg_zigzag_order[DCTSIZE2] = {
53 const int jpeg_natural_order[DCTSIZE2+16] = {
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
157 for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
H A Djcdctmgr.c75 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
89 for (i = 0; i < DCTSIZE2; i++) {
138 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
152 for (i = 0; i < DCTSIZE2; i++) {
366 DCTSIZE2 * SIZEOF(DCTELEM));
369 for (i = 0; i < DCTSIZE2; i++) {
385 static const INT16 aanscales[DCTSIZE2] = {
401 DCTSIZE2 * SIZEOF(DCTELEM));
404 for (i = 0; i < DCTSIZE2; i++) {
435 DCTSIZE2 * SIZEO
[all...]
H A Djddctmgr.c60 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
62 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
65 FLOAT_MULT_TYPE float_array[DCTSIZE2];
280 for (i = 0; i < DCTSIZE2; i++) {
298 static const INT16 aanscales[DCTSIZE2] = {
311 for (i = 0; i < DCTSIZE2; i++) {
H A Drdswitch.c88 unsigned int table[DCTSIZE2];
103 for (i = 1; i < DCTSIZE2; i++) {
227 scanptr->Se = DCTSIZE2-1;
H A Djdarith.c573 for (k = 1; k < DCTSIZE2; k++) {
578 if (k >= DCTSIZE2) {
637 if (cinfo->Se < cinfo->Ss || cinfo->Se >= DCTSIZE2)
686 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
754 cinfo->coef_bits = (int (*)[DCTSIZE2])
756 cinfo->num_components*DCTSIZE2*SIZEOF(int));
759 for (i = 0; i < DCTSIZE2; i++)
H A Djcmarker.c156 for (i = 0; i < DCTSIZE2; i++) {
164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
168 for (i = 0; i < DCTSIZE2; i++) {
H A Djcmaster.c321 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
328 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
332 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
337 for (coefi = 0; coefi < DCTSIZE2; coefi++)
380 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
410 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
480 cinfo->Se = DCTSIZE2-1;
H A Djdhuff.c867 int newnz_pos[DCTSIZE2];
1072 * if k >= DCTSIZE2, which could happen if the data is corrupted.
1090 for (; k < DCTSIZE2; k++) {
1140 if (cinfo->Se < cinfo->Ss || cinfo->Se >= DCTSIZE2)
1221 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
1291 cinfo->coef_bits = (int (*)[DCTSIZE2])
1293 cinfo->num_components*DCTSIZE2*SIZEOF(int));
1296 for (i = 0; i < DCTSIZE2; i++)
H A Djpeglib.h49 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
77 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
95 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
536 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
H A Djcparam.c49 for (i = 0; i < DCTSIZE2; i++) {
68 static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
78 static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
H A Djdmarker.c516 for (i = 0; i < DCTSIZE2; i++) {
526 for (i = 0; i < DCTSIZE2; i += 8) {
535 length -= DCTSIZE2+1;
536 if (prec) length -= DCTSIZE2;
H A Djidctflt.c81 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
H A Djfdctint.c339 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
473 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
586 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
696 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
788 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
870 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
911 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
2169 DCTELEM workspace[DCTSIZE2];
3135 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
3235 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
[all...]

Completed in 206 milliseconds

12