Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c329 cinfo->comp_info[0].v_samp_factor = tjMCUHeight[subsamp] / 8; in setCompDefaults()
333 cinfo->comp_info[3].v_samp_factor = tjMCUHeight[subsamp] / 8; in setCompDefaults()
354 dinfo->comp_info[0].v_samp_factor == tjMCUHeight[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()
534 mcuh = tjMCUHeight[jpegSubsamp]; in tjBufSize()
630 ph = PAD(height, tjMCUHeight[subsamp] / 8); in tjPlaneHeight()
634 retval = ph * 8 / tjMCUHeight[subsamp]; in tjPlaneHeight()
1402 compptr->v_samp_factor = (i == 0) ? tjMCUHeight[subsamp] / 8 : 1; in setDecodeDefaults()
Dturbojpeg.h155 static const int tjMCUHeight[TJ_NUMSAMP] = { 8, 8, 16, 8, 16, 8 }; variable
Dtjbench.c644 th = th - (th % tjMCUHeight[tsubsamp]); in decompTest()
646 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
Dtjunittest.c284 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV()