Home
last modified time | relevance | path

Searched refs:y2L (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c1174 int32 y2L = ( *y2pL + ( 1 << 15 ) ) >> 16; in bbf_Scanner_removeOutOverlaps() local
1184 int32 ry1L = y1L > y2L ? y1L : y2L; in bbf_Scanner_removeOutOverlaps()
1185 int32 ry2L = ( y1L + r1hL ) < ( y2L + r2hL ) ? ( y1L + r1hL ) : ( y2L + r2hL ); in bbf_Scanner_removeOutOverlaps()
1263 int32 y2L = *i2pL / ptrA->currentWidthE; in bbf_Scanner_removeIntOverlaps() local
1264 int32 x2L = *i2pL - ( y2L * ptrA->currentWidthE ); in bbf_Scanner_removeIntOverlaps()
1267 int32 dyL = rh0L - ( y1L > y2L ? y1L - y2L : y2L - y1L ); in bbf_Scanner_removeIntOverlaps()