commit | 1808c640de8b7057c1713098fcbb029863b0218e | [log] [tgz] |
---|---|---|
author | Bill Yi <[email protected]> | Fri Oct 19 12:20:26 2018 -0700 |
committer | Bill Yi <[email protected]> | Fri Oct 19 12:20:26 2018 -0700 |
tree | 8b7f907f1d4556f9a75c1e612dc7b7335f37bb61 | |
parent | a199086bfafc4503b9a3f27557ca1c554d364366 [diff] | |
parent | b4e5e337171803630b62c6a3590974ef0663eb46 [diff] |
Merge pi-dr1-dev to aosp-master Change-Id: Id4b9de2960dcde3b4f5568661eb003d4bbaded9f
diff --git a/Embedded/common/src/b_BitFeatureEm/Scanner.c b/Embedded/common/src/b_BitFeatureEm/Scanner.c index 327e714..1a0ae2a 100644 --- a/Embedded/common/src/b_BitFeatureEm/Scanner.c +++ b/Embedded/common/src/b_BitFeatureEm/Scanner.c
@@ -1064,7 +1064,7 @@ uint32 scaleA, int32 actA ) { - if( ( ptrA->outCountE * 4 ) < ptrA->outArrE.sizeE ) + if( ( ptrA->outCountE * 4 + 3 ) < ptrA->outArrE.sizeE ) { ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA; ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA;