FFmpeg
Functions
aacenc_quantization_misc.h File Reference

Go to the source code of this file.

Functions

static float quantize_band_cost_cached (struct AACEncContext *s, int w, int g, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy, int rtz)
 

Detailed Description

AAC encoder quantization misc reusable function templates

Author
Claudio Freire ( klaussfreire gmail com )

Definition in file aacenc_quantization_misc.h.

Function Documentation

◆ quantize_band_cost_cached()

static float quantize_band_cost_cached ( struct AACEncContext s,
int  w,
int  g,
const float in,
const float scaled,
int  size,
int  scale_idx,
int  cb,
const float  lambda,
const float  uplim,
int bits,
float energy,
int  rtz 
)
inlinestatic