OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_Q16
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
solve_LS_FIX.c
57
opus_int32 *
x_Q16
/* O x Vector */
65
opus_int32 *
x_Q16
/* O x Vector */
79
opus_int32 *
x_Q16
/* O Pointer to x solution vector */
109
silk_LS_SolveLast_FIX( L_Q16, M, Y,
x_Q16
);
208
opus_int32 *
x_Q16
/* O x Vector */
219
tmp_32 = silk_SMLAWW( tmp_32, ptr32[ j ],
x_Q16
[ j ] );
221
x_Q16
[ i ] = silk_SUB32( b[ i ], tmp_32 );
230
opus_int32 *
x_Q16
/* O x Vector */
241
tmp_32 = silk_SMLAWW( tmp_32, ptr32[ silk_SMULBB( j, M ) ],
x_Q16
[ j ] );
243
x_Q16
[ i ] = silk_SUB32( b[ i ], tmp_32 )
[
all
...]
main_FIX.h
246
opus_int32 *
x_Q16
/* O Pointer to x solution vector */
/external/chromium_org/third_party/opus/src/silk/
A2NLSF.c
70
opus_int32
x_Q16
, y32;
73
x_Q16
= silk_LSHIFT( x, 4 );
75
y32 = silk_SMLAWW( p[ n ], y32,
x_Q16
); /* Q16 */
Completed in 518 milliseconds