Searched refs:state1 (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2.c75 register WebRtc_Word32 state1 = filtState[1]; local
86 diff = in32 - state1;
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
91 state1 = tmp1;
116 filtState[1] = state1;
132 register WebRtc_Word32 state1 = filtState[1]; local
143 diff = in32 - state1;
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
148 state1 = tmp1;
174 filtState[1] = state1;
[all...]
/external/aac/libSBRenc/src/
H A Dresampler.cpp391 FIXP_BQS state1, state2, state1b, state2b; local
393 state1 = states[0][s1];
405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
417 state1 = state1b;
433 FIXP_BQS state1, state2; local
437 state1 = states[i][s1];
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks.c62 WebRtc_Word32 state1 = state[1]; local
75 "smmulr %[b2], %[tmp_coeff1], %[state1]\n\t"
79 "smmulr %[b1], %[tmp_coeff1], %[state1]\n\t"
88 [state1]"r"(state1)
94 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1);
98 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1);
107 state1 = state0;
111 state[1] = state1;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) argument
95 c->Constants[index].u.State[1] == state1)
104 constant.u.State[1] = state1;
H A Dradeon_code.h98 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state1, unsigned state2);
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java242 int state1 = Utf8.partialIsValidUtf8(Utf8.COMPLETE, bytes, 0, i);
243 int state2 = Utf8.partialIsValidUtf8(state1, bytes, i, j);
247 state1, state2, state3, i, j);
267 assertEquals(state1,
269 assertEquals(state1,
272 x.partialIsValidUtf8(state1, i, j - i));
274 x.substring(i, j).partialIsValidUtf8(state1, 0, j - i));
/external/v8/src/
H A Dhydrogen-check-elimination.cc54 static State StateMerge(State state1, State state2) { argument
55 if (state1 == state2) return state1;
56 if ((state1 == CHECKED && state2 == CHECKED_STABLE) ||
57 (state2 == CHECKED && state1 == CHECKED_STABLE)) {
60 DCHECK((state1 == CHECKED_STABLE && state2 == UNCHECKED_STABLE) ||
61 (state2 == CHECKED_STABLE && state1 == UNCHECKED_STABLE));
/external/libxml2/
H A Drelaxng.c668 xmlRelaxNGValidStatePtr state1,
1337 * @state1: a validation state
1346 xmlRelaxNGValidStatePtr state1,
1351 if ((state1 == NULL) || (state2 == NULL))
1353 if (state1 == state2)
1355 if (state1->node != state2->node)
1357 if (state1->seq != state2->seq)
1359 if (state1->nbAttrLeft != state2->nbAttrLeft)
1361 if (state1->nbAttrs != state2->nbAttrs)
1363 if (state1
1345 xmlRelaxNGEqualValidState(xmlRelaxNGValidCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlRelaxNGValidStatePtr state1, xmlRelaxNGValidStatePtr state2) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4142 uint32_t state1[2] = { 0, 0 }; local
4173 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);

Completed in 761 milliseconds