Home
last modified time | relevance | path

Searched refs:widthL (Results 1 – 7 of 7) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt8PyramidalImage.c303 uint32 memSizeL, versionL, widthL, heightL, depthL; in bim_UInt8PyramidalImage_memRead() local
307 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_UInt8PyramidalImage_memRead()
311 ptrA->widthE = widthL; in bim_UInt8PyramidalImage_memRead()
351 uint32 iL, jL, layerL, widthL, heightL; in bim_UInt8PyramidalImage_recompute() local
355 widthL = dstPtrA->widthE; in bim_UInt8PyramidalImage_recompute()
358 dstL = srcL + widthL * heightL; in bim_UInt8PyramidalImage_recompute()
363 for( iL = ( widthL >> 1 ); iL > 0; iL-- ) in bim_UInt8PyramidalImage_recompute()
366 *dstL++ = ( ( *srcL + *( srcL + 1 ) + *( srcL + widthL ) + *( srcL + widthL + 1 ) ) + 2 ) >> 2; in bim_UInt8PyramidalImage_recompute()
369 srcL += widthL; in bim_UInt8PyramidalImage_recompute()
371 widthL >>= 1; in bim_UInt8PyramidalImage_recompute()
DUInt16BytePyrImage.c302 uint32 memSizeL, versionL, widthL, heightL, depthL; in bim_UInt16BytePyrImage_memRead() local
306 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_UInt16BytePyrImage_memRead()
310 ptrA->widthE = widthL; in bim_UInt16BytePyrImage_memRead()
354 uint32 widthL = dstPtrA->widthE; in bim_UInt16BytePyrImage_recompute() local
355 uint32 halfWidthL = widthL >> 1; in bim_UInt16BytePyrImage_recompute()
DAPhImage.c197 uint32 memSizeL, widthL, heightL, versionL; in bim_APhImage_memRead() local
201 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_APhImage_memRead()
204 ptrA->widthE = widthL; in bim_APhImage_memRead()
DComplexImage.c221 uint32 memSizeL, versionL, widthL, heightL; in bim_ComplexImage_memRead() local
225 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_ComplexImage_memRead()
228 ptrA->widthE = widthL; in bim_ComplexImage_memRead()
DUInt8Image.c229 uint32 memSizeL, versionL, widthL, heightL; in bim_UInt8Image_memRead() local
233 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_UInt8Image_memRead()
236 ptrA->widthE = widthL; in bim_UInt8Image_memRead()
DUInt16ByteImage.c241 uint32 memSizeL, versionL, widthL, heightL; in bim_UInt16ByteImage_memRead() local
245 memPtrA += bbs_memRead32( &widthL, memPtrA ); in bim_UInt16ByteImage_memRead()
248 ptrA->widthE = widthL; in bim_UInt16ByteImage_memRead()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c693 uint32 widthL = ptrA->bitImageE.widthE; in bbf_LocalScanner_next() local
700 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * widthL + ptrA->xE; in bbf_LocalScanner_next()