#include <idct.h>
Public Member Functions | |
IDCT (const Id &n, In< VYApixel > &Cin, Out< VYApixel > &Cout) | |
const char * | type () const |
Private Attributes | |
InPort< VYApixel > | CinP |
OutPort< VYApixel > | CoutP |
Fifo< VYApixel > | pixels1 |
Fifo< VYApixel > | pixels2 |
Fifo< VYApixel > | pixels3 |
Fifo< VYApixel > | pixels4 |
Fifo< VYApixel > | pixels5 |
UpScale | upscale |
IDCT1D | idctRow |
Transpose | transpose1 |
IDCT1D | idctCol |
Transpose | transpose2 |
DownScale | downscale |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|