Searched refs:sampFactor (Results 1 – 1 of 1) sorted by relevance
315 …int8_t sampFactor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFa… in JpegSofAssemble() local317 int8_t bufferValue[] = {componentId, sampFactor, quantity}; in JpegSofAssemble()422 int8_t sampFactor = GetInt8(buffer); in DessambleSof() local424 comInfo.hSampFactor = (sampFactor >> 4) & 0xFF; // 4: hsampfactor offset in DessambleSof()425 comInfo.vSampFactor = sampFactor & 0x0F; in DessambleSof()