Home
last modified time | relevance | path

Searched refs:che (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c136 if (!ac->che[type][id]) { in che_configure()
137 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement)))) in che_configure()
139 AAC_RENAME(ff_aac_sbr_ctx_init)(ac, &ac->che[type][id]->sbr, type); in che_configure()
146 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[0]; in che_configure()
149 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[1]; in che_configure()
153 if (ac->che[type][id]) in che_configure()
154 AAC_RENAME(ff_aac_sbr_ctx_close)(&ac->che[type][id]->sbr); in che_configure()
155 av_freep(&ac->che[type][id]); in che_configure()
168 ChannelElement *che = ac->che[typ in frame_configure_elements() local
613 ChannelElement *che = ac->che[type][i]; flush() local
2358 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) global() argument
2541 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) global() argument
3052 ChannelElement *che = ac->che[type][i]; global() local
3172 ChannelElement *che; global() local
3244 ChannelElement *che = NULL, *che_prev = NULL; global() local
[all...]
H A Daac.h311 ChannelElement *che[4][MAX_ELEM_ID]; member

Completed in 4 milliseconds