FFmpeg
|
Go to the source code of this file.
Functions | |
float | ff_quantize_and_encode_band_cost (AACEncContext *s, PutBitContext *pb, const float *in, float *quant, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy) |
static float | quantize_band_cost (struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy) |
static int | quantize_band_cost_bits (struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, float *energy) |
AAC encoder quantizer
Definition in file aacenc_quantization.h.
float ff_quantize_and_encode_band_cost | ( | AACEncContext * | s, |
PutBitContext * | pb, | ||
const float * | in, | ||
float * | quant, | ||
const float * | scaled, | ||
int | size, | ||
int | scale_idx, | ||
int | cb, | ||
const float | lambda, | ||
const float | uplim, | ||
int * | bits, | ||
float * | energy | ||
) |
Definition at line 269 of file aaccoder.c.
Referenced by ff_aac_search_for_pred(), quantize_band_cost(), and quantize_band_cost_bits().
|
inlinestatic |
Definition at line 43 of file aacenc_quantization.h.
Referenced by encode_window_bands_info(), ff_aac_is_encoding_err(), ff_aac_search_for_ltp(), quantize_band_cost_cached(), search_for_ms(), search_for_pns(), and search_for_quantizers_anmr().
|
inlinestatic |
Definition at line 52 of file aacenc_quantization.h.
Referenced by codebook_trellis_rate().