Searched refs:matrix_ch (Results 1 – 2 of 2) sorted by relevance
489 s->matrix_ch[i][++ch_in]= j; in swri_rematrix_init()491 s->matrix_ch[i][0]= ch_in; in swri_rematrix_init()526 switch(s->matrix_ch[out_i][0]){ in swri_rematrix()532 in_i= s->matrix_ch[out_i][1]; in swri_rematrix()545 int in_i1 = s->matrix_ch[out_i][1]; in swri_rematrix()546 int in_i2 = s->matrix_ch[out_i][2]; in swri_rematrix()558 for(j=0; j<s->matrix_ch[out_i][0]; j++){ in swri_rematrix()559 in_i= s->matrix_ch[out_i][1+j]; in swri_rematrix()567 for(j=0; j<s->matrix_ch[out_i][0]; j++){ in swri_rematrix()568 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