Home | History | Annotate | Download | only in ns

Lines Matching refs:tableIndex

34   int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac;
134 tableIndex = (int16_t)(tmp32no1 >> 14);
135 if ((tableIndex < 16) && (tableIndex >= 0)) {
136 tmp16no2 = kIndicatorTable[tableIndex];
137 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
166 tableIndex = (int16_t)(tmpU32no1 >> 14);
167 if (tableIndex < 16) {
168 tmp16no2 = kIndicatorTable[tableIndex];
169 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
213 tableIndex = (int16_t)(tmpU32no1 >> 14);
214 if (tableIndex < 16) {
215 tmp16no2 = kIndicatorTable[tableIndex];
216 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];