Lines Matching refs:wsL
219 uint32 wsL, hsL; /* size of summed area table (ringbuffer) */ in bbf_Scanner_createBitImage() local
287 wsL = woL + pwoL; in bbf_Scanner_createBitImage()
292 bim_UInt32Image_size( cpA, &ptrA->satE, wsL, hsL ); in bbf_Scanner_createBitImage()
295 satSizeL = wsL * hsL; in bbf_Scanner_createBitImage()
311 for( iL = wsL * ( proL + 1 ); iL > 0; iL-- ) satL[ swi1L++ ] = 0; in bbf_Scanner_createBitImage()
312 swi2L = swi1L - wsL; in bbf_Scanner_createBitImage()
360 for( iL = 0; iL < wsL; iL++ ) satL[ swi1L++ ] = satL[ swi2L++ ]; in bbf_Scanner_createBitImage()
374 siL[ 2 ] = siL[ 0 ] + pwoL * wsL; in bbf_Scanner_createBitImage()
379 siL[ 4 ] = siL[ 0 ] + ( proL - priL ) * wsL + ( proL - priL ); in bbf_Scanner_createBitImage()
382 siL[ 6 ] = siL[ 4 ] + pwiL * wsL; in bbf_Scanner_createBitImage()
385 sriL += wsL; in bbf_Scanner_createBitImage()