Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c1121 int32 x1L, y1L, s1L, a1L; in bbf_Scanner_removeOutOverlaps() local
1142 y1L = outArrL[ maxIdxL * 4 + 1 ]; in bbf_Scanner_removeOutOverlaps()
1152 outArrL[ begIdxL * 4 + 1 ] = y1L; in bbf_Scanner_removeOutOverlaps()
1163 y1L = ( y1L + ( 1 << 15 ) ) >> 16; in bbf_Scanner_removeOutOverlaps()
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()
1235 int32 x1L, y1L; in bbf_Scanner_removeIntOverlaps() local
1254 y1L = i1L / ptrA->currentWidthE; in bbf_Scanner_removeIntOverlaps()
1255 x1L = i1L - ( y1L * ptrA->currentWidthE ); in bbf_Scanner_removeIntOverlaps()
1267 int32 dyL = rh0L - ( y1L > y2L ? y1L - y2L : y2L - y1L ); in bbf_Scanner_removeIntOverlaps()