#include <comp_compress.h>
Public Member Functions | |
| CompCompressor (EncoderParams &encp, const FrameParams &fp) | |
| Constructor. | |
| void | Compress (PicArray &pic_data) |
| Compress a frame component. | |
This class compresses one of the three components (Y, U, or V) of a frame according to a given set or parameters. CompCompressor is used by FrameCompressor.
Definition at line 54 of file comp_compress.h.
|
||||||||||||
|
Constructor. Create and initialize a component compressor with the given characteristics.
Definition at line 63 of file comp_compress.cpp. |
|
1.4.5