HomeSort by relevance Sort by last modified time
    Searched full:softclip_mem (Results 1 - 2 of 2) sorted by null

  /external/libopus/src/
opus_decoder.c 74 opus_val16 softclip_mem[2]; member in struct:OpusDecoder
690 opus_pcm_soft_clip(pcm, nb_samples, st->channels, st->softclip_mem);
692 st->softclip_mem[0]=st->softclip_mem[1]=0;
  /external/libopus/include/
opus.h 604 * @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero)
606 OPUS_EXPORT void opus_pcm_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
    [all...]

Completed in 147 milliseconds