Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:input_ptr

521   register JSAMPROW input_ptr;
538 input_ptr = input_buf[row] + ci;
552 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
553 input_ptr += nc;
572 register JSAMPROW input_ptr;
587 input_ptr = input_buf[row];
595 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
597 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
599 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
622 register JSAMPROW input_ptr;
642 input_ptr = input_buf[row] + ci;
646 input_ptr += (width-1) * nc; /* so point to rightmost pixel */
678 cur += GETJSAMPLE(*input_ptr);
703 input_ptr += dirnc; /* advance input ptr to next column */