Home
last modified time | relevance | path

Searched refs:ndecisamples (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_xll.c390 int ndecisamples = c->nfreqbands > 1 ? DCA_XLL_DECI_HISTORY_MAX : 0; in chs_alloc_msb_band_data() local
391 int nchsamples = s->nframesamples + ndecisamples; in chs_alloc_msb_band_data()
400 ptr = c->sample_buffer[0] + ndecisamples; in chs_alloc_msb_band_data()