#include <mdaDitherProcessor.h>

Public Member Functions | |
| DitherProcessor () | |
| ~DitherProcessor () | |
| tresult | initialize (FUnknown *context) |
| tresult | terminate () |
| tresult | setActive (TBool state) |
| void | doProcessing (ProcessData &data) |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Attributes | |
| static FUID | uid |
Protected Member Functions | |
| void | recalculate () |
Protected Attributes | |
| float | dith |
| int32 | rnd1 |
| int32 | rnd3 |
| float | shap |
| float | sh1 |
| float | sh2 |
| float | sh3 |
| float | sh4 |
| float | offs |
| float | bits |
| float | wlen |
| float | gain |
| DitherProcessor | ( | ) |
| ~DitherProcessor | ( | ) |
Reimplemented from BaseProcessor.
| void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
| void recalculate | ( | ) | [protected, virtual] |
Reimplemented from BaseProcessor.
float dith [protected] |
float shap [protected] |
float sh1 [protected] |
float sh2 [protected] |
float sh3 [protected] |
float sh4 [protected] |
float offs [protected] |
float bits [protected] |
float wlen [protected] |
float gain [protected] |