Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibfdk-aacenc.c38 typedef struct AACContext { struct
50 } AACContext; argument
Daac.h294 struct AACContext { struct
295 AVClass *class;
296 AVCodecContext *avctx;
297 AVFrame *frame;
299 int is_saved; ///< Set if elements have stored overlap from previous frame.
300 DynamicRangeControl che_drc;
306 ChannelElement *che[4][MAX_ELEM_ID];
307 ChannelElement *tag_che_map[4][MAX_ELEM_ID];
308 int tags_mapped;
309 int warned_remapping_once;
[all …]
Dsbr.h40 typedef struct AACContext AACContext; typedef