Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h61 int32_t *lsb_sample_buffer[DCA_XLL_CHANNELS_MAX]; ///< LSB sample buffer pointers or NULL member
Ddca_xll.c430 c->bands[i].lsb_sample_buffer[j] = ptr; in chs_alloc_lsb_band_data()
435 c->bands[i].lsb_sample_buffer[j] = NULL; in chs_alloc_lsb_band_data()
584 b->lsb_sample_buffer[i] + seg * s->nsegsamples, in chs_parse_band_data()
615 memset(b->lsb_sample_buffer[i] + offset, 0, nsamples * sizeof(int32_t)); in chs_clear_band_data()
717 int32_t *lsb = b->lsb_sample_buffer[ch]; in chs_assemble_msbs_lsbs()