Searched refs:total_buffer (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_encoder.c | 1077 int total_buffer; in opus_encode_native() local 1205 total_buffer = delay_compensation; in opus_encode_native() 1627 ALLOC(pcm_buf, (total_buffer+frame_size)*st->channels, opus_val16); in opus_encode_native() 1628 …PUS_COPY(pcm_buf, &st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels], total_buffer*… in opus_encode_native() 1643 …hp_cutoff(pcm, cutoff_Hz, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channel… in opus_encode_native() 1645 …dc_reject(pcm, 3, &pcm_buf[total_buffer*st->channels], st->hp_mem, frame_size, st->channels, st->F… in opus_encode_native() 1651 …sum = celt_inner_prod(&pcm_buf[total_buffer*st->channels], &pcm_buf[total_buffer*st->channels], fr… in opus_encode_native() 1656 OPUS_CLEAR(&pcm_buf[total_buffer*st->channels], frame_size*st->channels); in opus_encode_native() 1828 pcm_silk = pcm_buf+total_buffer*st->channels; in opus_encode_native() 1831 pcm_silk[i] = FLOAT2INT16(pcm_buf[total_buffer*st->channels + i]); in opus_encode_native() [all …]
|