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.c1177 int32_t *samples = s->x96_subband_samples[ch][band] + *sub_pos; in parse_x96_subframe_audio()
1231 ff_dca_core_dequantize(s->x96_subband_samples[ch][band] + ofs, in parse_x96_subframe_audio()
1247 inverse_adpcm(s->x96_subband_samples[ch], s->prediction_vq_index[ch], in parse_x96_subframe_audio()
1256 s->dcadsp->decode_joint(s->x96_subband_samples[ch], s->x96_subband_samples[src_ch], in parse_x96_subframe_audio()
1275 AV_ZERO128(s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS); in erase_x96_adpcm_history()
1296 s->x96_subband_samples[ch][band] = s->x96_subband_buffer + in alloc_x96_sample_buffer()
1499 int32_t *samples = s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS; in parse_x96_frame_data()
2019 ch < x96_nchannels ? s->x96_subband_samples[ch] : NULL, in ff_dca_core_filter_fixed()
2228 ch < x96_nchannels ? s->x96_subband_samples[ch] : NULL, in filter_frame_float()
Ddca_core.h184 int32_t *x96_subband_samples[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< X96 subband samples member