Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt8PyramidalImage.c119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; in bim_UInt8PyramidalImage_arrPtr() local
132 offsL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_arrPtr()
145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize() local
150 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_heapSize()
171 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_create() local
177 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_create()
219 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_size() local
246 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt8PyramidalImage_size()
DUInt16BytePyrImage.c119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; in bim_UInt16BytePyrImage_arrPtr() local
132 offsL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_arrPtr()
144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize() local
149 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_heapSize()
170 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_create() local
205 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_create()
218 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_size() local
245 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_size()