Home
last modified time | relevance | path

Searched refs:ds_buffer (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c172 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member
705 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers()
1551 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) != n) in JPEGDecodeRaw()
1568 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
2160 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
2186 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw()
2221 _TIFFmemcpy((void*)sp->ds_buffer[ci][ypos], in JPEGPostEncode()
2222 (void*)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode()
2228 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()