Searched refs:line16_count (Results 1 – 2 of 2) sorted by relevance
1773 int line16_count = 0; in JPEGEncode() local1789 line16_count = (sp->bytesperline * 2) / 3; in JPEGEncode()1790 line16 = (short *) _TIFFmalloc(sizeof(short) * line16_count); in JPEGEncode()1799 int value_pairs = line16_count / 2; in JPEGEncode()
1888 int line16_count = 0; in JPEGEncode() local1904 line16_count = (sp->bytesperline * 2) / 3; in JPEGEncode()1905 line16 = (short *) _TIFFmalloc(sizeof(short) * line16_count); in JPEGEncode()1921 int value_pairs = line16_count / 2; in JPEGEncode()