Searched refs:depthA (Results 1 – 4 of 4) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt8PyramidalImage.c | 143 uint32 depthA ) in bim_UInt8PyramidalImage_heapSize() argument 148 for( iL = 0; iL < depthA; iL++ ) in bim_UInt8PyramidalImage_heapSize() 168 uint32 depthA, in bim_UInt8PyramidalImage_create() argument 175 for( iL = 0; iL < depthA; iL++ ) in bim_UInt8PyramidalImage_create() 182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt8PyramidalImage_create() 188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_create() 189 if( depthA == 0 ) in bim_UInt8PyramidalImage_create() 206 ptrA->depthE = depthA; in bim_UInt8PyramidalImage_create() 217 uint32 depthA ) in bim_UInt8PyramidalImage_size() argument 224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_size() [all …]
|
D | UInt16BytePyrImage.c | 142 uint32 depthA ) in bim_UInt16BytePyrImage_heapSize() argument 147 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_heapSize() 167 uint32 depthA, in bim_UInt16BytePyrImage_create() argument 177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt16BytePyrImage_create() 183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_create() 184 if( depthA == 0 ) in bim_UInt16BytePyrImage_create() 201 ptrA->depthE = depthA; in bim_UInt16BytePyrImage_create() 203 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_create() 216 uint32 depthA ) in bim_UInt16BytePyrImage_size() argument 223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_size() [all …]
|
D | UInt16BytePyrImage.h | 88 uint32 depthA, 119 uint32 depthA ); 128 uint32 depthA ); 162 uint32 depthA );
|
D | UInt8PyramidalImage.h | 90 uint32 depthA, 120 uint32 depthA ); 129 uint32 depthA ); 162 uint32 depthA );
|