Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c967 int total_buffer; in opus_encode_native() local
1048 total_buffer = delay_compensation; in opus_encode_native()
1454 ALLOC(pcm_buf, (total_buffer+frame_size)*st->channels, opus_val16); in opus_encode_native()
1455 …PUS_COPY(pcm_buf, &st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels], total_buffer*… in opus_encode_native()
1470 …hp_cutoff(pcm, cutoff_Hz, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channel… in opus_encode_native()
1472 …dc_reject(pcm, 3, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channels, st->F… in opus_encode_native()
1478 …sum = celt_inner_prod(&pcm_buf[total_buffer*st->channels], &pcm_buf[total_buffer*st->channels], fr… in opus_encode_native()
1483 OPUS_CLEAR(&pcm_buf[total_buffer*st->channels], frame_size*st->channels); in opus_encode_native()
1653 pcm_silk = pcm_buf+total_buffer*st->channels; in opus_encode_native()
1656 pcm_silk[i] = FLOAT2INT16(pcm_buf[total_buffer*st->channels + i]); in opus_encode_native()
[all …]