Lines Matching refs:iL
117 uint32 iL; in bim_UInt16BytePyrImage_arrPtr() local
130 for( iL = 0; iL < levelA; iL++ ) in bim_UInt16BytePyrImage_arrPtr()
132 offsL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_arrPtr()
146 uint32 iL; in bim_UInt16BytePyrImage_heapSize() local
147 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_heapSize()
149 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_heapSize()
172 uint32 iL; in bim_UInt16BytePyrImage_create() local
203 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_create()
205 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_create()
220 uint32 iL; in bim_UInt16BytePyrImage_size() local
243 for( iL = 0; iL < depthA; iL++ ) in bim_UInt16BytePyrImage_size()
245 sizeL += ( baseSizeL >> ( iL * 2 ) ); in bim_UInt16BytePyrImage_size()
351 count_t iL, jL, layerL; in bim_UInt16BytePyrImage_recompute() local
364 for( iL = ( halfWidthL >> 1 ); iL > 0; iL-- ) in bim_UInt16BytePyrImage_recompute()