|
Grok 20.3.2
|
#include <WaveletFwd.h>
Public Member Functions | |
| virtual | ~WaveletFwdImpl ()=default |
| bool | compress (TileComponent *tile_comp, uint8_t qmfbid, DcShiftParam dcShift={}, bool intInput=false) |
| std::unique_ptr< WaveletFwdScheduleData > | scheduleCompress (TileComponent *tile_comp, uint8_t qmfbid, DcShiftParam dcShift, std::vector< std::pair< FlowComponent *, FlowComponent * > > &levelFlows, bool intInput=false) |
|
virtualdefault |
| bool grk::WaveletFwdImpl::compress | ( | TileComponent * | tile_comp, |
| uint8_t | qmfbid, | ||
| DcShiftParam | dcShift = {}, | ||
| bool | intInput = false ) |
| std::unique_ptr< WaveletFwdScheduleData > grk::WaveletFwdImpl::scheduleCompress | ( | TileComponent * | tile_comp, |
| uint8_t | qmfbid, | ||
| DcShiftParam | dcShift, | ||
| std::vector< std::pair< FlowComponent *, FlowComponent * > > & | levelFlows, | ||
| bool | intInput = false ) |
Referenced by grk::TileProcessorCompress::buildCompressDAG().