Searched refs:yoff1L (Results 1 – 1 of 1) sorted by relevance
319 uint32 yoff1L = yfL & 0x0FFFF; in bbf_Scanner_createBitImage() local320 uint32 yoff0L = 0x010000 - yoff1L; in bbf_Scanner_createBitImage()336 … * 2 ] = ( ( ( arr0L[ iL ] & 0x0FF ) * yoff0L ) + ( ( arr1L[ iL ] & 0x0FF ) * yoff1L ) ) >> 10; in bbf_Scanner_createBitImage()337 … * 2 + 1 ] = ( ( ( arr0L[ iL ] >> 8 ) * yoff0L ) + ( ( arr1L[ iL ] >> 8 ) * yoff1L ) ) >> 10; in bbf_Scanner_createBitImage()