Home
last modified time | relevance | path

Searched refs:dec_select (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddcadsp.c59 int dec_select) in lfe_fir_float_c()
62 int factor = 64 << dec_select; in lfe_fir_float_c()
63 int ncoeffs = 8 >> dec_select; in lfe_fir_float_c()
64 int nlfesamples = npcmblocks >> (dec_select + 1); in lfe_fir_float_c()
57 lfe_fir_float_c(float *pcm_samples, int32_t *lfe_samples, const float *filter_coeff, ptrdiff_t npcmblocks, int dec_select) lfe_fir_float_c() argument
H A Ddca_core.c2241 int dec_select = (s->lfe_present == DCA_LFE_FLAG_128); in filter_frame_float() local
2243 int nlfesamples = s->npcmblocks >> (dec_select + 1); in filter_frame_float()
2250 if (dec_select) in filter_frame_float()
2256 s->dcadsp->lfe_fir_float[dec_select]( in filter_frame_float()

Completed in 5 milliseconds