Searched refs:coeff_l (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcadec.c | 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() [all …]
|
D | dcadec.h | 71 int *coeff_l, int nsamples, int ch_mask); 73 int *coeff_l, int nsamples, int ch_mask);
|