• Home
  • Raw
  • Download

Lines Matching refs:opus_int

62 opus_int silk_resampler_init(
66opus_int forEnc /* I If 1: encoder; if 0: decoder …
72 opus_int silk_resampler(
135 …const opus_int d, /* I Length of ar …
142 …const opus_int d, /* I Length of ar …
150 …const opus_int order /* I Prediction order …
181 opus_int silk_sigm_Q15(
182opus_int in_Q5 /* I …
195opus_int *shift, /* O Number of bits right shift applied to energ…
197opus_int len /* I Length of input vector …
240 …const opus_int win_type, /* I Selects a window type …
241 …const opus_int length /* I Window length, multiple of 4 …
247opus_int *scale, /* O Scaling of the correlation vector …
249 …const opus_int inputDataSize, /* I Length of input …
250 …const opus_int correlationCount, /* I Number of correlation taps to compute …
257opus_int pitch_lags[], /* O 4 pitch values …
258 …const opus_int Fs_kHz, /* I sampling frequency (kHz) …
259 …const opus_int nb_subfr /* I number of sub frames …
262 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced …
264opus_int *pitch_out, /* O 4 pitch lag values …
267opus_int *LTPCorr_Q15, /* I/O Normalized correlation; input: value from …
268opus_int prevLag, /* I Last lag of previous frame; set to zero is…
270 …const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 …
271 …const opus_int Fs_kHz, /* I Sample frequency (kHz) …
272 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes…
273 …const opus_int nb_subfr, /* I number of 5 ms subframes …
282 …const opus_int d /* I Filter order (must be even) …
289 …const opus_int d, /* I filter order (should be even) …
297 …const opus_int QOUT, /* I Input Q domain …
298 …const opus_int QIN, /* I Input Q domain …
299 …const opus_int d /* I Filter order …
304opus_int *idx, /* O Index vector for the sorted elements …
305 …const opus_int L, /* I Vector length …
306 …const opus_int K /* I Number of correctly sorted positions …
311opus_int *idx, /* O Index vector for the sorted elements …
312 …const opus_int L, /* I Vector length …
313 …const opus_int K /* I Number of correctly sorted positions …
318 …const opus_int L /* I Vector length …
325 …const opus_int L /* I Number of NLSF parameters in the input ve…
332 …const opus_int D /* I Input vector dimension (even) …
338opus_int *res_nrg_Q, /* O Residual energy Q value …
342 …const opus_int subfr_length, /* I Input signal subframe length (incl. D prec…
343 …const opus_int nb_subfr, /* I Number of subframes stacked in x …
344 …const opus_int D, /* I Order …
353 …const opus_int dataSize /* I Length …
360opus_int dataSize /* I length …
372 …const opus_int len, /* I vector lengths …
380 …const opus_int scale, /* I number of bits to shift …
381 …const opus_int len /* I vector lengths …
387 …const opus_int len /* I vector lengths …
398 static OPUS_INLINE opus_int32 silk_ROR32( opus_int32 a32, opus_int rot ) in silk_ROR32()
567 static OPUS_INLINE opus_int silk_min_int(opus_int a, opus_int b) in silk_min_int()
585 static OPUS_INLINE opus_int silk_max_int(opus_int a, opus_int b) in silk_max_int()