Searched refs:baseSizeL (Results 1 – 2 of 2) sorted by relevance
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; in bim_UInt8PyramidalImage_arrPtr() local132 offsL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_arrPtr()145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize() local150 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_heapSize()171 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_create() local177 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_create()219 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_size() local246 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_size()
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; in bim_UInt16BytePyrImage_arrPtr() local132 offsL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_arrPtr()144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize() local149 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_heapSize()170 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_create() local205 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_create()218 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_size() local245 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_size()