Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1096 int total_buffer; in opus_encode_native() local
1210 total_buffer = delay_compensation; in opus_encode_native()
1630 ALLOC(pcm_buf, (total_buffer+frame_size)*st->channels, opus_val16); in opus_encode_native()
1631 …PUS_COPY(pcm_buf, &st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels], total_buffer*… in opus_encode_native()
1646 …hp_cutoff(pcm, cutoff_Hz, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channel… in opus_encode_native()
1648 …dc_reject(pcm, 3, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channels, st->F… in opus_encode_native()
1654 …sum = celt_inner_prod(&pcm_buf[total_buffer*st->channels], &pcm_buf[total_buffer*st->channels], fr… in opus_encode_native()
1659 OPUS_CLEAR(&pcm_buf[total_buffer*st->channels], frame_size*st->channels); in opus_encode_native()
1840 pcm_silk = pcm_buf+total_buffer*st->channels; in opus_encode_native()
1843 pcm_silk[i] = FLOAT2INT16(pcm_buf[total_buffer*st->channels + i]); in opus_encode_native()
[all …]