Searched refs:matrix_ch (Results 1 – 2 of 2) sorted by relevance
479 s->matrix_ch[i][++ch_in]= j; in swri_rematrix_init()481 s->matrix_ch[i][0]= ch_in; in swri_rematrix_init()516 switch(s->matrix_ch[out_i][0]){ in swri_rematrix()522 in_i= s->matrix_ch[out_i][1]; in swri_rematrix()535 int in_i1 = s->matrix_ch[out_i][1]; in swri_rematrix()536 int in_i2 = s->matrix_ch[out_i][2]; in swri_rematrix()548 for(j=0; j<s->matrix_ch[out_i][0]; j++){ in swri_rematrix()549 in_i= s->matrix_ch[out_i][1+j]; in swri_rematrix()557 for(j=0; j<s->matrix_ch[out_i][0]; j++){ in swri_rematrix()558 in_i= s->matrix_ch[out_i][1+j]; in swri_rematrix()[all …]
178 …uint8_t matrix_ch[SWR_CH_MAX][SWR_CH_MAX+1]; ///< Lists of input channels per output channel th… member