Lines Matching refs:cur_channel_params
185 ChannelParams *cur_channel_params;
321 ChannelParams *cp = &ctx->cur_channel_params[ch];
394 copy_filter_params(cp, &ctx->cur_channel_params[channel], filter);
827 FilterParams *fp = &ctx->cur_channel_params[channel].filter_params[filter];
832 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];
904 ChannelParams *cp = &ctx->cur_channel_params[ch];
960 ChannelParams *cp = &ctx->cur_channel_params[ch];
1022 ctx->cur_channel_params = ctx->major_channel_params[subblock_index];
1305 ChannelParams *cp = &ctx->cur_channel_params[channel];
1319 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];
1652 ChannelParams *cp = &ctx->cur_channel_params[channel];
1718 FilterParams *fp[NUM_FILTERS] = { &ctx->cur_channel_params[channel].filter_params[FIR],
1719 &ctx->cur_channel_params[channel].filter_params[IIR], };
1739 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];
1989 ctx->cur_channel_params = ctx->major_channel_params[index];
1994 ctx->prev_channel_params = ctx->cur_channel_params;
2009 ctx->cur_channel_params = seq_cp + ctx->avctx->ch_layout.nb_channels;
2036 ctx->cur_channel_params = seq_cp + index*(ctx->avctx->ch_layout.nb_channels);
2055 ctx->cur_channel_params = ctx->major_channel_params[1];