Home
last modified time | relevance | path

Searched refs:quantVal (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h49 std::vector<uint16_t> quantVal; member
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp170 for (size_t j = 0; j < decInfo.quantTbl[i].quantVal.size(); j++) { in JpegDqtAssemble()
171 HDF_LOGI("decInfo.quantTbl[%{public}zu].quantVal[%{public}zu] = %{public}d", i, j, in JpegDqtAssemble()
172 decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble()
173 curPos = PutInt16(buffer, curPos, decInfo.quantTbl[i].quantVal[j]); in JpegDqtAssemble()
515 table.quantVal.resize(size); in DessambleDqt()
529 table.quantVal[i] = mtx[UnZigZagTable[i]]; in DessambleDqt()

Completed in 2 milliseconds