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

  /external/chromium_org/third_party/opus/src/celt/
arch.h 87 typedef opus_int16 opus_val16; typedef
91 typedef opus_val16 celt_norm;
103 #define VERY_LARGE16 ((opus_val16)32767)
104 #define Q15_ONE ((opus_val16)32767)
131 typedef float opus_val16; typedef
144 #define Q15_ONE ((opus_val16)1.f)
193 #define DIV32_16(a,b) (((opus_val32)(a))/(opus_val16)(b))
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 86 opus_val16 delay_buffer[MAX_ENCODER_BUFFER*2];
295 const opus_val16 *in, /* I: Input signal */
299 opus_val16 *out, /* O: Output signal */
333 static void hp_cutoff(const opus_val16 *in, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs)
368 static void stereo_fade(const opus_val16 *in, opus_val16 *out, opus_val16 g1, opus_val16 g2,
369 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs
842 ALLOC(pcm_buf, (delay_compensation+frame_size)*st->channels, opus_val16); local
    [all...]

Completed in 84 milliseconds