Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1888 int line16_count = 0; in JPEGEncode() local
1904 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()