MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AACEncContext

Class AACEncContext

libavcodec/aaccoder.c:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 * @return quantization distortion
102 */
103static float quantize_and_encode_band_cost(struct AACEncContext *s,
104 PutBitContext *pb, const float *in,
105 const float *scaled, int size, int scale_idx,
106 int cb, const float lambda, const float uplim,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected