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

  /external/libopus/tests/
test_opus_common.h 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y)
35 deb2_impl(_t,_p,_k,_x+1,_y);
36 for(i=_t[_x-_y]+1;i<_k;i++){
38 deb2_impl(_t,_p,_k,_x+1,_x);
44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res)
48 t=malloc(sizeof(unsigned char)*_k*2);
49 memset(t,0,sizeof(unsigned char)*_k*2);
50 p=&_res[_k*_k];
51 deb2_impl(t,&p,_k,1,1)
    [all...]
  /external/libopus/celt/
cwrs.c 196 # define CELT_PVQ_U(_n,_k) (CELT_PVQ_U_ROW[IMIN(_n,_k)][IMAX(_n,_k)])
199 # define CELT_PVQ_V(_n,_k) (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1))
458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){
459 celt_assert(_k>0);
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
463 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y)
    [all...]
rate.c 54 static int fits_in32(int _n, int _k)
64 if (_k>=14)
67 return _n <= maxN[_k];
69 return _k <= maxK[_n];
  /external/eigen/bench/
sparse_trisolver.cpp 33 for (int _k=0; _k<REPEAT; ++_k) { \
194 for (int _k=0; _k<1000000; ++_k) {
209 for (int _k=0; _k<1000000; ++_k) {
sparse_lu.cpp 37 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_randomsetter.cpp 36 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_transpose.cpp 32 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_cholesky.cpp 37 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_dense_product.cpp 32 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_product.cpp 34 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_setter.cpp 40 for (int _k=0; _k<REPEAT; ++_k) { \
  /external/opencv/cv/src/
cvundistort.cpp 121 CvMat _a = cvMat( 3, 3, CV_32F, a ), _k; local
163 _k = cvMat( dist_coeffs->rows, dist_coeffs->cols,
165 cvConvert( dist_coeffs, &_k );
191 CvMat _a = cvMat( 3, 3, CV_32F, a ), _k; local
226 _k = cvMat( dist_coeffs->rows, dist_coeffs->cols,
228 cvConvert( dist_coeffs, &_k );
272 CvMat _k = cvMat( 4, 1, CV_64F, k ); local
329 _k = cvMat( distCoeffs->rows, distCoeffs->cols,
331 cvConvert( distCoeffs, &_k );
334 cvZero( &_k );
    [all...]
cvcalibration.cpp 789 CvMat _r, _t, _a = cvMat( 3, 3, CV_64F, a ), _k;
874 _k = cvMat( distCoeffs->rows, distCoeffs->cols,
876 CV_CALL( cvConvert( distCoeffs, &_k ));
    [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 129 #define MINDEX(len, _m, _k) \
132 while ((_k) >= len) { \
133 (_k) -= len; \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 286 int _k = (m + 5)/2 + c; local
287 BigInteger ns = k.shiftRight(m - _k - 2 + a);
296 BigInteger ls = gsPlusJs.shiftRight(_k-c);
297 if (gsPlusJs.testBit(_k-c-1))
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 194 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) {
196 key = _k;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h     [all...]
  /external/opencv/cv/include/
cvcompat.h 760 CvMat _k = cvMat( 4, 1, CV_32F, (void*)distortion_coeffs ); local
761 cvUndistort2( src, dst, &_a, &_k );
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_splash.py     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 820 milliseconds