Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:hL

163 	uint32 wL, hL; /* input image size */
185 hL = ptrA->workHeightE;
187 if( wL <= pwoL || hL <= pwoL )
194 ptrA->currentHeightE = hL;
200 bim_UInt32Image_size( cpA, &ptrA->bitImageE, wL, ( hL >> 5 ) + ( ( ( hL & 0x1F ) != 0 ) ? 1 : 0 ) );
221 for( jL = 0; jL < hL + proL; jL++ )
223 if( jL < hL ) /* rescale area */
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE;
446 return ( ( wL < 0 ) ? 0 : wL ) * ( ( hL < 0 ) ? 0 : hL );