Searched refs:coeff_r (Results 1 – 1 of 1) sorted by relevance
83 int *coeff_r = coeff_l + av_popcount(ch_mask); in ff_dca_downmix_to_stereo_fixed() local90 dcadsp->dmix_scale(samples[DCA_SPEAKER_R], coeff_r[pos + 1], nsamples); in ff_dca_downmix_to_stereo_fixed()101 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_fixed()103 *coeff_r, nsamples); in ff_dca_downmix_to_stereo_fixed()106 coeff_r++; in ff_dca_downmix_to_stereo_fixed()114 int *coeff_r = coeff_l + av_popcount(ch_mask); in ff_dca_downmix_to_stereo_float() local124 coeff_r[pos + 1] * scale, nsamples); in ff_dca_downmix_to_stereo_float()135 if (*coeff_r && spkr != DCA_SPEAKER_R) in ff_dca_downmix_to_stereo_float()137 *coeff_r * scale, nsamples); in ff_dca_downmix_to_stereo_float()140 coeff_r++; in ff_dca_downmix_to_stereo_float()