Lines Matching refs:depthA
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()
225 if( depthA == 0 ) in bim_UInt8PyramidalImage_size()
242 ptrA->depthE = depthA; in bim_UInt8PyramidalImage_size()
244 for( iL = 0; iL < depthA; iL++ ) in bim_UInt8PyramidalImage_size()
381 uint32 depthA ) in bim_UInt8PyramidalImage_importUInt8() argument
384 bim_UInt8PyramidalImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA ); in bim_UInt8PyramidalImage_importUInt8()