Searched refs:tjMCUHeight (Results 1 – 4 of 4) sorted by relevance
295 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()
154 static const int tjMCUHeight[TJ_NUMSAMP] = { 8, 8, 16, 8, 16, 8 }; variable
631 th = th - (th % tjMCUHeight[tsubsamp]); in decompTest()633 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
277 int hsf = tjMCUWidth[subsamp] / 8, vsf = tjMCUHeight[subsamp] / 8; in checkBufYUV()