HomeSort by relevance Sort by last modified time
    Searched refs:a_tmp (Results 1 - 6 of 6) sorted by null

  /external/libopus/silk/float/
find_LPC_FLP.c 50 silk_float a_tmp[ MAX_LPC_ORDER ]; local
64 res_nrg -= silk_burg_modified_FLP( a_tmp, x + ( MAX_NB_SUBFR / 2 ) * subfr_length, minInvGain, subfr_length, MAX_NB_SUBFR / 2, psEncC->predictLPCOrder );
67 silk_A2NLSF_FLP( NLSF_Q15, a_tmp, psEncC->predictLPCOrder );
76 silk_NLSF2A_FLP( a_tmp, NLSF0_Q15, psEncC->predictLPCOrder );
79 silk_LPC_analysis_filter_FLP( LPC_res, a_tmp, x, 2 * subfr_length, psEncC->predictLPCOrder );
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_MKL.h 73 MatrixTri a_tmp; \
76 a_tmp = tri.conjugate(); \
77 a = a_tmp.data(); \
78 lda = a_tmp.outerStride(); \
128 MatrixTri a_tmp; \
131 a_tmp = tri.conjugate(); \
132 a = a_tmp.data(); \
133 lda = a_tmp.outerStride(); \
GeneralMatrixMatrix_MKL.h 70 MatrixX##EIGPREFIX a_tmp, b_tmp; \
94 a_tmp = lhs.conjugate(); \
95 a = a_tmp.data(); \
96 lda = a_tmp.outerStride(); \
TriangularMatrixMatrix_MKL.h 162 MatrixLhs a_tmp; \
165 if (conjA) a_tmp = lhs.conjugate(); else a_tmp = lhs; \
167 a_tmp.diagonal().setZero(); \
169 a_tmp.diagonal().setOnes();\
170 a = a_tmp.data(); \
171 lda = a_tmp.outerStride(); \
276 MatrixRhs a_tmp; \
279 if (conjA) a_tmp = rhs.conjugate(); else a_tmp = rhs;
    [all...]
SelfadjointMatrixMatrix_MKL.h 113 Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder> a_tmp; \
133 a_tmp = lhs.conjugate(); \
134 a = a_tmp.data(); \
135 lda = a_tmp.outerStride(); \
239 Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder> a_tmp; \
258 a_tmp = rhs.conjugate(); \
259 a = a_tmp.data(); \
260 lda = a_tmp.outerStride(); \
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 17501 IRTemp a_tmp = newTemp(Ity_V128); local
    [all...]

Completed in 72 milliseconds