FFmpeg
Data Fields
MPADSPContext Struct Reference

#include <mpegaudiodsp.h>

Data Fields

void(* apply_window_float )(float *synth_buf, float *window, int *dither_state, float *samples, ptrdiff_t incr)
 
void(* apply_window_fixed )(int32_t *synth_buf, int32_t *window, int *dither_state, int16_t *samples, ptrdiff_t incr)
 
void(* dct32_float )(float *dst, const float *src)
 
void(* dct32_fixed )(int *dst, const int *src)
 
void(* imdct36_blocks_float )(float *out, float *buf, float *in, int count, int switch_point, int block_type)
 
void(* imdct36_blocks_fixed )(int *out, int *buf, int *in, int count, int switch_point, int block_type)
 

Detailed Description

Definition at line 28 of file mpegaudiodsp.h.

Field Documentation

◆ apply_window_float

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

Definition at line 29 of file mpegaudiodsp.h.

◆ apply_window_fixed

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

Definition at line 32 of file mpegaudiodsp.h.

◆ dct32_float

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

Definition at line 35 of file mpegaudiodsp.h.

◆ dct32_fixed

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

Definition at line 36 of file mpegaudiodsp.h.

◆ imdct36_blocks_float

void(* MPADSPContext::imdct36_blocks_float) (float *out, float *buf, float *in, int count, int switch_point, int block_type)

Definition at line 38 of file mpegaudiodsp.h.

◆ imdct36_blocks_fixed

void(* MPADSPContext::imdct36_blocks_fixed) (int *out, int *buf, int *in, int count, int switch_point, int block_type)

Definition at line 40 of file mpegaudiodsp.h.


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