#include <scaling.h>
Public Member Functions | |
| Scaling (const Id &n, char *fefile, char *scfile, char *befile) | |
| const char * | type () const |
Private Attributes | |
| Fifo< VYApixel > | Yin |
| Fifo< VYApixel > | Uin |
| Fifo< VYApixel > | Vin |
| Fifo< VYApixel > | Yout |
| Fifo< VYApixel > | Uout |
| Fifo< VYApixel > | Vout |
| Fifo< VYAimageWidth > | YimgWidthIn |
| Fifo< VYAimageHeight > | YimgHeightIn |
| Fifo< VYAimageWidth > | UVimgWidthIn |
| Fifo< VYAimageHeight > | UVimgHeightIn |
| Fifo< VYAimageType > | YUVimgT |
| Fifo< scaling_args_t > | scalingArgs |
| Fifo< VYAimageWidth > | YimgWidthOut |
| Fifo< VYAimageHeight > | YimgHeightOut |
| Fifo< VYAimageWidth > | UVimgWidthOut |
| Fifo< VYAimageHeight > | UVimgHeightOut |
| Fifo< pfspd_args_t > | pfspdArgsIn |
| Fifo< VYAfileName > | fileNameIn |
| Fifo< pT_header > | seqInfoIn |
| Fifo< pfspd_args_t > | pfspdArgsOut |
| Fifo< VYAfileName > | fileNameOut |
| Fifo< pT_header > | seqInfoOut |
| pfspdFE | frontEnd |
| pfspdBE | backEnd |
| pfspdEnv | pfspd_envFE |
| pfspdEnv | pfspd_envBE |
| pfspdUsr | pfspd_usrFE |
| pfspdUsr | pfspd_usrBE |
| ScalingEnv | scaling_env |
| ScalingUsr | scaling_usr |
| VHS3C | vhs3c |
|
||||||||||||||||||||
|
Definition at line 13 of file scaling.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2