Lines Matching defs:spkr
88 int pos, spkr, max_spkr = av_log2(ch_mask);
99 for (spkr = 0; spkr <= max_spkr; spkr++) {
100 if (!(ch_mask & (1U << spkr)))
103 if (*coeff_l && spkr != DCA_SPEAKER_L)
104 dcadsp->dmix_add(samples[DCA_SPEAKER_L], samples[spkr],
107 if (*coeff_r && spkr != DCA_SPEAKER_R)
108 dcadsp->dmix_add(samples[DCA_SPEAKER_R], samples[spkr],
119 int pos, spkr, max_spkr = av_log2(ch_mask);
133 for (spkr = 0; spkr <= max_spkr; spkr++) {
134 if (!(ch_mask & (1U << spkr)))
137 if (*coeff_l && spkr != DCA_SPEAKER_L)
138 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_L], samples[spkr],
141 if (*coeff_r && spkr != DCA_SPEAKER_R)
142 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_R], samples[spkr],