Lines Matching refs:coeff_l
80 int *coeff_l, int nsamples, int ch_mask) in ff_dca_downmix_to_stereo_fixed() argument
83 int *coeff_r = coeff_l + av_popcount(ch_mask); in ff_dca_downmix_to_stereo_fixed()
89 dcadsp->dmix_scale(samples[DCA_SPEAKER_L], coeff_l[pos ], nsamples); in ff_dca_downmix_to_stereo_fixed()
97 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_fixed()
99 *coeff_l, nsamples); in ff_dca_downmix_to_stereo_fixed()
105 coeff_l++; in ff_dca_downmix_to_stereo_fixed()
111 int *coeff_l, int nsamples, int ch_mask) in ff_dca_downmix_to_stereo_float() argument
114 int *coeff_r = coeff_l + av_popcount(ch_mask); in ff_dca_downmix_to_stereo_float()
122 coeff_l[pos ] * scale, nsamples); in ff_dca_downmix_to_stereo_float()
131 if (*coeff_l && spkr != DCA_SPEAKER_L) in ff_dca_downmix_to_stereo_float()
133 *coeff_l * scale, nsamples); in ff_dca_downmix_to_stereo_float()
139 coeff_l++; in ff_dca_downmix_to_stereo_float()