Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c295 cinfo->comp_info[0].v_samp_factor = tjMCUHeight[subsamp] / 8; in setCompDefaults()
299 cinfo->comp_info[3].v_samp_factor = tjMCUHeight[subsamp] / 8; in setCompDefaults()
322 dinfo->comp_info[0].v_samp_factor == tjMCUHeight[i] / 8) { in getSubsamp()
330 href = tjMCUWidth[i] / 8; vref = tjMCUHeight[i] / 8; in getSubsamp()
348 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp()
502 mcuh = tjMCUHeight[jpegSubsamp]; in tjBufSize()
598 ph = PAD(height, tjMCUHeight[subsamp] / 8); in tjPlaneHeight()
602 retval = ph * 8 / tjMCUHeight[subsamp]; in tjPlaneHeight()
1357 compptr->v_samp_factor = (i == 0) ? tjMCUHeight[subsamp] / 8 : 1; in setDecodeDefaults()
Dturbojpeg.h154 static const int tjMCUHeight[TJ_NUMSAMP] = { 8, 8, 16, 8, 16, 8 }; variable
Dtjbench.c631 th = th - (th % tjMCUHeight[tsubsamp]); in decompTest()
633 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
Dtjunittest.c277 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV()