Searched refs:line16 (Results 1 – 2 of 2) sorted by relevance
1887 short *line16 = NULL; in JPEGEncode() local1905 line16 = (short *) _TIFFmalloc(sizeof(short) * line16_count); in JPEGEncode()1906 if (!line16) in JPEGEncode()1924 bufptr[0] = (JSAMPROW) line16; in JPEGEncode()1930 JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); in JPEGEncode()1949 _TIFFfree( line16 ); in JPEGEncode()
1772 short *line16 = NULL; in JPEGEncode() local1790 line16 = (short *) _TIFFmalloc(sizeof(short) * line16_count); in JPEGEncode()1802 bufptr[0] = (JSAMPROW) line16; in JPEGEncode()1808 JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); in JPEGEncode()1827 _TIFFfree( line16 ); in JPEGEncode()