Home
last modified time | relevance | path

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

/external/libopus/celt/
Dos_support.h83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst)))) macro
Dentenc.c277 OPUS_CLEAR(_this->buf+_this->offs, in ec_enc_done()
Dcelt_decoder.c152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init()
1147 OPUS_CLEAR((char*)&st->DECODER_RESET_START,
Dcelt_encoder.c173 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_init_arch()
2280 OPUS_CLEAR((char*)&st->ENCODER_RESET_START, in opus_custom_encoder_ctl()
/external/libopus/src/
Dopus_multistream_encoder.c449 OPUS_CLEAR(ms_get_preemph_mem(st), channels); in opus_multistream_encoder_init_impl()
450 OPUS_CLEAR(ms_get_window_mem(st), channels*120); in opus_multistream_encoder_init_impl()
1142 OPUS_CLEAR(ms_get_preemph_mem(st), st->layout.nb_channels); in opus_multistream_encoder_ctl()
1143 OPUS_CLEAR(ms_get_window_mem(st), st->layout.nb_channels*120); in opus_multistream_encoder_ctl()
Dopus_decoder.c111 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels)); in opus_decoder_init()
807 OPUS_CLEAR((char*)&st->OPUS_DECODER_RESET_START, in opus_decoder_ctl()
Dopus_encoder.c174 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels)); in opus_encoder_init()
2423 OPUS_CLEAR((char*)&st->OPUS_ENCODER_RESET_START, in opus_encoder_ctl()