#include <decoder.h>
CJPEGDecoder::CJPEGDecoder | ( | void | ) |
Definition at line 71 of file decoder.cpp.
CJPEGDecoder::~CJPEGDecoder | ( | void | ) | [virtual] |
Definition at line 78 of file decoder.cpp.
JERRCODE CJPEGDecoder::_set_sampling | ( | void | ) |
Definition at line 264 of file decoder.cpp.
JERRCODE CJPEGDecoder::Clean | ( | void | ) |
Definition at line 172 of file decoder.cpp.
JERRCODE CJPEGDecoder::ColorConvert | ( | void | ) |
Definition at line 1915 of file decoder.cpp.
JERRCODE CJPEGDecoder::ColorConvert | ( | int | nMCURow, |
int | idThread | ||
) |
Definition at line 1690 of file decoder.cpp.
JERRCODE CJPEGDecoder::DCT_QNT_SSCC_MCURowBL | ( | Ipp16s * | pMCUBuf, |
int | idThread, | ||
int | mcu_row | ||
) |
Definition at line 2597 of file decoder.cpp.
JERRCODE CJPEGDecoder::DecodeHuffmanMCURowBL | ( | Ipp16s * | pMCUBuf | ) |
Definition at line 2471 of file decoder.cpp.
JERRCODE CJPEGDecoder::DecodeHuffmanMCURowLS | ( | Ipp16s * | pMCUBuf | ) |
Definition at line 2536 of file decoder.cpp.
JERRCODE CJPEGDecoder::DecodeScanBaseline | ( | void | ) |
Definition at line 2745 of file decoder.cpp.
JERRCODE CJPEGDecoder::DecodeScanLossless | ( | void | ) |
Definition at line 3031 of file decoder.cpp.
Definition at line 2805 of file decoder.cpp.
JERRCODE CJPEGDecoder::Init | ( | void | ) |
Definition at line 1518 of file decoder.cpp.
JERRCODE CJPEGDecoder::NextMarker | ( | JMARKER * | marker | ) |
Definition at line 337 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseAPP0 | ( | void | ) |
Definition at line 462 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseAPP14 | ( | void | ) |
Definition at line 533 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseCOM | ( | void | ) |
Definition at line 581 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseDHT | ( | void | ) |
Definition at line 692 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseDQT | ( | void | ) |
Definition at line 624 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseDRI | ( | void | ) |
Definition at line 1085 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseEOI | ( | void | ) |
Definition at line 451 of file decoder.cpp.
Definition at line 1297 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseRST | ( | void | ) |
Definition at line 1117 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseSOF0 | ( | void | ) |
Definition at line 796 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseSOF2 | ( | void | ) |
Definition at line 892 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseSOF3 | ( | void | ) |
Definition at line 989 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseSOI | ( | void | ) |
Definition at line 443 of file decoder.cpp.
JERRCODE CJPEGDecoder::ParseSOS | ( | void | ) |
Definition at line 1159 of file decoder.cpp.
JERRCODE CJPEGDecoder::PerformDCT | ( | void | ) |
Definition at line 2346 of file decoder.cpp.
JERRCODE CJPEGDecoder::ProcessRestart | ( | void | ) |
Definition at line 413 of file decoder.cpp.
JERRCODE CJPEGDecoder::ReadData | ( | void | ) |
Definition at line 2465 of file decoder.cpp.
JERRCODE CJPEGDecoder::ReadHeader | ( | int * | width, |
int * | height, | ||
int * | nchannels, | ||
JCOLOR * | color, | ||
JSS * | sampling, | ||
int * | precision | ||
) |
Definition at line 2416 of file decoder.cpp.
JERRCODE CJPEGDecoder::ReconstructMCURowLS | ( | Ipp16s * | pMCUBuf, |
int | idThread, | ||
int | mcu_row | ||
) |
Definition at line 2691 of file decoder.cpp.
void CJPEGDecoder::Reset | ( | void | ) |
Definition at line 86 of file decoder.cpp.
JERRCODE CJPEGDecoder::SetDestination | ( | Ipp8u * | pDst, |
int | dstStep, | ||
IppiSize | dstSize, | ||
int | dstChannels, | ||
JCOLOR | dstColor, | ||
int | dstPrecision = 8 |
||
) |
Definition at line 222 of file decoder.cpp.
JERRCODE CJPEGDecoder::SetDestination | ( | Ipp16s * | pDst, |
int | dstStep, | ||
IppiSize | dstSize, | ||
int | dstChannels, | ||
JCOLOR | dstColor, | ||
int | dstPrecision = 16 |
||
) |
Definition at line 242 of file decoder.cpp.
JERRCODE CJPEGDecoder::SetSource | ( | Ipp8u * | pSrc, |
int | srcSize | ||
) |
Definition at line 210 of file decoder.cpp.
JERRCODE CJPEGDecoder::SkipMarker | ( | void | ) |
Definition at line 393 of file decoder.cpp.
JERRCODE CJPEGDecoder::UpSampling | ( | void | ) |
Definition at line 2254 of file decoder.cpp.
JERRCODE CJPEGDecoder::UpSampling | ( | int | nMCURow, |
int | idThread | ||
) |
Definition at line 2134 of file decoder.cpp.
Ipp16s* CJPEGDecoder::m_block_buffer |
Ipp16s* CJPEGDecoder::m_coefbuf |
Ipp8u* CJPEGDecoder::m_jpeg_comment |