Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_projection_decoder.c63 OPUS_CLEAR(float_dst, frame_size * dst_stride); in opus_projection_copy_channel_out_float()
85 OPUS_CLEAR(short_dst, frame_size * dst_stride); in opus_projection_copy_channel_out_short()
Dopus_multistream_encoder.c278 OPUS_CLEAR(in, frame_size+overlap); in surround_analysis()
283 OPUS_CLEAR(bandE, 21); in surround_analysis()
490 OPUS_CLEAR(ms_get_preemph_mem(st), channels); in opus_multistream_encoder_init_impl()
491 OPUS_CLEAR(ms_get_window_mem(st), channels*120); in opus_multistream_encoder_init_impl()
1289 OPUS_CLEAR(ms_get_preemph_mem(st), st->layout.nb_channels); in opus_multistream_encoder_ctl_va_list()
1290 OPUS_CLEAR(ms_get_window_mem(st), st->layout.nb_channels*120); in opus_multistream_encoder_ctl_va_list()
Dopus_decoder.c126 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels)); in opus_decoder_init()
870 OPUS_CLEAR((char*)&st->OPUS_DECODER_RESET_START, in opus_decoder_ctl()
Dopus_encoder.c194 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels)); in opus_encoder_init()
1659 OPUS_CLEAR(&pcm_buf[total_buffer*st->channels], frame_size*st->channels); in opus_encode_native()
1827 OPUS_CLEAR(st->delay_buffer, prefill_offset); in opus_encode_native()
2692 OPUS_CLEAR(start, sizeof(OpusEncoder) - (start - (char*)st)); in opus_encoder_ctl()
Danalysis.c228 OPUS_CLEAR(start, sizeof(TonalityAnalysisState) - (start - (char*)tonal)); in tonality_analysis_reset()
/external/libopus/celt/
Dos_support.h83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst)))) macro
Dcelt_encoder.c175 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_init_arch()
299 OPUS_CLEAR(tmp, 12); in transient_analysis()
490 OPUS_CLEAR(&out[c*B*N+bound], B*N-bound); in compute_mdcts()
525 OPUS_CLEAR(inp, N); in celt_preemphasis()
984 OPUS_CLEAR(offsets, nbEBands); in dynalloc_analysis()
1745 OPUS_CLEAR(surround_dynalloc, end); in celt_encode_with_ec()
1808 OPUS_CLEAR(surround_dynalloc, mask_end); in celt_encode_with_ec()
2220 OPUS_CLEAR(energyError, nbEBands*CC); in celt_encode_with_ec()
2527 OPUS_CLEAR((char*)&st->ENCODER_RESET_START, in opus_custom_encoder_ctl()
Dentenc.c277 OPUS_CLEAR(_this->buf+_this->offs, in ec_enc_done()
Dcelt_lpc.c52 OPUS_CLEAR(lpc, p); in _celt_lpc()
Dcelt_decoder.c197 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()
1303 OPUS_CLEAR((char*)&st->DECODER_RESET_START,
Dbands.c264 OPUS_CLEAR(&freq[bound], N-bound); in denormalise_bands()
1075 OPUS_CLEAR(X, N); in quant_partition()