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

  /external/libopus/celt/
os_support.h 83 #define OPUS_CLEAR(dst, n) (memset((dst), 0, (n)*sizeof(*(dst))))
celt_lpc.c 52 OPUS_CLEAR(lpc, p);
entenc.c 277 OPUS_CLEAR(_this->buf+_this->offs,
celt_encoder.c 175 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels));
299 OPUS_CLEAR(tmp, 12);
490 OPUS_CLEAR(&out[c*B*N+bound], B*N-bound);
525 OPUS_CLEAR(inp, N);
984 OPUS_CLEAR(offsets, nbEBands);
    [all...]
celt_decoder.c 197 OPUS_CLEAR((char*)st, opus_custom_decoder_get_size(mode, channels));
    [all...]
bands.c 264 OPUS_CLEAR(&freq[bound], N-bound);
1075 OPUS_CLEAR(X, N);
    [all...]
  /external/libopus/src/
opus_projection_decoder.c 63 OPUS_CLEAR(float_dst, frame_size * dst_stride);
85 OPUS_CLEAR(short_dst, frame_size * dst_stride);
opus_multistream_encoder.c 278 OPUS_CLEAR(in, frame_size+overlap);
283 OPUS_CLEAR(bandE, 21);
490 OPUS_CLEAR(ms_get_preemph_mem(st), channels);
491 OPUS_CLEAR(ms_get_window_mem(st), channels*120);
    [all...]
opus_decoder.c 126 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
870 OPUS_CLEAR((char*)&st->OPUS_DECODER_RESET_START,
opus_encoder.c 194 OPUS_CLEAR((char*)st, opus_encoder_get_size(channels));
    [all...]
analysis.c 228 OPUS_CLEAR(start, sizeof(TonalityAnalysisState) - (start - (char*)tonal));
    [all...]

Completed in 3631 milliseconds