Lines Matching refs:h0L
46 uint32 h0L = effHeightA; in bim_downscaleBy2() local
48 uint32 h1L = h0L >> 1; in bim_downscaleBy2()
83 uint32 h0L = srcImageHeightA; in bim_filterWarpInterpolation() local
89 uint32 h1L = h0L; in bim_filterWarpInterpolation()
101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpInterpolation()
161 while( ( scaleExpL > 0 ) && ( h0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
212 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL; in bim_filterWarpInterpolation()
216 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL; in bim_filterWarpInterpolation()
415 uint32 h0L = srcImageHeightA; in bim_filterWarpPixelReplication() local
421 uint32 h1L = h0L; in bim_filterWarpPixelReplication()
433 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpPixelReplication()
493 while( ( scaleExpL > 0 ) && ( h0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpPixelReplication()
544 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL; in bim_filterWarpPixelReplication()
548 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL; in bim_filterWarpPixelReplication()