Searched refs:common_window (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacenc.c328 if (cpe->common_window && !ch && cpe->ms_mask[w + g]) {
357 if (chans > 1 && cpe->common_window) {
456 int common_window)
459 if (!common_window)
589 cpe->common_window = 0;
594 cpe->common_window = 1;
597 cpe->common_window = 0;
603 if (s->options.stereo_mode && cpe->common_window) {
615 put_bits(&s->pb, 1, cpe->common_window);
616 if (cpe->common_window) {
454 encode_individual_channel(AVCodecContext *avctx, AACEncContext *s, SingleChannelElement *sce, int common_window) argument
[all...]
H A Daac.h240 int common_window; ///< Set if channels share a common 'IndividualChannelStream' in bitstream. member in struct:__anon1832
H A Daacdec.c1366 * @param common_window Channels have independent [0], or shared [1], Individual Channel Stream information.
1372 GetBitContext *gb, int common_window, int scale_flag)
1387 if (!common_window && !scale_flag) {
1420 if (ac->m4ac.object_type == AOT_AAC_MAIN && !common_window)
1501 int i, ret, common_window, ms_present = 0; local
1503 common_window = get_bits1(gb);
1504 if (common_window) {
1520 if ((ret = decode_ics(ac, &cpe->ch[0], gb, common_window, 0)))
1522 if ((ret = decode_ics(ac, &cpe->ch[1], gb, common_window, 0)))
1525 if (common_window) {
1371 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) argument
[all...]
H A Daaccoder.c1062 if (!cpe->common_window)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacenc.c317 if (cpe->common_window && !ch && cpe->ms_mask[w + g]) {
346 if (chans > 1 && cpe->common_window) {
444 int common_window)
447 if (!common_window)
599 cpe->common_window = 0;
604 cpe->common_window = 1;
607 cpe->common_window = 0;
613 if (s->options.stereo_mode && cpe->common_window) {
625 put_bits(&s->pb, 1, cpe->common_window);
626 if (cpe->common_window) {
442 encode_individual_channel(AVCodecContext *avctx, AACEncContext *s, SingleChannelElement *sce, int common_window) argument
[all...]
H A Daac.h249 int common_window; ///< Set if channels share a common 'IndividualChannelStream' in bitstream. member in struct:ChannelElement
H A Daacdec.c1887 * @param common_window Channels have independent [0], or shared [1], Individual Channel Stream information.
1893 GetBitContext *gb, int common_window, int scale_flag)
1915 if (!common_window && !scale_flag) {
1960 if (ac->oc[1].m4ac.object_type == AOT_AAC_MAIN && !common_window)
2044 int i, ret, common_window, ms_present = 0; local
2047 common_window = eld_syntax || get_bits1(gb);
2048 if (common_window) {
2065 if ((ret = decode_ics(ac, &cpe->ch[0], gb, common_window, 0)))
2067 if ((ret = decode_ics(ac, &cpe->ch[1], gb, common_window, 0)))
2070 if (common_window) {
1892 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) argument
[all...]
H A Daaccoder.c1062 if (!cpe->common_window)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2295 if (!cpe->common_window)

Completed in 85 milliseconds