Home
last modified time | relevance | path

Searched defs:AACEncContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc.h378 typedef struct AACEncContext { struct
379 AVClass *av_class;
380 AACEncOptions options; ///< encoding options
381 PutBitContext pb;
382 FFTContext mdct1024; ///< long (1024 samples) frame transform context
383 FFTContext mdct128; ///< short (128 samples) frame transform context
384 AVFloatDSPContext *fdsp;
385 AACPCEInfo pce; ///< PCE data, if needed
386 float *planar_samples[16]; ///< saved preprocessed input
388 int profile; ///< copied from avctx
[all …]