Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c324 cinfo->comp_info[0].h_samp_factor = tjMCUWidth[subsamp] / 8; in setCompDefaults()
328 cinfo->comp_info[3].h_samp_factor = tjMCUWidth[subsamp] / 8; in setCompDefaults()
353 if (dinfo->comp_info[0].h_samp_factor == tjMCUWidth[i] / 8 && in getSubsamp()
362 href = tjMCUWidth[i] / 8; vref = tjMCUHeight[i] / 8; in getSubsamp()
380 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp()
533 mcuw = tjMCUWidth[jpegSubsamp]; in tjBufSize()
609 pw = PAD(width, tjMCUWidth[subsamp] / 8); in tjPlaneWidth()
613 retval = pw * 8 / tjMCUWidth[subsamp]; in tjPlaneWidth()
1401 compptr->h_samp_factor = (i == 0) ? tjMCUWidth[subsamp] / 8 : 1; in setDecodeDefaults()
1760 compptr->MCU_sample_width = tjMCUWidth[jpegSubsamp] * in tjDecompressToYUVPlanes()
Dturbojpeg.h144 static const int tjMCUWidth[TJ_NUMSAMP] = { 8, 16, 16, 8, 8, 32 }; variable
Dtjbench.c642 tw = tw - (tw % tjMCUWidth[tsubsamp]); in decompTest()
648 th = th - (th % tjMCUWidth[tsubsamp]); in decompTest()
Dtjunittest.c284 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV()