Searched defs:rh0L (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c1114 uint32 rh0L = ptrA->patchHeightE; local
1158 r1hL = ( rh0L * ( s1L >> 12 ) + 128 ) >> 8;
1178 int32 r2hL = ( rh0L * ( *s2pL >> 12 ) + 128 ) >> 8;
1221 uint32 rh0L = ptrA->patchHeightE; local
1222 int32 minAreaL = ( overlapThrA * rw0L * rh0L ) >> 16;
1267 int32 dyL = rh0L - ( y1L > y2L ? y1L - y2L : y2L - y1L );

Completed in 51 milliseconds