HomeSort by relevance Sort by last modified time
    Searched refs:DCTSIZE2 (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/libjpeg-turbo/
jpeglib.h 46 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
72 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
90 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
449 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
571 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
683 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
    [all...]
jcapimin.c 85 cinfo->lim_Se = DCTSIZE2-1;
jdmarker.c 532 for (i = 0; i < DCTSIZE2; i++) {
542 for (i = 0; i < DCTSIZE2; i += 8) {
551 length -= DCTSIZE2+1;
552 if (prec) length -= DCTSIZE2;
    [all...]
jidctflt.c 84 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
jcphuff.c 629 int absvalues[DCTSIZE2];
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
jctrans.c 132 for (coefi = 0; coefi < DCTSIZE2; coefi++) {
jdinput.c 81 cinfo->lim_Se = DCTSIZE2-1;
  /external/libjpeg-turbo/simd/
jidctred-sse2-64.asm 306 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
307 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
308 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
309 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
516 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
517 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
518 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
519 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
jidctred-sse2.asm 313 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
314 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
315 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
316 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
531 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
532 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
533 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
534 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
jidctflt-sse.asm 72 %define workspace wk(0)-DCTSIZE2*SIZEOF_FAST_FLOAT
73 ; FAST_FLOAT workspace[DCTSIZE2]
364 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32]
365 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32]
366 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32]
367 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
jidctflt-sse2.asm 72 %define workspace wk(0)-DCTSIZE2*SIZEOF_FAST_FLOAT
73 ; FAST_FLOAT workspace[DCTSIZE2]
326 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 0*32]
327 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 1*32]
328 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 2*32]
329 prefetchnta [esi + (DCTSIZE2-8)*SIZEOF_JCOEF + 3*32]
jidctfst-sse2-64.asm 317 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
318 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
319 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
320 prefetchnta [rsi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
jidctfst-sse2.asm 324 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 0*32]
325 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 1*32]
326 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 2*32]
327 prefetchnta [esi + DCTSIZE2*SIZEOF_JCOEF + 3*32]
  /external/opencv3/3rdparty/libjpeg/
jdarith.c 703 (cinfo->Se < DCTSIZE2 && cinfo->Se != cinfo->lim_Se))
774 cinfo->coef_bits = (int (*)[DCTSIZE2])
776 cinfo->num_components*DCTSIZE2*SIZEOF(int));
779 for (i = 0; i < DCTSIZE2; i++)
jpeglib.h 51 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
97 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
431 int lim_Se; /* min( Se, DCTSIZE2-1 ) */
552 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
660 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
    [all...]
jdmarker.c 556 if (length < DCTSIZE2 * 2) {
558 for (i = 0; i < DCTSIZE2; i++) {
563 count = DCTSIZE2;
565 if (length < DCTSIZE2) {
567 for (i = 0; i < DCTSIZE2; i++) {
572 count = DCTSIZE2;
595 for (i = 0; i < DCTSIZE2; i += 8) {
    [all...]
jcparam.c 49 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] = {
jcapimin.c 80 cinfo->lim_Se = DCTSIZE2-1;
jidctflt.c 82 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
jfdctint.c 339 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);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcparam.c 48 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] = {
fpdfapi_jdmarker.c 549 for (i = 0; i < DCTSIZE2; i++) {
559 for (i = 0; i < DCTSIZE2; i += 8) {
568 length -= DCTSIZE2+1;
569 if (prec) length -= DCTSIZE2;
    [all...]
jpeglib.h 144 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
172 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
190 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
613 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
    [all...]
fpdfapi_jchuff.c 400 for (k = 1; k < DCTSIZE2; k++) {
607 for (k = 1; k < DCTSIZE2; k++) {
fpdfapi_jcphuff.c 629 int absvalues[DCTSIZE2];
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))

Completed in 734 milliseconds

12 3 4