Lines Matching refs:outch
65 uint8_t outch[MAX_MATRICES]; ///< output channel for each matrix
275 if (prev->outch[mat] != mp->outch[mat])
375 dst->outch[count] = src->outch[count];
803 put_bits(pb, 4, mp->outch[mat]); /* matrix_out_ch */
1439 mp->outch[0] = 1;
1447 mp->outch[0] = 0;
1815 unsigned int outch = mp->outch[mat];
1825 sample_buffer[outch] = (accum >> 14) & mask;