Searched defs:AACContext (Results 1 – 3 of 3) sorted by relevance
38 typedef struct AACContext { struct50 } AACContext; argument
294 struct AACContext { struct295 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 …]
40 typedef struct AACContext AACContext; typedef