Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_core.c1179 int32_t *samples = s->x96_subband_samples[ch][band] + *sub_pos; in parse_x96_subframe_audio()
1233 ff_dca_core_dequantize(s->x96_subband_samples[ch][band] + ofs, in parse_x96_subframe_audio()
1249 inverse_adpcm(s->x96_subband_samples[ch], s->prediction_vq_index[ch], in parse_x96_subframe_audio()
1258 s->dcadsp->decode_joint(s->x96_subband_samples[ch], s->x96_subband_samples[src_ch], in parse_x96_subframe_audio()
1277 AV_ZERO128(s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS); in erase_x96_adpcm_history()
1298 s->x96_subband_samples[ch][band] = s->x96_subband_buffer + in alloc_x96_sample_buffer()
1501 int32_t *samples = s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS; in parse_x96_frame_data()
2021 ch < x96_nchannels ? s->x96_subband_samples[ch] : NULL, in ff_dca_core_filter_fixed()
2230 ch < x96_nchannels ? s->x96_subband_samples[ch] : NULL, in filter_frame_float()
Ddca_core.h182 int32_t *x96_subband_samples[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< X96 subband samples member