Home
last modified time | relevance | path

Searched refs:depthMaskL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt8PyramidalImage.c188 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_create() local
195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_create()
198 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt8PyramidalImage_create()
224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_size() local
232 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_size()
235 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt8PyramidalImage_size()
DUInt16BytePyrImage.c183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_create() local
190 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_create()
193 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt16BytePyrImage_create()
223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_size() local
231 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_size()
234 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); in bim_UInt16BytePyrImage_size()