TYPE_CPE 110 libavcodec/aac.c if (ac->tags_mapped == 3 && type == TYPE_CPE) { TYPE_CPE 112 libavcodec/aac.c return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][2]; TYPE_CPE 123 libavcodec/aac.c if (ac->tags_mapped == 2 && type == TYPE_CPE) { TYPE_CPE 125 libavcodec/aac.c return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][1]; TYPE_CPE 134 libavcodec/aac.c if (ac->tags_mapped == (ac->m4ac.chan_config != 2) && type == TYPE_CPE) { TYPE_CPE 136 libavcodec/aac.c return ac->tag_che_map[TYPE_CPE][elem_id] = ac->che[TYPE_CPE][0]; TYPE_CPE 184 libavcodec/aac.c if(type == TYPE_CPE) { TYPE_CPE 256 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_FRONT, gb, num_front); TYPE_CPE 257 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_SIDE, gb, num_side ); TYPE_CPE 258 libavcodec/aac.c decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_BACK, gb, num_back ); TYPE_CPE 303 libavcodec/aac.c new_che_pos[TYPE_CPE][0] = AAC_CHANNEL_FRONT; // L + R (or stereo) TYPE_CPE 307 libavcodec/aac.c new_che_pos[TYPE_CPE][(channel_config == 7) + 1] TYPE_CPE 312 libavcodec/aac.c new_che_pos[TYPE_CPE][1] = AAC_CHANNEL_FRONT; // outer front left + outer front right TYPE_CPE 1191 libavcodec/aac.c coup->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE; TYPE_CPE 1193 libavcodec/aac.c if (coup->type[c] == TYPE_CPE) { TYPE_CPE 1569 libavcodec/aac.c if(type <= TYPE_CPE) TYPE_CPE 1575 libavcodec/aac.c if(type <= TYPE_CPE) TYPE_CPE 1579 libavcodec/aac.c if(type == TYPE_CPE) TYPE_CPE 1647 libavcodec/aac.c case TYPE_CPE: TYPE_CPE 142 libavcodec/aacenc.c {1, TYPE_CPE}, // 2 channels - channel pair TYPE_CPE 143 libavcodec/aacenc.c {2, TYPE_SCE, TYPE_CPE}, // 3 channels - center + stereo TYPE_CPE 144 libavcodec/aacenc.c {3, TYPE_SCE, TYPE_CPE, TYPE_SCE}, // 4 channels - front center + stereo + back center TYPE_CPE 145 libavcodec/aacenc.c {3, TYPE_SCE, TYPE_CPE, TYPE_CPE}, // 5 channels - front center + stereo + back stereo TYPE_CPE 146 libavcodec/aacenc.c {4, TYPE_SCE, TYPE_CPE, TYPE_CPE, TYPE_LFE}, // 6 channels - front center + stereo + back stereo + LFE