Lines Matching refs:dstL
51 uint8* dstL = dstPtrA; in bim_downscaleBy2() local
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2; in bim_downscaleBy2()
59 dstL++; in bim_downscaleBy2()
86 uint8* dstL = dstImagePtrA; in bim_filterWarpInterpolation() local
317 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20; in bim_filterWarpInterpolation()
346 *dstL++ = srcL[ 0 ]; in bim_filterWarpInterpolation()
350 *dstL++ = srcL[ w1L - 1 ]; in bim_filterWarpInterpolation()
354 *dstL++ = ( ( uint32 )srcL[ x0L ] * xf1L + ( uint32 )srcL[ x0L + 1 ] * xf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpInterpolation()
365 *dstL++ = srcL[ ( h1L * w1L ) - 1 ]; in bim_filterWarpInterpolation()
370 … *dstL++ = ( ( uint32 )srcL[ idxL ] * xf1L + ( uint32 )srcL[ idxL + 1 ] * xf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
378 … *dstL++ = ( ( uint32 )srcL[ idxL ] * yf1L + ( uint32 )srcL[ idxL + w1L ] * yf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
383 … *dstL++ = ( ( uint32 )srcL[ idxL ] * yf1L + ( uint32 )srcL[ idxL + w1L ] * yf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
390 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20; in bim_filterWarpInterpolation()
418 uint8* dstL = dstImagePtrA; in bim_filterWarpPixelReplication() local
636 *dstL++ = srcL[ ( ( ( yL >> 15 ) + 1 ) >> 1 ) * w1L + ( ( ( xL >> 15 ) + 1 ) >> 1 ) ]; in bim_filterWarpPixelReplication()
662 *dstL++ = srcL[ 0 ]; in bim_filterWarpPixelReplication()
666 *dstL++ = srcL[ w1L - 1 ]; in bim_filterWarpPixelReplication()
670 *dstL++ = srcL[ x0L ]; in bim_filterWarpPixelReplication()
677 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpPixelReplication()
681 *dstL++ = srcL[ ( h1L * w1L ) - 1 ]; in bim_filterWarpPixelReplication()
685 *dstL++ = srcL[ ( h1L - 1 ) * w1L + x0L ]; in bim_filterWarpPixelReplication()
692 *dstL++ = srcL[ y0L * w1L ]; in bim_filterWarpPixelReplication()
696 *dstL++ = srcL[ ( y0L + 1 ) * w1L - 1 ]; in bim_filterWarpPixelReplication()
700 *dstL++ = srcL[ y0L * w1L + x0L ]; in bim_filterWarpPixelReplication()