Searched refs:ds_buffer (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 161 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member 646 sp->ds_buffer[ci] = buf; in alloc_downsampled_buffers() 1337 if (TIFFjpeg_read_raw_data(sp, sp->ds_buffer, n) != n) in JPEGDecodeRaw() 1354 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw() 1881 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw() 1907 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGEncodeRaw() 1942 _TIFFmemcpy((void*)sp->ds_buffer[ci][ypos], in JPEGPostEncode() 1943 (void*)sp->ds_buffer[ci][ypos-1], in JPEGPostEncode() 1949 if (TIFFjpeg_write_raw_data(sp, sp->ds_buffer, n) != n) in JPEGPostEncode()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 169 JSAMPARRAY ds_buffer[MAX_COMPONENTS]; member 660 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()
|