Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_decorr.c368 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply()
370 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply()
374 self->decor_delay_buffer[idx], length, scratch); in ixheaacd_mps_decor_apply()
383 self->decor_delay_buffer[idx][sb_sample].re = in ixheaacd_mps_decor_apply()
384 self->decor_delay_buffer[idx][length + sb_sample].re; in ixheaacd_mps_decor_apply()
385 self->decor_delay_buffer[idx][sb_sample].im = in ixheaacd_mps_decor_apply()
386 self->decor_delay_buffer[idx][length + sb_sample].im; in ixheaacd_mps_decor_apply()
Dixheaacd_mps_dec.h138 decor_delay_buffer[71][MAX_TIME_SLOTS + MAX_NO_TIME_SLOTS_DELAY]; member