Lines Matching refs:swi1L
226 uint32 swi1L; /* table writing index */ in bbf_Scanner_createBitImage() local
301 swi1L = 0; /* table writing index */ 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()
330 for( iL = 0; iL <= proL; iL++ ) satL[ swi1L++ ] = 0; in bbf_Scanner_createBitImage()
345 satL[ swi1L ] = ( hSumL += pixL ) + satL[ swi2L ]; in bbf_Scanner_createBitImage()
347 swi1L++; in bbf_Scanner_createBitImage()
353 satL[ swi1L ] = hSumL + satL[ swi2L ]; in bbf_Scanner_createBitImage()
354 swi1L++; in bbf_Scanner_createBitImage()
360 for( iL = 0; iL < wsL; iL++ ) satL[ swi1L++ ] = satL[ swi2L++ ]; in bbf_Scanner_createBitImage()
363 swi1L = ( swi1L < satSizeL ) ? swi1L : 0; in bbf_Scanner_createBitImage()