Searched refs:stateIndex (Results 1 – 4 of 4) sorted by relevance
220 int stateIndex = *pStateIndex; in CLpc_Synthesis() local227 FDK_ASSERT(stateIndex < order); in CLpc_Synthesis()238 const FIXP_LPC_TNS *pCoeff = coeff + order - stateIndex; in CLpc_Synthesis()247 stateIndex = ((stateIndex - 1) < 0) ? (order - 1) : (stateIndex - 1); in CLpc_Synthesis()248 state[stateIndex] = x; in CLpc_Synthesis()254 *pStateIndex = stateIndex; in CLpc_Synthesis()263 int stateIndex = *pStateIndex; in CLpc_Synthesis() local270 FDK_ASSERT(stateIndex < order); in CLpc_Synthesis()281 const FIXP_LPC *pCoeff = coeff + order - stateIndex; in CLpc_Synthesis()290 stateIndex = ((stateIndex - 1) < 0) ? (order - 1) : (stateIndex - 1); in CLpc_Synthesis()[all …]
472 const int stateIndex = transpose ? (x*N + y) : (y*N + x); in verifyUniformMatrixValues() local474 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()476 …<< "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::End… in verifyUniformMatrixValues()
1065 for stateIndex in range(numStates):1243 for stateIndex, state in enumerate(value.States):1244 xmlWriter.begintag("State", index=stateIndex)
649 const int stateIndex = transpose ? (x*N + y) : (y*N + x); in verifyUniformMatrixValues() local651 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()653 …<< "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::End… in verifyUniformMatrixValues()