Searched refs:OPUS_CLEAR (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | os_support.h | 83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst)))) macro
|
D | entenc.c | 277 OPUS_CLEAR(_this->buf+_this->offs, in ec_enc_done()
|
D | celt_decoder.c | 152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_init() 1147 OPUS_CLEAR((char*)&st->DECODER_RESET_START,
|
D | celt_encoder.c | 173 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/ |
D | opus_multistream_encoder.c | 449 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()
|
D | opus_decoder.c | 111 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()
|
D | opus_encoder.c | 174 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()
|