Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16BytePyrImage.c355 uint32 halfWidthL = widthL >> 1; in bim_UInt16BytePyrImage_recompute() local
359 uint16* dstL = srcL + ( heightL * halfWidthL ); in bim_UInt16BytePyrImage_recompute()
364 for( iL = ( halfWidthL >> 1 ); iL > 0; iL-- ) in bim_UInt16BytePyrImage_recompute()
367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute()
368 ( *( srcL + halfWidthL ) >> 8 ) + 2 ) >> 2; in bim_UInt16BytePyrImage_recompute()
376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute()
377 ( *( srcL + halfWidthL ) >> 8 ) + 2 ) >> 2; in bim_UInt16BytePyrImage_recompute()
386 srcL += halfWidthL; in bim_UInt16BytePyrImage_recompute()
388 halfWidthL >>= 1; in bim_UInt16BytePyrImage_recompute()