Home
last modified time | relevance | path

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

/external/libopus/celt/
Dos_support.h83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst)))) macro
Dcelt_encoder.c172 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_init_arch()
277 OPUS_CLEAR(tmp, 12); in transient_analysis()
456 OPUS_CLEAR(&out[c*B*N+bound], B*N-bound); in compute_mdcts()
491 OPUS_CLEAR(inp, N); in celt_preemphasis()
943 OPUS_CLEAR(offsets, nbEBands); in dynalloc_analysis()
1635 OPUS_CLEAR(surround_dynalloc, end); in celt_encode_with_ec()
1698 OPUS_CLEAR(surround_dynalloc, mask_end); in celt_encode_with_ec()
2337 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.c156 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()
1199 OPUS_CLEAR((char*)&st->DECODER_RESET_START,
Dbands.c263 OPUS_CLEAR(&freq[bound], N-bound); in denormalise_bands()
1035 OPUS_CLEAR(X, N); in quant_partition()
/external/libopus/src/
Dopus_multistream_encoder.c282 OPUS_CLEAR(in, frame_size+overlap); in surround_analysis()
483 OPUS_CLEAR(ms_get_preemph_mem(st), channels); in opus_multistream_encoder_init_impl()
484 OPUS_CLEAR(ms_get_window_mem(st), channels*120); in opus_multistream_encoder_init_impl()
1319 OPUS_CLEAR(ms_get_preemph_mem(st), st->layout.nb_channels); in opus_multistream_encoder_ctl()
1320 OPUS_CLEAR(ms_get_window_mem(st), st->layout.nb_channels*120); in opus_multistream_encoder_ctl()
Dopus_decoder.c106 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels)); in opus_decoder_init()
839 OPUS_CLEAR((char*)&st->OPUS_DECODER_RESET_START, in opus_decoder_ctl()
Dopus_encoder.c176 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels)); in opus_encoder_init()
1483 OPUS_CLEAR(&pcm_buf[total_buffer*st->channels], frame_size*st->channels); in opus_encode_native()
1642 OPUS_CLEAR(st->delay_buffer, prefill_offset); in opus_encode_native()
2473 OPUS_CLEAR(start, sizeof(OpusEncoder) - (start - (char*)st)); in opus_encoder_ctl()
Danalysis.c153 OPUS_CLEAR(start, sizeof(TonalityAnalysisState) - (start - (char*)tonal)); in tonality_analysis_reset()