#include <encoder.h>
CJPEGEncoder::CJPEGEncoder | ( | void | ) |
Definition at line 40 of file encoder.cpp.
CJPEGEncoder::~CJPEGEncoder | ( | void | ) | [virtual] |
Definition at line 94 of file encoder.cpp.
JERRCODE CJPEGEncoder::Clean | ( | void | ) |
Definition at line 101 of file encoder.cpp.
JERRCODE CJPEGEncoder::ColorConvert | ( | void | ) |
Definition at line 1446 of file encoder.cpp.
JERRCODE CJPEGEncoder::ColorConvert | ( | int | nMCURow | ) |
Definition at line 1628 of file encoder.cpp.
JERRCODE CJPEGEncoder::DownSampling | ( | void | ) |
Definition at line 1815 of file encoder.cpp.
JERRCODE CJPEGEncoder::DownSampling | ( | int | nMCURow | ) |
Definition at line 1902 of file encoder.cpp.
JERRCODE CJPEGEncoder::EncodeScan | ( | int | ncomp, |
int | id[MAX_COMPS_PER_SCAN], | ||
int | Ss, | ||
int | Se, | ||
int | Ah, | ||
int | Al | ||
) |
Definition at line 2326 of file encoder.cpp.
JERRCODE CJPEGEncoder::GenerateHuffmanTables | ( | int | ncomp, |
int | id[MAX_COMPS_PER_SCAN], | ||
int | Ss, | ||
int | Se, | ||
int | Ah, | ||
int | Al | ||
) |
Definition at line 2055 of file encoder.cpp.
JERRCODE CJPEGEncoder::Init | ( | void | ) |
Definition at line 1255 of file encoder.cpp.
JERRCODE CJPEGEncoder::PerformDCT | ( | void | ) |
Definition at line 1990 of file encoder.cpp.
JERRCODE CJPEGEncoder::ProcessRestart | ( | int | id[MAX_COMPS_PER_SCAN], |
int | Ss, | ||
int | Se, | ||
int | Ah, | ||
int | Al | ||
) |
Definition at line 722 of file encoder.cpp.
JERRCODE CJPEGEncoder::ProcessRestart | ( | int | stat[2][256], |
int | id[MAX_COMPS_PER_SCAN], | ||
int | Ss, | ||
int | Se, | ||
int | Ah, | ||
int | Al | ||
) |
Definition at line 811 of file encoder.cpp.
JERRCODE CJPEGEncoder::SelectScanScripts | ( | void | ) |
Definition at line 977 of file encoder.cpp.
JERRCODE CJPEGEncoder::SetDestination | ( | Ipp8u * | pDst, |
int | dstSize, | ||
int | dstQuality, | ||
JSS | dstSampling, | ||
JCOLOR | dstColor, | ||
JMODE | dstMode = JPEG_BASELINE , |
||
int | dstRestartInt = 0 |
||
) |
Definition at line 175 of file encoder.cpp.
JERRCODE CJPEGEncoder::SetSource | ( | Ipp8u * | pSrc, |
int | srcStep, | ||
IppiSize | srcSize, | ||
int | srcChannels, | ||
JCOLOR | srcColor | ||
) |
Definition at line 157 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteAPP0 | ( | void | ) |
Definition at line 250 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteAPP14 | ( | void | ) |
Definition at line 297 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteCOM | ( | char * | comment = 0 | ) |
Definition at line 350 of file encoder.cpp.
Definition at line 449 of file encoder.cpp.
Definition at line 400 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteDRI | ( | int | restart_interval | ) |
Definition at line 660 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteEOI | ( | void | ) |
Definition at line 232 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteImageBaseline | ( | void | ) |
Definition at line 2660 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteImageLossless | ( | void | ) |
Definition at line 3032 of file encoder.cpp.
Definition at line 2900 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteRST | ( | int | next_restart_num | ) |
Definition at line 693 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOF0 | ( | void | ) |
Definition at line 496 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOF1 | ( | void | ) |
Definition at line 535 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOF2 | ( | void | ) |
Definition at line 574 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOF3 | ( | void | ) |
Definition at line 621 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOI | ( | void | ) |
Definition at line 214 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOS | ( | void | ) |
Definition at line 877 of file encoder.cpp.
JERRCODE CJPEGEncoder::WriteSOS | ( | int | ncomp, |
int | id[MAX_COMPS_PER_SCAN], | ||
int | Ss, | ||
int | Se, | ||
int | Ah, | ||
int | Al | ||
) |
Definition at line 924 of file encoder.cpp.
Ipp16s* CJPEGEncoder::m_coefbuf |