Home
last modified time | relevance | path

Searched refs:quantize_and_encode_band (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc.h63 …void (*quantize_and_encode_band)(struct AACEncContext *s, PutBitContext *pb, const float *in, floa… member
Daacenc_quantization.h273 static inline void quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb, in quantize_and_encode_band() function
Daaccoder.c901 quantize_and_encode_band,
923 quantize_and_encode_band,
945 quantize_and_encode_band,
Daacenc.c449 s->coder->quantize_and_encode_band(s, &s->pb, in encode_spectral_coeffs()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2491 e->quantize_and_encode_band = quantize_and_encode_band_mips; in ff_aac_coder_init_mips()