Searched refs:ChannelElement (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacenc.h46 void (*search_for_ms)(struct AACEncContext *s, ChannelElement *cpe, const float lambda);
66 ChannelElement *cpe; ///< channel elements
H A Daac.h248 } ChannelElement; typedef in typeref:struct:__anon1832
269 ChannelElement *che[4][MAX_ELEM_ID];
270 ChannelElement *tag_che_map[4][MAX_ELEM_ID];
H A Daacdec.c117 static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
199 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement))))
977 static void decode_mid_side_stereo(ChannelElement *cpe, GetBitContext *gb,
1429 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
1459 static void apply_intensity_stereo(AACContext *ac, ChannelElement *cpe, int ms_present)
1499 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
1550 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
1698 ChannelElement *che, enum RawDataBlockType elem_type)
1961 ChannelElement *cce, int index)
1997 ChannelElement *cc
[all...]
H A Daacenc.c205 s->cpe = av_mallocz(sizeof(ChannelElement) * s->chan_map[0]);
301 static void encode_ms_info(PutBitContext *pb, ChannelElement *cpe)
315 static void adjust_frame_information(AACEncContext *apc, ChannelElement *cpe, int chans)
496 ChannelElement *cpe;
H A Daaccoder.c1054 static void search_for_ms(AACEncContext *s, ChannelElement *cpe,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacenc.h56 void (*search_for_ms)(struct AACEncContext *s, ChannelElement *cpe, const float lambda);
77 ChannelElement *cpe; ///< channel elements
H A Daac.h247 typedef struct ChannelElement { struct
257 } ChannelElement; typedef in typeref:struct:ChannelElement
274 ChannelElement *che[4][MAX_ELEM_ID];
275 ChannelElement *tag_che_map[4][MAX_ELEM_ID];
H A Daacdec.c158 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement))))
189 ChannelElement *che = ac->che[type][id];
510 ChannelElement *che = ac->che[type][i];
562 static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
1489 static void decode_mid_side_stereo(ChannelElement *cpe, GetBitContext *gb,
1969 static void apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe)
2001 ChannelElement *cpe, int ms_present)
2042 static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe)
2095 static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che)
2267 ChannelElement *ch
[all...]
H A Daacenc.c290 static void encode_ms_info(PutBitContext *pb, ChannelElement *cpe)
304 static void adjust_frame_information(ChannelElement *cpe, int chans)
509 ChannelElement *cpe;
709 FF_ALLOCZ_OR_GOTO(avctx, s->cpe, sizeof(ChannelElement) * s->chan_map[0], alloc_fail);
H A Daaccoder.c1054 static void search_for_ms(AACEncContext *s, ChannelElement *cpe,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2287 static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe,

Completed in 124 milliseconds