Searched refs:hSampFactor (Results 1 – 10 of 10) sorted by relevance
22 | unsigned int [hSampFactor](#hsampfactor) | 水平采样因子 | 81 ### hSampFactor subsection84 unsigned int CodecJpegCompInfo::hSampFactor
61 uint32_t hSampFactor; member
326 …int8_t sampFactor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFa… in JpegSofAssemble()435 comInfo.hSampFactor = (sampFactor >> 4) & 0xFF; // 4: hsampfactor offset in DessambleSof()442 comInfo.componentId, comInfo.hSampFactor, comInfo.vSampFactor, comInfo.quantTableNo); in DessambleSof()
93 unsigned int hSampFactor;
118 uint32_t hSampFactor;
132 unsigned int hSampFactor; /**< Horizontal sample factor. */
213 .hSampFactor = jpegCompressInfo->comp_info[i].h_samp_factor, in AssembleComponentInfo()
156 unsigned int hSampFactor; /**< Horizontal sample factor. */