Home | History | Annotate | Download | only in src

Lines Matching refs:opus_val16

57    opus_val16 smoothed_width;
58 opus_val16 max_follower;
88 opus_val16 prev_HB_gain;
98 opus_val16 * energy_masking;
100 opus_val16 delay_buffer[MAX_ENCODER_BUFFER*2];
282 const opus_val16 *in, /* I: Input signal */
286 opus_val16 *out, /* O: Output signal */
320 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)
356 static void dc_reject(const opus_val16 *in, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs)
381 static void dc_reject(const opus_val16 *in, opus_int32 cutoff_Hz, opus_val16 *out, opus_val32 *hp_mem, int len, int channels, opus_int32 Fs)
405 static void stereo_fade(const opus_val16 *in, opus_val16 *out, opus_val16 g1, opus_val16 g2,
406 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs)
418 opus_val16 g, w;
437 static void gain_fade(const opus_val16 *in, opus_val16 *out, opus_val16 g1, opus_val16 g2,
438 int overlap48, int frame_size, int channels, const opus_val16 *window, opus_int32 Fs)
450 opus_val16 g, w;
459 opus_val16 g, w;
651 int optimize_framesize(const opus_val16 *x, int len, int C, opus_int32 Fs,
652 int bitrate, opus_val16 tonality, float *mem, int buffering,
848 opus_val16 compute_stereo_width(const opus_val16 *pcm, int frame_size, opus_int32 Fs, StereoWidthState *mem)
850 opus_val16 corr;
851 opus_val16 ldiff;
852 opus_val16 width;
854 opus_val16 sqrt_xx, sqrt_yy;
855 opus_val16 qrrt_xx, qrrt_yy;
858 opus_val16 short_alpha;
868 opus_val16 x, y;
925 opus_int32 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_size,
941 VARDECL(opus_val16, pcm_buf);
952 opus_val16 HB_gain;
955 opus_val16 stereo_width;
960 VARDECL(opus_val16, tmp_prefill);
1426 ALLOC(pcm_buf, (total_buffer+frame_size)*st->channels, opus_val16);
1496 opus_val16 masking_depth;
1514 opus_val16 mask;
1727 ALLOC(tmp_prefill, st->channels*st->Fs/400, opus_val16);
1751 opus_val16 g1, g2;
1753 g2 = (opus_val16)(st->silk_mode.stereoWidth_Q14);
2457 opus_val16 *value = va_arg(ap, opus_val16*);