Searched refs:depthE (Results 1 - 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16BytePyrImage.c48 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
[all...]
H A DUInt8PyramidalImage.c48 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
[all...]
H A DUInt16BytePyrImage.h47 * depthE specifies the number of levels present
67 uint32 depthE; member in struct:bim_UInt16BytePyrImage
H A DUInt8PyramidalImage.h42 * depthE specifies the number of levels present
67 uint32 depthE; member in struct:bim_UInt8PyramidalImage

Completed in 129 milliseconds