Lines Matching refs:input_ptr
524 register JSAMPROW input_ptr; in quantize_ord_dither() local
540 input_ptr = input_buf[row] + ci; in quantize_ord_dither()
555 colorindex_ci[GETJSAMPLE(*input_ptr) + dither[col_index]]; in quantize_ord_dither()
556 input_ptr += nc; in quantize_ord_dither()
575 register JSAMPROW input_ptr; in quantize3_ord_dither() local
590 input_ptr = input_buf[row]; in quantize3_ord_dither()
599 GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) + dither0[col_index]]); in quantize3_ord_dither()
601 GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) + dither1[col_index]]); in quantize3_ord_dither()
603 GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) + dither2[col_index]]); in quantize3_ord_dither()
625 register JSAMPROW input_ptr; in quantize_fs_dither() local
644 input_ptr = input_buf[row] + ci; in quantize_fs_dither()
648 input_ptr += (width - 1) * nc; /* so point to rightmost pixel */ in quantize_fs_dither()
680 cur += GETJSAMPLE(*input_ptr); in quantize_fs_dither()
705 input_ptr += dirnc; /* advance input ptr to next column */ in quantize_fs_dither()