• Home
  • Raw
  • Download

Lines Matching refs:srcL

50 	const uint8* srcL = srcPtrA;  in bim_downscaleBy2()  local
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2; in bim_downscaleBy2()
60 srcL += 2; in bim_downscaleBy2()
62 srcL += ( wsL - w1L ) * 2; in bim_downscaleBy2()
85 const uint8* srcL = srcImagePtrA; in bim_filterWarpInterpolation() local
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()
250 srcL = bufPtrA->arrPtrE; in bim_filterWarpInterpolation()
265 srcL = bufPtrA->arrPtrE; in bim_filterWarpInterpolation()
315 …uint32 v1L = ( ( uint32 )srcL[ idxL ] * xf1L + ( uint32 )srcL[ idxL + 1 ] * xf2L + 0x0… in bim_filterWarpInterpolation()
316 …uint32 v2L = ( ( uint32 )srcL[ idxL + w1L ] * xf1L + ( uint32 )srcL[ idxL + w1L + 1 ] * xf2L + 0x0… 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()
388 …uint32 v1L = ( ( uint32 )srcL[ idxL ] * xf1L + ( uint32 )srcL[ idxL + 1 ] * xf2L + 0x0… in bim_filterWarpInterpolation()
389 …uint32 v2L = ( ( uint32 )srcL[ idxL + w1L ] * xf1L + ( uint32 )srcL[ idxL + w1L + 1 ] * xf2L + 0x0… in bim_filterWarpInterpolation()
417 const uint8* srcL = srcImagePtrA; in bim_filterWarpPixelReplication() local
565 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpPixelReplication()
582 srcL = bufPtrA->arrPtrE; in bim_filterWarpPixelReplication()
597 srcL = bufPtrA->arrPtrE; in bim_filterWarpPixelReplication()
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()