Data Fields

MPADSPContext Struct Reference

#include <mpegaudiodsp.h>

Data Fields

void(* apply_window_float )(float *synth_buf, float *window, int *dither_state, float *samples, int incr)
void(* apply_window_fixed )(int32_t *synth_buf, int32_t *window, int *dither_state, int16_t *samples, int incr)
void(* dct32_float )(float *dst, const float *src)
void(* dct32_fixed )(int *dst, const int *src)

Detailed Description

Definition at line 24 of file mpegaudiodsp.h.


Field Documentation

void(* MPADSPContext::apply_window_fixed)(int32_t *synth_buf, int32_t *window, int *dither_state, int16_t *samples, int incr)

Definition at line 27 of file mpegaudiodsp.h.

Referenced by ff_mpadsp_init(), and ff_mpadsp_init_arm().

void(* MPADSPContext::apply_window_float)(float *synth_buf, float *window, int *dither_state, float *samples, int incr)

Definition at line 25 of file mpegaudiodsp.h.

Referenced by ff_mpadsp_init(), ff_mpadsp_init_altivec(), and ff_mpadsp_init_mmx().

void(* MPADSPContext::dct32_fixed)(int *dst, const int *src)

Definition at line 30 of file mpegaudiodsp.h.

Referenced by ff_mpadsp_init().

void(* MPADSPContext::dct32_float)(float *dst, const float *src)

Definition at line 29 of file mpegaudiodsp.h.

Referenced by ff_mpadsp_init().


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