Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:natural_order

328   const int * natural_order;
339 natural_order = cinfo->natural_order;
389 (*block)[natural_order[k]] = (JCOEF) (v << cinfo->Al);
442 const int * natural_order;
453 natural_order = cinfo->natural_order;
465 if ((*block)[natural_order[kex]]) break;
474 thiscoef = *block + natural_order[++k];
517 const int * natural_order;
528 natural_order = cinfo->natural_order;
628 (*block)[natural_order[k]] = (JCOEF) v;