HomeSort by relevance Sort by last modified time
    Searched full:x_q16 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/silk/fixed/
solve_LS_FIX.c 58 opus_int32 *x_Q16 /* O x Vector */
66 opus_int32 *x_Q16 /* O x Vector */
80 opus_int32 *x_Q16 /* O Pointer to x solution vector */
112 silk_LS_SolveLast_FIX( L_Q16, M, Y, x_Q16 );
212 opus_int32 *x_Q16 /* O x Vector */
223 tmp_32 = silk_SMLAWW( tmp_32, ptr32[ j ], x_Q16[ j ] );
225 x_Q16[ i ] = silk_SUB32( b[ i ], tmp_32 );
234 opus_int32 *x_Q16 /* O x Vector */
245 tmp_32 = silk_SMLAWW( tmp_32, ptr32[ silk_SMULBB( j, M ) ], x_Q16[ j ] );
247 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 73 milliseconds