HomeSort by relevance Sort by last modified time
    Searched full:depthe (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c 48 ptrA->depthE = 0;
60 ptrA->depthE = 0;
87 ptrA->depthE = srcPtrA->depthE;
99 if( ptrA->depthE != srcPtrA->depthE ) return FALSE;
122 if( levelA >= ptrA->depthE )
125 "levelA = %i out of range [0,%i]", levelA, ptrA->depthE - 1 );
201 ptrA->depthE = depthA;
241 ptrA->depthE = depthA
    [all...]
UInt8PyramidalImage.c 48 ptrA->depthE = 0;
60 ptrA->depthE = 0;
87 ptrA->depthE = srcPtrA->depthE;
99 if( ptrA->depthE != srcPtrA->depthE ) return FALSE;
122 if( levelA >= ptrA->depthE )
125 "levelA = %i out of range [0,%i]", levelA, ptrA->depthE - 1 );
206 ptrA->depthE = depthA;
242 ptrA->depthE = depthA
    [all...]
UInt16BytePyrImage.h 47 * depthE specifies the number of levels present
67 uint32 depthE;
UInt8PyramidalImage.h 42 * depthE specifies the number of levels present
67 uint32 depthE;

Completed in 548 milliseconds