Data Fields

FFPsyModel Struct Reference

codec-specific psychoacoustic model implementation More...

#include <psymodel.h>

Data Fields

const char * name
int(* init )(FFPsyContext *apc)
FFPsyWindowInfo(* window )(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type)
void(* analyze )(FFPsyContext *ctx, int channel, const float *coeffs, FFPsyWindowInfo *wi)
void(* end )(FFPsyContext *apc)

Detailed Description

codec-specific psychoacoustic model implementation

Definition at line 71 of file psymodel.h.


Field Documentation

void(* FFPsyModel::analyze)(FFPsyContext *ctx, int channel, const float *coeffs, FFPsyWindowInfo *wi)

Definition at line 75 of file psymodel.h.

Referenced by ff_psy_set_band_info().

Definition at line 76 of file psymodel.h.

Referenced by ff_psy_end().

Definition at line 73 of file psymodel.h.

Referenced by ff_psy_init().

const char* FFPsyModel::name

Definition at line 72 of file psymodel.h.

FFPsyWindowInfo(* FFPsyModel::window)(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type)

Definition at line 74 of file psymodel.h.

Referenced by ff_psy_suggest_window().


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