FFmpeg
Data Fields
AACEncDSPContext Struct Reference

#include <aacencdsp.h>

Data Fields

void(* abs_pow34 )(float *out, const float *in, const int size)
 
void(* quant_bands )(int *out, const float *in, const float *scaled, int size, int is_signed, int maxval, const float Q34, const float rounding)
 
void(* nmr_trellis_step )(float *dp, uint8_t *bp, const float *dpp, const float *node, const float *lamsf, int n_cur, int n_prev, int base, int step, int mdiff)
 

Detailed Description

Definition at line 24 of file aacencdsp.h.

Field Documentation

◆ abs_pow34

void(* AACEncDSPContext::abs_pow34) (float *out, const float *in, const int size)

Definition at line 25 of file aacencdsp.h.

◆ quant_bands

void(* AACEncDSPContext::quant_bands) (int *out, const float *in, const float *scaled, int size, int is_signed, int maxval, const float Q34, const float rounding)

Definition at line 26 of file aacencdsp.h.

◆ nmr_trellis_step

void(* AACEncDSPContext::nmr_trellis_step) (float *dp, uint8_t *bp, const float *dpp, const float *node, const float *lamsf, int n_cur, int n_prev, int base, int step, int mdiff)

Definition at line 30 of file aacencdsp.h.


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