Searched refs:decode_mem (Results 1 – 1 of 1) sorted by relevance
480 static int celt_plc_pitch_search(celt_sig *decode_mem[2], int C, int arch) in celt_plc_pitch_search()486 pitch_downsample(decode_mem, lp_pitch_buf, in celt_plc_pitch_search()501 celt_sig *decode_mem[2]; in celt_decode_lost() local520 decode_mem[c] = st->_decode_mem + c*(DECODE_BUFFER_SIZE+overlap); in celt_decode_lost()521 out_syn[c] = decode_mem[c]+DECODE_BUFFER_SIZE-N; in celt_decode_lost()583 OPUS_MOVE(decode_mem[c], decode_mem[c]+N, in celt_decode_lost()601 st->last_pitch_index = pitch_index = celt_plc_pitch_search(decode_mem, C, st->arch); in celt_decode_lost()625 buf = decode_mem[c]; in celt_decode_lost()833 celt_sig *decode_mem[2]; local921 decode_mem[c] = st->_decode_mem + c*(DECODE_BUFFER_SIZE+overlap);[all …]