Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:natural_order

772   const int * natural_order;
791 natural_order = cinfo->natural_order;
817 (*block)[natural_order[k]] = (JCOEF) (s << Al);
909 const int * natural_order;
931 natural_order = cinfo->natural_order;
982 thiscoef = *block + natural_order[k];
1000 int pos = natural_order[k];
1017 thiscoef = *block + natural_order[k];
1063 const int * natural_order;
1080 natural_order = cinfo->natural_order;
1131 * Note: the extra entries in natural_order[] will save us
1134 (*block)[natural_order[k]] = (JCOEF) s;