Lines Matching refs:w1L
47 uint32 w1L = w0L >> 1; in bim_downscaleBy2() local
56 for( iL = 0; iL < w1L; iL++ ) in bim_downscaleBy2()
62 srcL += ( wsL - w1L ) * 2; in bim_downscaleBy2()
88 uint32 w1L = w0L; in bim_filterWarpInterpolation() local
229 w1L = wEffL >> 1; in bim_filterWarpInterpolation()
232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpInterpolation()
236 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpInterpolation()
237 w1L >>= 1; in bim_filterWarpInterpolation()
273 int32 wbL = w1L - 1; in bim_filterWarpInterpolation()
314 uint32 idxL = y0L * w1L + x0L; in bim_filterWarpInterpolation()
316 …uint32 v2L = ( ( uint32 )srcL[ idxL + w1L ] * xf1L + ( uint32 )srcL[ idxL + w1L + 1 ] * xf2L + 0x0… in bim_filterWarpInterpolation()
348 else if( x0L >= ( int32 )w1L - 1 ) in bim_filterWarpInterpolation()
350 *dstL++ = srcL[ w1L - 1 ]; in bim_filterWarpInterpolation()
361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpInterpolation()
363 else if( x0L >= ( int32 )w1L - 1 ) in bim_filterWarpInterpolation()
365 *dstL++ = srcL[ ( h1L * w1L ) - 1 ]; in bim_filterWarpInterpolation()
369 uint32 idxL = ( h1L - 1 ) * w1L + x0L; in bim_filterWarpInterpolation()
377 uint32 idxL = y0L * w1L; in bim_filterWarpInterpolation()
378 … *dstL++ = ( ( uint32 )srcL[ idxL ] * yf1L + ( uint32 )srcL[ idxL + w1L ] * yf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
380 else if( x0L >= ( int32 )w1L - 1 ) in bim_filterWarpInterpolation()
382 uint32 idxL = ( y0L + 1 ) * w1L - 1; in bim_filterWarpInterpolation()
383 … *dstL++ = ( ( uint32 )srcL[ idxL ] * yf1L + ( uint32 )srcL[ idxL + w1L ] * yf2L + 0x08000 ) >> 16; in bim_filterWarpInterpolation()
387 uint32 idxL = y0L * w1L + x0L; in bim_filterWarpInterpolation()
389 …uint32 v2L = ( ( uint32 )srcL[ idxL + w1L ] * xf1L + ( uint32 )srcL[ idxL + w1L + 1 ] * xf2L + 0x0… in bim_filterWarpInterpolation()
420 uint32 w1L = w0L; in bim_filterWarpPixelReplication() local
561 w1L = wEffL >> 1; in bim_filterWarpPixelReplication()
564 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpPixelReplication()
568 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpPixelReplication()
569 w1L >>= 1; in bim_filterWarpPixelReplication()
605 int32 wbL = w1L - 1; in bim_filterWarpPixelReplication()
636 *dstL++ = srcL[ ( ( ( yL >> 15 ) + 1 ) >> 1 ) * w1L + ( ( ( xL >> 15 ) + 1 ) >> 1 ) ]; in bim_filterWarpPixelReplication()
664 else if( x0L >= ( int32 )w1L - 1 ) in bim_filterWarpPixelReplication()
666 *dstL++ = srcL[ w1L - 1 ]; in bim_filterWarpPixelReplication()
677 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpPixelReplication()
679 else if( x0L >= ( int32 )w1L - 1 ) 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()
694 else if( x0L >= ( int32 )w1L - 1 ) in bim_filterWarpPixelReplication()
696 *dstL++ = srcL[ ( y0L + 1 ) * w1L - 1 ]; in bim_filterWarpPixelReplication()
700 *dstL++ = srcL[ y0L * w1L + x0L ]; in bim_filterWarpPixelReplication()