FilterParams Struct Reference

filter data More...

#include <mlp.h>


Data Fields

uint8_t order
 number of taps in filter
uint8_t shift
 Right shift to apply to output of filter.
int32_t state [MAX_FIR_ORDER]


Detailed Description

filter data

Definition at line 74 of file mlp.h.


Field Documentation

number of taps in filter

Definition at line 75 of file mlp.h.

Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().

Right shift to apply to output of filter.

Definition at line 76 of file mlp.h.

Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().

int32_t FilterParams::state[MAX_FIR_ORDER]

Definition at line 78 of file mlp.h.

Referenced by filter_channel(), and read_filter_params().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8