Lines Matching refs:hoL
60 uint32 hoL = ptrA->maxImageHeightE;
64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 );
67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL );
215 uint32 wiL, wi2L, hiL, woL, hoL, xwoL, xhoL; /* image size specifies */
261 hoL = ( hiL << 16 ) / stepL;
263 if( woL <= pwoL || hoL <= pwoL )
270 if( hoL * stepL >= ( hiL << 16 ) ) hoL--;
274 xhoL = hoL + ( ptrA->borderHeightE << 1 );
314 for( jL = 0; jL < hoL + proL; jL++ )
316 if( jL < hoL ) /* rescale area */