TYPE_SCE 118 libavcodec/aac.c if (ac->tags_mapped == tags_per_config[ac->m4ac.chan_config] - 1 && (type == TYPE_LFE || type == TYPE_SCE)) { TYPE_SCE 128 libavcodec/aac.c if (ac->tags_mapped == 2 && ac->m4ac.chan_config == 4 && type == TYPE_SCE) { TYPE_SCE 130 libavcodec/aac.c return ac->tag_che_map[TYPE_SCE][elem_id] = ac->che[TYPE_SCE][1]; TYPE_SCE 141 libavcodec/aac.c if (!ac->tags_mapped && type == TYPE_SCE) { TYPE_SCE 143 libavcodec/aac.c return ac->tag_che_map[TYPE_SCE][elem_id] = ac->che[TYPE_SCE][0]; TYPE_SCE 256 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_FRONT, gb, num_front); TYPE_SCE 257 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_SIDE, gb, num_side ); TYPE_SCE 258 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_BACK, gb, num_back ); TYPE_SCE 301 libavcodec/aac.c new_che_pos[TYPE_SCE][0] = AAC_CHANNEL_FRONT; // front center (or mono) TYPE_SCE 305 libavcodec/aac.c new_che_pos[TYPE_SCE][1] = AAC_CHANNEL_BACK; // back center TYPE_SCE 1191 libavcodec/aac.c coup->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE; TYPE_SCE 1643 libavcodec/aac.c case TYPE_SCE: TYPE_SCE 141 libavcodec/aacenc.c {1, TYPE_SCE}, // 1 channel - single channel element TYPE_SCE 143 libavcodec/aacenc.c {2, TYPE_SCE, TYPE_CPE}, // 3 channels - center + stereo TYPE_SCE 144 libavcodec/aacenc.c {3, TYPE_SCE, TYPE_CPE, TYPE_SCE}, // 4 channels - front center + stereo + back center TYPE_SCE 145 libavcodec/aacenc.c {3, TYPE_SCE, TYPE_CPE, TYPE_CPE}, // 5 channels - front center + stereo + back stereo TYPE_SCE 146 libavcodec/aacenc.c {4, TYPE_SCE, TYPE_CPE, TYPE_CPE, TYPE_LFE}, // 6 channels - front center + stereo + back stereo + LFE