Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16BytePyrImage.c119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; in bim_UInt16BytePyrImage_arrPtr() local
144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize() local
170 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_create() local
218 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_size() local
DUInt8PyramidalImage.c119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; in bim_UInt8PyramidalImage_arrPtr() local
145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize() local
171 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_create() local
219 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_size() local