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

12

/external/jpeg/
H A Djutils.c26 const int jpeg_zigzag_order[DCTSIZE2] = {
53 const int jpeg_natural_order[DCTSIZE2+16] = {
156 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
163 for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
H A Djddctmgr.c46 extern short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];
92 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
94 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
97 FLOAT_MULT_TYPE float_array[DCTSIZE2];
247 for (i = 0; i < DCTSIZE2; i++) {
266 static const unsigned short scales[DCTSIZE2] = {
279 for (i = 0; i < DCTSIZE2; ++i) {
286 static const INT16 aanscales[DCTSIZE2] = {
299 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 Dmips_jidctfst.c191 DCTELEM workspace[DCTSIZE2]; /* buffers data between passes */
H A Drdswitch.c88 unsigned int table[DCTSIZE2];
103 for (i = 1; i < DCTSIZE2; i++) {
226 scanptr->Se = DCTSIZE2-1;
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 Djdphuff.c108 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
503 int newnz_pos[DCTSIZE2];
761 cinfo->coef_bits = (int (*)[DCTSIZE2])
763 cinfo->num_components*DCTSIZE2*SIZEOF(int));
766 for (i = 0; i < DCTSIZE2; i++)
H A Djidctintelsse.c110 short __attribute__((aligned(16))) quantptrSSE[DCTSIZE2];
111 short __attribute__((aligned(16))) workspaceSSE[DCTSIZE2];
112 short __attribute__((aligned(16))) coef_blockSSE[DCTSIZE2];
H A Djdhuff.c97 if (cinfo->Ss != 0 || cinfo->Se != DCTSIZE2-1 ||
656 for (k = 1; k < DCTSIZE2; k++) {
669 * if k >= DCTSIZE2, which could happen if the data is corrupted.
683 for (k = 1; k < DCTSIZE2; k++) {
766 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 */
518 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.c524 for (i = 0; i < DCTSIZE2; i++) {
534 for (i = 0; i < DCTSIZE2; i += 8) {
543 length -= DCTSIZE2+1;
544 if (prec) length -= DCTSIZE2;
H A Djidctflt.c81 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jutils.c27 const int jpeg_zigzag_order[DCTSIZE2] = {
54 const int jpeg_natural_order[DCTSIZE2+16] = {
151 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
158 for (count = (long) num_blocks * DCTSIZE2; count > 0; count--) {
H A Dfpdfapi_jddctmgr.c61 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
63 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
66 FLOAT_MULT_TYPE float_array[DCTSIZE2];
168 for (i = 0; i < DCTSIZE2; i++) {
186 static const INT16 aanscales[DCTSIZE2] = {
199 for (i = 0; i < DCTSIZE2; i++) {
H A Dfpdfapi_jcdctmgr.c82 DCTSIZE2 * SIZEOF(DCTELEM));
85 for (i = 0; i < DCTSIZE2; i++) {
100 static const INT16 aanscales[DCTSIZE2] = {
116 DCTSIZE2 * SIZEOF(DCTELEM));
119 for (i = 0; i < DCTSIZE2; i++) {
149 DCTSIZE2 * SIZEOF(FAST_FLOAT));
191 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */
232 for (i = 0; i < DCTSIZE2; i++) {
281 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
323 for (i = 0; i < DCTSIZE2;
[all...]
H A Dfpdfapi_jdphuff.c110 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2)
505 int newnz_pos[DCTSIZE2];
660 cinfo->coef_bits = (int (*)[DCTSIZE2])
662 cinfo->num_components*DCTSIZE2*SIZEOF(int));
665 for (i = 0; i < DCTSIZE2; i++)
H A Dfpdfapi_jcmaster.c142 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
149 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
153 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) {
158 for (coefi = 0; coefi < DCTSIZE2; coefi++)
201 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 ||
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0)
301 cinfo->Se = DCTSIZE2-1;
H A Dfpdfapi_jcmarker.c157 for (i = 0; i < DCTSIZE2; i++) {
165 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
169 for (i = 0; i < DCTSIZE2; i++) {
H A Dfpdfapi_jdhuff.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.h109 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
137 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
155 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
578 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
H A Dfpdfapi_jcparam.c49 for (i = 0; i < DCTSIZE2; i++) {
77 static const unsigned int std_luminance_quant_tbl[DCTSIZE2] = {
87 static const unsigned int std_chrominance_quant_tbl[DCTSIZE2] = {
H A Dfpdfapi_jdmarker.c550 for (i = 0; i < DCTSIZE2; i++) {
560 for (i = 0; i < DCTSIZE2; i += 8) {
569 length -= DCTSIZE2+1;
570 if (prec) length -= DCTSIZE2;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h109 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */ macro
137 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
155 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
578 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */

Completed in 256 milliseconds

12