HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_natural_order (Results 1 - 25 of 37) sorted by null

1 2

  /external/libjpeg-turbo/
jutils.c 42 * jpeg_natural_order[i] is the natural-order position of the i'th element
55 const int jpeg_natural_order[DCTSIZE2+16] = { variable
jdphuff.c 340 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
409 (*block)[jpeg_natural_order[k]] = (JCOEF) LEFT_SHIFT(s, Al);
571 thiscoef = *block + jpeg_natural_order[k];
589 int pos = jpeg_natural_order[k];
605 thiscoef = *block + jpeg_natural_order[k];
jcarith.c 486 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
498 if ((v = (*block)[jpeg_natural_order[k]]) >= 0) {
620 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
629 if ((v = (*block)[jpeg_natural_order[kex]]) >= 0) {
642 if ((v = (*block)[jpeg_natural_order[k]]) >= 0) {
765 if ((*block)[jpeg_natural_order[ke]]) break;
771 while ((v = (*block)[jpeg_natural_order[k]]) == 0) {
jdarith.c 308 /* Scale and output the DC coefficient (assumes jpeg_natural_order[0]=0) */
384 (*block)[jpeg_natural_order[k]] = (JCOEF) (v << cinfo->Al);
456 if ((*block)[jpeg_natural_order[kex]]) break;
463 thiscoef = *block + jpeg_natural_order[k];
612 (*block)[jpeg_natural_order[k]] = (JCOEF) v;
jcphuff.c 490 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
647 temp = (*block)[jpeg_natural_order[k]];
703 temp = ((*block)[jpeg_natural_order[k]] < 0) ? 0 : 1;
jcapimin.c 84 cinfo->natural_order = jpeg_natural_order;
jdhuff.c 588 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
609 * Note: the extra entries in jpeg_natural_order[] will save us
612 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
698 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
jdinput.c 80 cinfo->natural_order = jpeg_natural_order;
jpegint.h 356 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
jcmarker.c 174 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
jchuff.c 562 /* One iteration for each value in jpeg_natural_order[] */
749 if ((temp = block[jpeg_natural_order[k]]) == 0) {
    [all...]
jdmarker.c 538 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdinput.c 246 cinfo->natural_order = jpeg_natural_order;
252 cinfo->natural_order = jpeg_natural_order; /* not needed */
287 cinfo->natural_order = jpeg_natural_order;
292 cinfo->natural_order = jpeg_natural_order;
297 cinfo->natural_order = jpeg_natural_order;
302 cinfo->natural_order = jpeg_natural_order;
307 cinfo->natural_order = jpeg_natural_order;
312 cinfo->natural_order = jpeg_natural_order;
317 cinfo->natural_order = jpeg_natural_order;
322 cinfo->natural_order = jpeg_natural_order;
    [all...]
jutils.c 41 * jpeg_natural_order[i] is the natural-order position of the i'th element
54 const int jpeg_natural_order[DCTSIZE2+16] = { variable
jpegint.h 328 #define jpeg_natural_order jZAGTable macro
408 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
jcapimin.c 79 cinfo->natural_order = jpeg_natural_order;
jcmaster.c 245 default: cinfo->natural_order = jpeg_natural_order; break;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c 40 * jpeg_natural_order[i] is the natural-order position of the i'th element
53 const int jpeg_natural_order[DCTSIZE2+16] = { variable
fpdfapi_jdphuff.c 335 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
404 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
566 thiscoef = *block + jpeg_natural_order[k];
584 int pos = jpeg_natural_order[k];
600 thiscoef = *block + jpeg_natural_order[k];
fpdfapi_jcphuff.c 490 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
647 temp = (*block)[jpeg_natural_order[k]];
703 temp = ((*block)[jpeg_natural_order[k]] < 0) ? 0 : 1;
jpegint.h 329 #define jpeg_natural_order jZAGTable macro
383 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
fpdfapi_jchuff.c 401 if ((temp = block[jpeg_natural_order[k]]) == 0) {
608 if ((temp = block[jpeg_natural_order[k]]) == 0) {
fpdfapi_jcmarker.c 170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
fpdfapi_jdhuff.c 566 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
586 * Note: the extra entries in jpeg_natural_order[] will save us
589 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
jpeglib.h 86 #define jpeg_natural_order FOXIT_PREFIX(jpeg_natural_order) macro
    [all...]

Completed in 114 milliseconds

1 2