Home | History | Annotate | Download | only in fixed

Lines Matching refs:opus_int32

40     opus_int32 Q36_part;
41 opus_int32 Q48_part;
46 opus_int32 *A, /* I/O Pointer to Symetric Square Matrix */
48 opus_int32 *L_Q16, /* I/O Pointer to Square Upper triangular Matrix */
54 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
56 const opus_int32 *b, /* I b Vector */
57 opus_int32 *x_Q16 /* O x Vector */
62 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
64 const opus_int32 *b, /* I b Vector */
65 opus_int32 *x_Q16 /* O x Vector */
69 opus_int32 T[], /* I/O Numenator vector */
76 opus_int32 *A, /* I Pointer to symetric square matrix A */
78 const opus_int32 *b, /* I Pointer to b vector */
79 opus_int32 *x_Q16 /* O Pointer to x solution vector */
82 opus_int32 L_Q16[ MAX_MATRIX_SIZE * MAX_MATRIX_SIZE ];
83 opus_int32 Y[ MAX_MATRIX_SIZE ];
113 opus_int32 *A, /* I/O Pointer to Symetric Square Matrix */
115 opus_int32 *L_Q16, /* I/O Pointer to Square Upper triangular Matrix */
120 const opus_int32 *ptr1, *ptr2;
121 opus_int32 diag_min_value, tmp_32, err;
122 opus_int32 v_Q0[ MAX_MATRIX_SIZE ], D_Q0[ MAX_MATRIX_SIZE ];
123 opus_int32 one_div_diag_Q36, one_div_diag_Q40, one_div_diag_Q48;
154 err = silk_SUB32( (opus_int32)1 << 24, silk_SMULWW( tmp_32, one_div_diag_Q40 ) ); /* Q24 */
185 opus_int32 T[], /* I/O Numenator vector */
191 opus_int32 tmp_32;
192 opus_int32 one_div_diag_Q36, one_div_diag_Q48;
205 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
207 const opus_int32 *b, /* I b Vector */
208 opus_int32 *x_Q16 /* O x Vector */
212 const opus_int32 *ptr32;
213 opus_int32 tmp_32;
227 const opus_int32 *L_Q16, /* I Pointer to Lower Triangular Matrix */
229 const opus_int32 *b, /* I b Vector */
230 opus_int32 *x_Q16 /* O x Vector */
234 const opus_int32 *ptr32;
235 opus_int32 tmp_32;