Lines Matching defs:channels
155 static void aptx_insert_sync(Channel channels[NB_CHANNELS], int32_t *idx)
157 if (aptx_check_parity(channels, idx)) {
161 Quantize *min = &channels[NB_CHANNELS-1].quantize[map[0]];
162 for (c = &channels[NB_CHANNELS-1]; c >= channels; c--)
197 aptx_encode_channel(&ctx->channels[channel], samples[channel], ctx->hd);
199 aptx_insert_sync(ctx->channels, &ctx->sync_idx);
202 ff_aptx_invert_quantize_and_prediction(&ctx->channels[channel], ctx->hd);
205 aptxhd_pack_codeword(&ctx->channels[channel]));
208 aptx_pack_codeword(&ctx->channels[channel]));