OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_Q16
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
A2NLSF.c
81
const opus_int32 *
a_Q16
,
93
P[ k ] = -
a_Q16
[ dd - k - 1 ] -
a_Q16
[ dd + k ]; /* Q16 */
94
Q[ k ] = -
a_Q16
[ dd - k - 1 ] +
a_Q16
[ dd + k ]; /* Q16 */
111
/* If not all roots are found, the
a_Q16
coefficients are bandwidth expanded until convergence. */
114
opus_int32 *
a_Q16
, /* I/O Monic whitening filter coefficients in Q16 [d] */
133
silk_A2NLSF_init(
a_Q16
, P, Q, dd );
233
silk_bwexpander_32(
a_Q16
, d, 65536 - silk_SMULBB( 10 + i, i ) ); /* 10_Q16 = 0.00015*/
235
silk_A2NLSF_init(
a_Q16
, P, Q, dd )
[
all
...]
SigProc_FIX.h
256
/* If not all roots are found, the
a_Q16
coefficients are bandwidth expanded until convergence. */
259
opus_int32 *
a_Q16
, /* I/O Monic whitening filter coefficients in Q16 [d] */
307
opus_int32
A_Q16
[], /* O Prediction coefficients (length order) */
[
all
...]
/external/chromium_org/third_party/opus/src/silk/fixed/
find_LPC_FIX.c
45
opus_int32
a_Q16
[ MAX_LPC_ORDER ];
63
silk_burg_modified( &res_nrg, &res_nrg_Q,
a_Q16
, x, minInvGain_Q30, subfr_length, psEncC->nb_subfr, psEncC->predictLPCOrder );
146
silk_A2NLSF( NLSF_Q15,
a_Q16
, psEncC->predictLPCOrder );
Completed in 43 milliseconds