FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AACSBRContext Struct Reference

aacsbr functions pointers More...

#include <sbr.h>

Data Fields

int(* sbr_lf_gen )(AACContext *ac, SpectralBandReplication *sbr, float X_low[32][40][2], const float W[2][32][32][2], int buf_idx)
 
void(* sbr_hf_assemble )(float Y1[38][64][2], const float X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2])
 
int(* sbr_x_gen )(SpectralBandReplication *sbr, float X[2][38][64], const float Y0[38][64][2], const float Y1[38][64][2], const float X_low[32][40][2], int ch)
 
void(* sbr_hf_inverse_filter )(SBRDSPContext *dsp, float(*alpha0)[2], float(*alpha1)[2], const float X_low[32][40][2], int k0)
 

Detailed Description

aacsbr functions pointers

Definition at line 118 of file sbr.h.

Field Documentation

int(* AACSBRContext::sbr_lf_gen)(AACContext *ac, SpectralBandReplication *sbr, float X_low[32][40][2], const float W[2][32][32][2], int buf_idx)

Definition at line 119 of file sbr.h.

Referenced by aacsbr_func_ptr_init(), ff_aacsbr_func_ptr_init_mips(), and ff_sbr_apply().

void(* AACSBRContext::sbr_hf_assemble)(float Y1[38][64][2], const float X_high[64][40][2], SpectralBandReplication *sbr, SBRData *ch_data, const int e_a[2])

Definition at line 122 of file sbr.h.

Referenced by aacsbr_func_ptr_init(), ff_aacsbr_func_ptr_init_mips(), and ff_sbr_apply().

int(* AACSBRContext::sbr_x_gen)(SpectralBandReplication *sbr, float X[2][38][64], const float Y0[38][64][2], const float Y1[38][64][2], const float X_low[32][40][2], int ch)

Definition at line 126 of file sbr.h.

Referenced by aacsbr_func_ptr_init(), ff_aacsbr_func_ptr_init_mips(), and ff_sbr_apply().

void(* AACSBRContext::sbr_hf_inverse_filter)(SBRDSPContext *dsp, float(*alpha0)[2], float(*alpha1)[2], const float X_low[32][40][2], int k0)

Definition at line 129 of file sbr.h.

Referenced by aacsbr_func_ptr_init(), ff_aacsbr_func_ptr_init_mips(), and ff_sbr_apply().


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