Lines Matching refs:opus_int

53 opus_int silk_resampler_init(
57opus_int forEnc /* I If 1: encoder; if 0: decoder …
63 opus_int silk_resampler(
102opus_int stride /* I Operate on interleaved signal if > 1 …
117 …const opus_int d, /* I Length of ar …
124 …const opus_int d, /* I Length of ar …
132 …const opus_int order /* I Prediction order …
138 …const opus_int order /* I Prediction order …
161 opus_int silk_sigm_Q15(
162opus_int in_Q5 /* I …
175opus_int *shift, /* O Number of bits right shift applied to energ…
177opus_int len /* I Length of input vector …
220 …const opus_int win_type, /* I Selects a window type …
221 …const opus_int length /* I Window length, multiple of 4 …
227opus_int *scale, /* O Scaling of the correlation vector …
229 …const opus_int inputDataSize, /* I Length of input …
230 …const opus_int correlationCount, /* I Number of correlation taps to compute …
237opus_int pitch_lags[], /* O 4 pitch values …
238 …const opus_int Fs_kHz, /* I sampling frequency (kHz) …
239 …const opus_int nb_subfr /* I number of sub frames …
242 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced …
244opus_int *pitch_out, /* O 4 pitch lag values …
247opus_int *LTPCorr_Q15, /* I/O Normalized correlation; input: value from …
248opus_int prevLag, /* I Last lag of previous frame; set to zero is…
250 …const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 …
251 …const opus_int Fs_kHz, /* I Sample frequency (kHz) …
252 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes…
253 …const opus_int nb_subfr, /* I number of 5 ms subframes …
262 …const opus_int d /* I Filter order (must be even) …
269 …const opus_int d /* I filter order (should be even) …
274opus_int *idx, /* O Index vector for the sorted elements …
275 …const opus_int L, /* I Vector length …
276 …const opus_int K /* I Number of correctly sorted positions …
281opus_int *idx, /* O Index vector for the sorted elements …
282 …const opus_int L, /* I Vector length …
283 …const opus_int K /* I Number of correctly sorted positions …
288 …const opus_int L /* I Vector length …
295 …const opus_int L /* I Number of NLSF parameters in the input ve…
302 …const opus_int D /* I Input vector dimension (even) …
308opus_int *res_nrg_Q, /* O Residual energy Q value …
312 …const opus_int subfr_length, /* I Input signal subframe length (incl. D prec…
313 …const opus_int nb_subfr, /* I Number of subframes stacked in x …
314 …const opus_int D, /* I Order …
323 …const opus_int dataSize /* I Length …
330opus_int dataSize /* I length …
341 …const opus_int len /* I vector lengths …
347 …const opus_int scale, /* I number of bits to shift …
348 …const opus_int len /* I vector lengths …
354 …const opus_int len /* I vector lengths …
365 static OPUS_INLINE opus_int32 silk_ROR32( opus_int32 a32, opus_int rot ) in silk_ROR32()
514 static OPUS_INLINE opus_int silk_min_int(opus_int a, opus_int b) in silk_min_int()
532 static OPUS_INLINE opus_int silk_max_int(opus_int a, opus_int b) in silk_max_int()