Home
last modified time | relevance | path

Searched defs: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
224 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt8PyramidalImage_size() local
DUInt16BytePyrImage.c183 uint32 depthMaskL = ( ( int32 )1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_create() local
223 uint32 depthMaskL = ( 1 << ( depthA - 1 ) ) - 1; in bim_UInt16BytePyrImage_size() local