Searched refs:ds_buffer (Results 1 – 1 of 1) sorted by relevance
169 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member660 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()1408 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) != n) in JPEGDecodeRaw()1425 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()2003 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()2029 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()2064 _TIFFmemcpy((void*)sp->ds_buffer[ci][ypos], in JPEGPostEncode()2065 (void*)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()2071 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()