Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:natural_order

635   const int * natural_order;
648 natural_order = cinfo->natural_order;
658 if ((temp = (*block)[natural_order[k]]) == 0) {
795 const int * natural_order;
809 natural_order = cinfo->natural_order;
819 temp = (*block)[natural_order[k]];
875 temp = ((*block)[natural_order[k]] < 0) ? 0 : 1;
923 const int * natural_order = state->cinfo->natural_order;
963 if ((temp = block[natural_order[k]]) == 0) {
1129 const int * natural_order = cinfo->natural_order;
1157 if ((temp = block[natural_order[k]]) == 0) {