/external/opencv/cvaux/src/ |
cvtexture.cpp | 60 double*** matrices; member in struct:CvGLCM 140 newGLCM->matrices = 0; 233 if( (flag == CV_GLCM_GLCM || flag == CV_GLCM_ALL) && (*GLCM)->matrices ) 237 if( (*GLCM)->matrices[ matrixLoop ] ) 239 cvFree( (*GLCM)->matrices[matrixLoop] ); 240 cvFree( (*GLCM)->matrices + matrixLoop ); 244 cvFree( &((*GLCM)->matrices) ); 283 double*** matrices = 0; local 285 // allocate memory to the matrices 286 CV_CALL( destGLCM->matrices = (double***)cvAlloc( sizeof(matrices[0])*numSteps )) [all...] |
/external/opencv/cv/src/ |
cvlkpyramid.cpp | 659 float *matrices, int count, 721 if( !matrices ) 756 if( !featuresA || !featuresB || !matrices ) 790 matrices[i] = matrices[i + 3] = 1.f; 791 matrices[i + 1] = matrices[i + 2] = 0.f; 822 Av[0] = matrices[i*4]; 823 Av[1] = matrices[i*4+1]; 824 Av[3] = matrices[i*4+2] [all...] |
/external/skia/src/core/ |
SkPictureRecord.h | 122 int find(SkTDArray<const SkFlatMatrix* >& matrices, 137 int matrices(size_t* size) const;
|
SkPictureRecord.cpp | 559 int SkPictureRecord::find(SkTDArray<const SkFlatMatrix* >& matrices, const SkMatrix* matrix) { 563 int index = SkTSearch<SkFlatData>((const SkFlatData**) matrices.begin(), 564 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); 567 return matrices[index]->index(); 570 *matrices.insert(index) = flat; 630 matrices(&sizeData); 653 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
|
SkPicturePlayback.cpp | 20 int matrices = record.matrices(&matricesBytes); local 29 if (matrices != 0) 30 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices); 86 const SkTDArray<const SkFlatMatrix* >& matrices = record.getMatrices(); local 87 fMatrixCount = matrices.count(); 90 for (const SkFlatMatrix** matrixPtr = matrices.begin(); 91 matrixPtr != matrices.end(); matrixPtr++) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-cube.js | 95 // multiplies two matrices 122 // add to matrices
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-cube.js | 95 // multiplies two matrices 122 // add to matrices
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
compsup.m | 221 % Estimate G using covariance matrices 252 % Correlation matrices
|
/frameworks/base/libs/hwui/ |
DisplayListRenderer.cpp | 189 const Vector<SkMatrix*> &matrices = recorder.getMatrices(); local 190 for (size_t i = 0; i < matrices.size(); i++) { 191 mMatrices.add(matrices.itemAt(i)); [all...] |
/external/opencv/cv/include/ |
cv.h | 507 float* matrices, int count, 611 (corrects state of the system and internal matrices) */ [all...] |
/frameworks/base/opengl/libagl/ |
matrix.cpp | 634 // transformation and matrices API 638 #pragma mark transformation and matrices API
|
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 27 ;# on matrices of data. This is simplified by the fact that we usually [all...] |