FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mlpdsp_init.c File Reference
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/mlpdsp.h"
#include "libavcodec/mlp.h"

Go to the source code of this file.

Macros

#define REMATRIX_CHANNEL_FUNC(opt)
 

Functions

av_cold void ff_mlpdsp_init_x86 (MLPDSPContext *c)
 

Macro Definition Documentation

#define REMATRIX_CHANNEL_FUNC (   opt)
Value:
void ff_mlp_rematrix_channel_##opt(int32_t *samples, \
const int32_t *coeffs, \
const uint8_t *bypassed_lsbs, \
const int8_t *noise_buffer, \
int index, \
unsigned int dest_ch, \
uint16_t blockpos, \
unsigned int maxchan, \
int matrix_noise_shift, \
int access_unit_size_pow2, \
uint8_t
static const uint16_t mask[17]
Definition: lzw.c:38
int32_t
int index
Definition: gxfenc.c:89

Definition at line 29 of file mlpdsp_init.c.

Function Documentation

av_cold void ff_mlpdsp_init_x86 ( MLPDSPContext c)

Definition at line 193 of file mlpdsp_init.c.

Referenced by ff_mlpdsp_init().