Searched refs:JpegDhtAssemble (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | codec_jpeg_helper.h | 48 int32_t JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos); 49 int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos,
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 53 curPos = JpegDhtAssemble(decInfo, buffer, curPos); in JpegAssemble() 209 int32_t CodecJpegHelper::JpegDhtAssemble(const struct CodecJpegDecInfo &decInfo, int8_t *buffer, int32_t curPos) in JpegDhtAssemble() function in CodecJpegHelper 212 curPos = JpegDhtAssemble(decInfo.dcHuffTbl, buffer, curPos); in JpegDhtAssemble() 218 curPos = JpegDhtAssemble(decInfo.acHuffTbl, buffer, curPos, false); in JpegDhtAssemble() 224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, in JpegDhtAssemble() function in CodecJpegHelper
|
Completed in 2 milliseconds