Lines Matching refs:w0L
45 uint32 w0L = effWidthA; in bim_downscaleBy2() local
47 uint32 w1L = w0L >> 1; in bim_downscaleBy2()
82 uint32 w0L = srcImageWidthA; in bim_filterWarpInterpolation()
88 uint32 w1L = w0L; in bim_filterWarpInterpolation()
101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpInterpolation()
160 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
211 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL; in bim_filterWarpInterpolation()
215 xMaxL = ( int32 )w0L < xMaxL ? w0L : xMaxL; in bim_filterWarpInterpolation()
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()
414 uint32 w0L = srcImageWidthA; in bim_filterWarpPixelReplication()
420 uint32 w1L = w0L; in bim_filterWarpPixelReplication()
433 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpPixelReplication()
492 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpPixelReplication()
543 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL; in bim_filterWarpPixelReplication()
547 xMaxL = ( int32 )w0L < xMaxL ? w0L : xMaxL; in bim_filterWarpPixelReplication()
565 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpPixelReplication()