/external/freetype/src/autofit/ |
afwarp.c | 81 FT_Int idx_min, idx_max, idx0; local 89 idx0 = xx1 - warper->t1; 124 FT_Pos y = y0 + ( idx_min - idx0 ); 141 AF_WarpScore distort = base_distort + ( idx - idx0 ); 151 warper->best_delta = delta + ( idx - idx0 );
|
/external/opencv/cv/include/ |
cvcompat.h | 479 #define cvQueryHistValue_1D( hist, idx0 ) \ 480 ((float)cvGetReal1D( (hist)->bins, (idx0))) 481 #define cvQueryHistValue_2D( hist, idx0, idx1 ) \ 482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1))) 483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \ 484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2))) 490 #define cvGetHistValue_1D( hist, idx0 ) \ 491 ((float*)cvPtr1D( (hist)->bins, (idx0), 0)) 492 #define cvGetHistValue_2D( hist, idx0, idx1 ) \ 493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0) [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 336 /* ptr = &arr(idx0,idx1,...). All indexes are zero-based, 338 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL)); 339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) ); 340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2, 351 /* value = arr(idx0,idx1,...) */ 352 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 ); 353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 ); 354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 ); 358 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 ); 359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 ) [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | [all...] |
/external/aac/libAACenc/src/ |
aacenc_tns.cpp | 628 int i, idx0, idx1, idx2, idx3, idx4, lag; local 641 idx0 = lpcStartLine[LOFILT]; 643 idx1 = idx0 + i / 4; 644 idx2 = idx0 + i / 2; 645 idx3 = idx0 + i * 3 / 4; 652 idx0 = lpcStartLine[LOFILT]; 660 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1); 667 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++); 673 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1); 688 FIXP_DBL x1 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, lag, nsc1) [all...] |
/external/llvm/lib/IR/ |
ConstantFold.cpp | [all...] |
/external/openssh/ |
key.c | 424 u_int idx0, idx1, idx2, idx3, idx4; local 426 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) + 431 retval[j++] = vowels[idx0]; 445 idx0 = seed % 6; 448 retval[j++] = vowels[idx0]; [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | [all...] |
/dalvik/libdex/ |
DexSwapVerify.cpp | 733 u4 idx0 = dexParameterIteratorNextIndex(&iterator0); local 741 if (idx0 == kDexNoIndex) { 745 if (idx0 < idx1) { 747 } else if (idx0 > idx1) { [all...] |
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |