Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c954 int total_buffer; in opus_encode_native() local
1030 total_buffer = delay_compensation; in opus_encode_native()
1426 ALLOC(pcm_buf, (total_buffer+frame_size)*st->channels, opus_val16); in opus_encode_native()
1427 for (i=0;i<total_buffer*st->channels;i++) in opus_encode_native()
1428 pcm_buf[i] = st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels+i]; in opus_encode_native()
1443 …hp_cutoff(pcm, cutoff_Hz, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channel… in opus_encode_native()
1445 …dc_reject(pcm, 3, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channels, st->F… in opus_encode_native()
1614 pcm_silk = pcm_buf+total_buffer*st->channels; in opus_encode_native()
1617 pcm_silk[i] = FLOAT2INT16(pcm_buf[total_buffer*st->channels + i]); in opus_encode_native()
1731 … tmp_prefill[i] = st->delay_buffer[(st->encoder_buffer-total_buffer-st->Fs/400)*st->channels + i]; in opus_encode_native()
[all …]