FFmpeg  1.2.4
Data Structures | Typedefs | Functions
mlpdsp.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  MLPDSPContext

Typedefs

typedef struct MLPDSPContext MLPDSPContext

Functions

void ff_mlpdsp_init (MLPDSPContext *c)
void ff_mlpdsp_init_x86 (MLPDSPContext *c)

Typedef Documentation

typedef struct MLPDSPContext MLPDSPContext

Function Documentation

void ff_mlpdsp_init ( MLPDSPContext c)

Definition at line 59 of file mlpdsp.c.

Referenced by mlp_decode_init().

void ff_mlpdsp_init_x86 ( MLPDSPContext c)

Definition at line 177 of file mlpdsp.c.

Referenced by ff_mlpdsp_init().