Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c70 #define DECODE_BUFFER_SIZE 2048 macro
159 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig) in opus_custom_decoder_get_size()
491 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 ); in celt_plc_pitch_search()
493 DECODE_BUFFER_SIZE, C, arch); in celt_plc_pitch_search()
495 DECODE_BUFFER_SIZE-PLC_PITCH_LAG_MAX, in celt_plc_pitch_search()
526 decode_mem[c] = st->_decode_mem + c*(DECODE_BUFFER_SIZE+overlap); in celt_decode_lost()
527 out_syn[c] = decode_mem[c]+DECODE_BUFFER_SIZE-N; in celt_decode_lost()
529 lpc = (opus_val16*)(st->_decode_mem+(DECODE_BUFFER_SIZE+overlap)*C); in celt_decode_lost()
590 DECODE_BUFFER_SIZE-N+(overlap>>1)); in celt_decode_lost()
633 exc[i-LPC_ORDER] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD-LPC_ORDER+i], SIG_SHIFT); in celt_decode_lost()
[all …]