#include <decode.h>
Public Member Functions | |
| Decode (const Id &n, In< Bits > &Cin, In< VYAimageDepth > &imageDepthIn, In< VYAimageComponent > &imageComponentIdIn, In< VYAimageH > &imageHIn, In< VYAimageV > &imageVIn, In< VYAimageDepth > &scanDepthIn, In< VYAimageComponent > &scanComponentIdIn, In< Marker > &DHTmarkerIn, In< Bits > &HuffmanTableIn, In< VYAid > &HuffmanTableIdIn, In< Marker > &DQTmarkerIn, In< Bits > &QuantizationTableIn, In< VYAid > &QuantizationTableIdIn, In< Bits > &restartIntervalBitsIn, Out< VYApixel > &Cout) | |
| const char * | type () const |
Private Attributes | |
| InPort< Bits > | CinP |
| InPort< VYAimageDepth > | imageDepthInP |
| InPort< VYAimageComponent > | imageComponentIdInP |
| InPort< VYAimageH > | imageHInP |
| InPort< VYAimageV > | imageVInP |
| InPort< VYAimageDepth > | scanDepthInP |
| InPort< VYAimageComponent > | scanComponentIdInP |
| InPort< Marker > | DHTmarkerInP |
| InPort< Bits > | HuffmanTableInP |
| InPort< VYAid > | HuffmanTableIdInP |
| InPort< Marker > | DQTmarkerInP |
| InPort< Bits > | QuantizationTableInP |
| InPort< VYAid > | QuantizationTableIdInP |
| InPort< Bits > | restartIntervalBitsInP |
| OutPort< VYApixel > | CoutP |
| Fifo< VYApixel > | quantizedpixels |
| Fifo< VYApixel > | zigzagpixels |
| Fifo< VYApixel > | dctpixels |
| VLD | vld |
| IQ | iq |
| IZZ | izz |
| IDCT | idct |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2