Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_lpc.cpp220 int stateIndex = *pStateIndex; in CLpc_Synthesis() local
227 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() local
270 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 …]
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp472 const int stateIndex = transpose ? (x*N + y) : (y*N + x); in verifyUniformMatrixValues() local
474 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()
476 …<< "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::End… in verifyUniformMatrixValues()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py1065 for stateIndex in range(numStates):
1243 for stateIndex, state in enumerate(value.States):
1244 xmlWriter.begintag("State", index=stateIndex)
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp649 const int stateIndex = transpose ? (x*N + y) : (y*N + x); in verifyUniformMatrixValues() local
651 if (values[refIndex] != state[stateIndex]) in verifyUniformMatrixValues()
653 …<< "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::End… in verifyUniformMatrixValues()