HomeSort by relevance Sort by last modified time
    Searched full:jpeg_natural_order (Results 1 - 16 of 16) sorted by null

  /external/jpeg/
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
jdphuff.c 334 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
565 thiscoef = *block + jpeg_natural_order[k];
583 int pos = jpeg_natural_order[k];
599 thiscoef = *block + jpeg_natural_order[k];
jpegint.h 359 #define jpeg_natural_order jZAGTable macro
423 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
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;
jdhuff.c 648 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
668 * Note: the extra entries in jpeg_natural_order[] will save us
671 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
jcmarker.c 170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
jchuff.c 398 if ((temp = block[jpeg_natural_order[k]]) == 0) {
605 if ((temp = block[jpeg_natural_order[k]]) == 0) {
jdmarker.c 522 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
    [all...]
  /external/qemu/distrib/jpeg-6b/
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
jdphuff.c 338 /* Scale and output the coefficient (assumes jpeg_natural_order[0]=0) */
407 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
569 thiscoef = *block + jpeg_natural_order[k];
587 int pos = jpeg_natural_order[k];
603 thiscoef = *block + jpeg_natural_order[k];
jpegint.h 359 #define jpeg_natural_order jZAGTable macro
423 extern const int jpeg_natural_order[]; /* zigzag coef order to natural order */
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;
jdhuff.c 648 /* Output the DC coefficient (assumes jpeg_natural_order[0] = 0) */
668 * Note: the extra entries in jpeg_natural_order[] will save us
671 (*block)[jpeg_natural_order[k]] = (JCOEF) s;
jcmarker.c 170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]];
jchuff.c 398 if ((temp = block[jpeg_natural_order[k]]) == 0) {
605 if ((temp = block[jpeg_natural_order[k]]) == 0) {
jdmarker.c 522 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
    [all...]

Completed in 459 milliseconds