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