Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Djpeg.cpp79 int row_stride; /* physical row width in output buf */ in readjpeg() local
107 row_stride = cinfo.output_width * cinfo.output_components; in readjpeg()
110 *imgdata = (unsigned char *)malloc(row_stride * cinfo.output_height); in readjpeg()
114 row_pointer[0] = &((*imgdata)[(cinfo.output_scanline) * row_stride]); in readjpeg()