Searched refs:quantTbl (Results 1 – 3 of 3) sorted by relevance
147 for (size_t i = 0; i < decInfo.quantTbl.size(); i++) { in JpegDqtAssemble()148 if (!decInfo.quantTbl[i].tableFlag) { in JpegDqtAssemble()159 for (size_t j = 0; j < decInfo.quantTbl[i].quantVal.size(); j++) { in JpegDqtAssemble()161 decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble()162 curPos = PutInt16(buffer, curPos, decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble()512 decInfo.quantTbl.push_back(std::move(table)); in DessambleDqt()
84 std::vector<CodecJpegQuantTable> quantTbl; member
154 struct CodecJpegQuantTable[] quantTbl; /**< Quant table information. */