HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_CLEAR (Results 1 - 7 of 7) sorted by null

  /external/libopus/celt/
os_support.h 83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst))))
entenc.c 277 OPUS_CLEAR(_this->buf+_this->offs,
celt_decoder.c 152 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels));
    [all...]
celt_encoder.c 173 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels));
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 449 OPUS_CLEAR(ms_get_preemph_mem(st), channels);
450 OPUS_CLEAR(ms_get_window_mem(st), channels*120);
1142 OPUS_CLEAR(ms_get_preemph_mem(st), st->layout.nb_channels);
1143 OPUS_CLEAR(ms_get_window_mem(st), st->layout.nb_channels*120);
    [all...]
opus_decoder.c 111 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
807 OPUS_CLEAR((char*)&st->OPUS_DECODER_RESET_START,
opus_encoder.c 174 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels));
    [all...]

Completed in 36 milliseconds