Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:w0L

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