schrofilter

schrofilter

Functions

Description

Functions

schro_frame_filter_adaptive_lowpass ()

void
schro_frame_filter_adaptive_lowpass (SchroFrame *frame);

schro_frame_filter_addnoise ()

void
schro_frame_filter_addnoise (SchroFrame *frame,
                             double sigma);

schro_frame_filter_cwm7 ()

void
schro_frame_filter_cwm7 (SchroFrame *frame);

schro_frame_filter_cwmN ()

void
schro_frame_filter_cwmN (SchroFrame *frame,
                         int weight);

schro_frame_filter_cwmN_ref ()

void
schro_frame_filter_cwmN_ref (SchroFrame *frame,
                             int weight);

schro_frame_filter_lowpass ()

void
schro_frame_filter_lowpass (SchroFrame *frame,
                            int tap);

schro_frame_filter_lowpass2 ()

void
schro_frame_filter_lowpass2 (SchroFrame *frame,
                             double sigma);

schro_frame_filter_lowpass_16 ()

void
schro_frame_filter_lowpass_16 (SchroFrame *frame);

schro_frame_filter_wavelet ()

void
schro_frame_filter_wavelet (SchroFrame *frame);

schro_filter_cwm7 ()

void
schro_filter_cwm7 (uint8_t *d,
                   uint8_t *s1,
                   uint8_t *s2,
                   uint8_t *s3,
                   int n);

schro_filter_cwmN ()

void
schro_filter_cwmN (uint8_t *d,
                   uint8_t *s1,
                   uint8_t *s2,
                   uint8_t *s3,
                   int n,
                   int weight);

schro_filter_cwmN_ref ()

void
schro_filter_cwmN_ref (uint8_t *d,
                       uint8_t *s1,
                       uint8_t *s2,
                       uint8_t *s3,
                       int n,
                       int weight);