Lines Matching defs:elem_to_channel
194 struct elem_to_channel {
201 static int assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID],
206 e2c_vec[offset] = (struct elem_to_channel) {
217 e2c_vec[offset] = (struct elem_to_channel) {
223 e2c_vec[offset + 1] = (struct elem_to_channel) {
275 struct elem_to_channel e2c_vec[4 * MAX_ELEM_ID] = { { 0 } };
303 e2c_vec[i] = (struct elem_to_channel) {
365 e2c_vec[i] = (struct elem_to_channel) {
377 e2c_vec[i] = (struct elem_to_channel) {
387 e2c_vec[i] = (struct elem_to_channel) {
397 e2c_vec[i] = (struct elem_to_channel) {
415 e2c_vec[i] = (struct elem_to_channel) {
431 e2c_vec[i] = (struct elem_to_channel) {
442 e2c_vec[i] = (struct elem_to_channel) {
448 e2c_vec[i] = (struct elem_to_channel) {
467 FFSWAP(struct elem_to_channel, e2c_vec[2], e2c_vec[0]); // FL & FR first (final), FC third
468 FFSWAP(struct elem_to_channel, e2c_vec[2], e2c_vec[1]); // FC second (final), FLc & FRc third
469 FFSWAP(struct elem_to_channel, e2c_vec[6], e2c_vec[2]); // LFE1 third (final), FLc & FRc seventh
470 FFSWAP(struct elem_to_channel, e2c_vec[4], e2c_vec[3]); // BL & BR fourth (final), SiL & SiR fifth
471 FFSWAP(struct elem_to_channel, e2c_vec[6], e2c_vec[4]); // FLc & FRc fifth (final), SiL & SiR seventh
472 FFSWAP(struct elem_to_channel, e2c_vec[7], e2c_vec[6]); // LFE2 seventh (final), SiL & SiR eight (final)
473 FFSWAP(struct elem_to_channel, e2c_vec[9], e2c_vec[8]); // TpFL & TpFR ninth (final), TFC tenth (final)
474 FFSWAP(struct elem_to_channel, e2c_vec[11], e2c_vec[10]); // TC eleventh (final), TpSiL & TpSiR twelth
475 FFSWAP(struct elem_to_channel, e2c_vec[12], e2c_vec[11]); // TpBL & TpBR twelth (final), TpSiL & TpSiR thirteenth (final)
483 FFSWAP(struct elem_to_channel, e2c_vec[i - 1], e2c_vec[i]);