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 coeff [MAX_FILTER_ORDER]
int32_t state [MAX_FILTER_ORDER]


Detailed Description

filter data

Definition at line 66 of file mlp.h.


Field Documentation

int32_t FilterParams::coeff[MAX_FILTER_ORDER]

Definition at line 70 of file mlp.h.

Referenced by filter_channel(), and read_filter_params().

number of taps in filter

Definition at line 67 of file mlp.h.

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

Right shift to apply to output of filter.

Definition at line 68 of file mlp.h.

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

int32_t FilterParams::state[MAX_FILTER_ORDER]

Definition at line 71 of file mlp.h.

Referenced by read_filter_params().


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

Generated on Fri Oct 26 02:35:47 2012 for FFmpeg by  doxygen 1.5.8