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

  /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 132 int find(SkTDArray<const SkFlatMatrix* >& matrices,
147 int matrices(size_t* size) const;
SkPictureRecord.cpp 623 int SkPictureRecord::find(SkTDArray<const SkFlatMatrix* >& matrices, const SkMatrix* matrix) {
627 int index = SkTSearch<SkFlatData>((const SkFlatData**) matrices.begin(),
628 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
631 return matrices[index]->index();
634 *matrices.insert(index) = flat;
694 matrices(&sizeData);
717 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord
SkPicturePlayback.cpp 27 int matrices = record.matrices(&matricesBytes); local
36 if (matrices != 0)
37 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
93 const SkTDArray<const SkFlatMatrix* >& matrices = record.getMatrices(); local
94 fMatrixCount = matrices.count();
97 for (const SkFlatMatrix** matrixPtr = matrices.begin();
98 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
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 271 const Vector<SkMatrix*>& matrices = recorder.getMatrices(); local
272 for (size_t i = 0; i < matrices.size(); i++) {
273 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/native/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...]

Completed in 236 milliseconds