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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c128 return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][2];
136 return ac->tag_che_map[type][elem_id] = ac->che[TYPE_LFE][0];
141 return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][1];
146 return ac->tag_che_map[TYPE_SCE][elem_id] = ac->che[TYPE_SCE][1];
152 return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][0];
159 return ac->tag_che_map[TYPE_SCE][elem_id] = ac->che[TYPE_SCE][0];
198 if (!ac->che[type][id]) {
199 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement))))
201 ff_aac_sbr_ctx_init(ac, &ac->che[type][id]->sbr);
204 ac->output_data[(*channels)++] = ac->che[typ
1550 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) argument
1697 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
2052 ChannelElement *che = ac->che[type][i]; local
2134 ChannelElement *che = NULL, *che_prev = NULL; local
[all...]
H A Daac.h269 ChannelElement *che[4][MAX_ELEM_ID]; member in struct:__anon1833
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c157 if (!ac->che[type][id]) {
158 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement))))
160 ff_aac_sbr_ctx_init(ac, &ac->che[type][id]->sbr);
167 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[0];
170 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[1];
174 if (ac->che[type][id])
175 ff_aac_sbr_ctx_close(&ac->che[type][id]->sbr);
176 av_freep(&ac->che[type][id]);
189 ChannelElement *che = ac->che[typ local
510 ChannelElement *che = ac->che[type][i]; local
2095 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) argument
2266 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
2718 ChannelElement *che = ac->che[type][i]; local
2821 ChannelElement *che; local
2886 ChannelElement *che = NULL, *che_prev = NULL; local
[all...]
H A Daac.h274 ChannelElement *che[4][MAX_ELEM_ID]; member in struct:AACContext

Completed in 67 milliseconds