Home
last modified time | relevance | path

Searched refs:quantTbl (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/codec/test/demo/jpeg/src/
Dcodec_jpeg_helper.cpp147 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()
/drivers/peripheral/codec/image/vdi/
Dcodec_jpeg_vdi.h84 std::vector<CodecJpegQuantTable> quantTbl; member
/drivers/interface/codec/image/v1_0/
DCodecImageType.idl154 struct CodecJpegQuantTable[] quantTbl; /**< Quant table information. */