FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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

uint8_t FilterParams::order

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().

uint8_t FilterParams::shift

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: