• 首页
  • 文件
  • 下载
  • 状态
  • 常见问题
  • 邮件列表
  • 应用程序
  • 外部链结
  • 版权
  • 志愿者
  • 联络

类别:Dither

音讯抖动器。

类型 使用 成员 说明
建构子 public Dither(void)
解构子 public ~Dither(void)
资料 public CaUint32 previous
资料 public CaUint32 randSeed1
资料 public CaUint32 randSeed2
函式 public CaInt32 Dither16 (void) 16位元抖动函数
函式 public CaFloat32 DitherFloat(void) 浮点数抖动函数

C/C++定义

class Dither
{
  public:

    CaUint32 previous  ;
    CaUint32 randSeed1 ;
    CaUint32 randSeed2 ;

    explicit Dither (void) ;
    virtual ~Dither (void) ;

    CaInt32   Dither16    (void) ;
    CaFloat32 DitherFloat (void) ;

};