Lines Matching refs:depthA
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()
224 if( depthA == 0 ) in bim_UInt16BytePyrImage_size()
241 ptrA->depthE = depthA; in bim_UInt16BytePyrImage_size()
243 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_size()
400 uint32 depthA ) in bim_UInt16BytePyrImage_importUInt16() argument
403 bim_UInt16BytePyrImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA ); in bim_UInt16BytePyrImage_importUInt16()