Searched refs:OPUS_CLEAR (Results 1 – 11 of 11) sorted by relevance
/external/libopus/src/ |
D | opus_projection_decoder.c | 63 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()
|
D | opus_multistream_encoder.c | 278 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()
|
D | opus_decoder.c | 126 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()
|
D | opus_encoder.c | 194 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()
|
D | analysis.c | 228 OPUS_CLEAR(start, sizeof(TonalityAnalysisState) - (start - (char*)tonal)); in tonality_analysis_reset()
|
/external/libopus/celt/ |
D | os_support.h | 83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst)))) macro
|
D | celt_encoder.c | 175 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()
|
D | entenc.c | 277 OPUS_CLEAR(_this->buf+_this->offs, in ec_enc_done()
|
D | celt_lpc.c | 52 OPUS_CLEAR(lpc, p); in _celt_lpc()
|
D | celt_decoder.c | 197 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init() 1303 OPUS_CLEAR((char*)&st->DECODER_RESET_START,
|
D | bands.c | 264 OPUS_CLEAR(&freq[bound], N-bound); in denormalise_bands() 1075 OPUS_CLEAR(X, N); in quant_partition()
|