Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dresample_by_2_mips.c39 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() local
77 : [state1] "r" (state1), [state5] "r" (state5) in WebRtcSpl_DownsampleBy2()
110 [state1] "+r" (state1), in WebRtcSpl_DownsampleBy2()
157 diff = in32 - state1; in WebRtcSpl_DownsampleBy2()
161 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2()
162 state1 = tmp1; in WebRtcSpl_DownsampleBy2()
186 diff = in32 - state1; in WebRtcSpl_DownsampleBy2()
190 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2()
191 state1 = tmp1; in WebRtcSpl_DownsampleBy2()
215 diff = in32 - state1; in WebRtcSpl_DownsampleBy2()
[all …]
Dresample_by_2.c76 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() local
87 diff = in32 - state1; in WebRtcSpl_DownsampleBy2()
91 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2()
92 state1 = tmp1; in WebRtcSpl_DownsampleBy2()
117 filtState[1] = state1; in WebRtcSpl_DownsampleBy2()
134 register int32_t state1 = filtState[1]; in WebRtcSpl_UpsampleBy2() local
145 diff = in32 - state1; in WebRtcSpl_UpsampleBy2()
149 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1); in WebRtcSpl_UpsampleBy2()
150 state1 = tmp1; in WebRtcSpl_UpsampleBy2()
176 filtState[1] = state1; in WebRtcSpl_UpsampleBy2()
/external/chromium_org/net/http/
Ddisk_cache_based_quic_server_info_unittest.cc126 const QuicServerInfo::State& state1 = quic_server_info->state(); in TEST() local
127 EXPECT_EQ(server_config_a, state1.server_config); in TEST()
128 EXPECT_EQ(source_address_token_a, state1.source_address_token); in TEST()
129 EXPECT_EQ(server_config_sig_a, state1.server_config_sig); in TEST()
130 EXPECT_EQ(2U, state1.certs.size()); in TEST()
131 EXPECT_EQ(cert_a, state1.certs[0]); in TEST()
132 EXPECT_EQ(cert_b, state1.certs[1]); in TEST()
152 QuicServerInfo::State* state1 = quic_server_info1->mutable_state(); in TEST() local
153 EXPECT_TRUE(state1->certs.empty()); in TEST()
159 state1->server_config = server_config_a; in TEST()
[all …]
/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c75 register WebRtc_Word32 state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() local
86 diff = in32 - state1; in WebRtcSpl_DownsampleBy2()
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2()
91 state1 = tmp1; in WebRtcSpl_DownsampleBy2()
116 filtState[1] = state1; in WebRtcSpl_DownsampleBy2()
132 register WebRtc_Word32 state1 = filtState[1]; in WebRtcSpl_UpsampleBy2() local
143 diff = in32 - state1; in WebRtcSpl_UpsampleBy2()
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1); in WebRtcSpl_UpsampleBy2()
148 state1 = tmp1; in WebRtcSpl_UpsampleBy2()
174 filtState[1] = state1; in WebRtcSpl_UpsampleBy2()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks.c101 int32_t state1 = state[1]; in WebRtcIsacfix_HighpassFilterFixDec32C() local
127 [state1]"r"(state1) in WebRtcIsacfix_HighpassFilterFixDec32C()
134 b1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[7], state1) + in WebRtcIsacfix_HighpassFilterFixDec32C()
135 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[6], state1) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C()
140 b2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[3], state1) + in WebRtcIsacfix_HighpassFilterFixDec32C()
141 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[2], state1) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C()
150 state1 = state0; in WebRtcIsacfix_HighpassFilterFixDec32C()
154 state[1] = state1; in WebRtcIsacfix_HighpassFilterFixDec32C()
Dfilterbanks_mips.c113 int32_t state1 = state[1]; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local
141 [state1] "r" (state1) in WebRtcIsacfix_HighpassFilterFixDec32MIPS()
/external/aac/libSBRenc/src/
Dresampler.cpp391 FIXP_BQS state1, state2, state1b, state2b; in AdvanceFilter() local
393 state1 = states[0][s1]; in AdvanceFilter()
405 state0 = input + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]); in AdvanceFilter()
417 state1 = state1b; in AdvanceFilter()
433 FIXP_BQS state1, state2; in AdvanceFilter()
437 state1 = states[i][s1]; in AdvanceFilter()
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]); in AdvanceFilter()
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]); in AdvanceFilter()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks.c62 WebRtc_Word32 state1 = state[1]; in WebRtcIsacfix_HighpassFilterFixDec32() local
88 [state1]"r"(state1) in WebRtcIsacfix_HighpassFilterFixDec32()
94 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1); in WebRtcIsacfix_HighpassFilterFixDec32()
98 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1); in WebRtcIsacfix_HighpassFilterFixDec32()
107 state1 = state0; in WebRtcIsacfix_HighpassFilterFixDec32()
111 state[1] = state1; in WebRtcIsacfix_HighpassFilterFixDec32()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state() argument
95 c->Constants[index].u.State[1] == state1) in rc_constants_add_state()
104 constant.u.State[1] = state1; in rc_constants_add_state()
Dradeon_code.h98 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state1, unsigned state2);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_code.c87 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state0, unsigned state1) in rc_constants_add_state() argument
95 c->Constants[index].u.State[1] == state1) in rc_constants_add_state()
104 constant.u.State[1] = state1; in rc_constants_add_state()
Dradeon_code.h98 unsigned rc_constants_add_state(struct rc_constant_list * c, unsigned state1, unsigned state2);
/external/chromium_org/third_party/cython/src/Cython/Plex/
DDFA.py56 for state1 in state_set:
57 for state2 in epsilon_closure(state1):
/external/chromium_org/v8/src/
Dhydrogen-check-elimination.cc54 static State StateMerge(State state1, State state2) { in StateMerge()
55 if (state1 == state2) return state1; in StateMerge()
56 if ((state1 == CHECKED && state2 == CHECKED_STABLE) || in StateMerge()
57 (state2 == CHECKED && state1 == CHECKED_STABLE)) { in StateMerge()
60 DCHECK((state1 == CHECKED_STABLE && state2 == UNCHECKED_STABLE) || in StateMerge()
61 (state2 == CHECKED_STABLE && state1 == UNCHECKED_STABLE)); in StateMerge()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dpubsubstateclient.h173 virtual bool StatesEqual(const C& state1, const C& state2) { in StatesEqual() argument
174 return state1 == state2; in StatesEqual()
Dhangoutpubsubclient.cc116 virtual bool StatesEqual(const bool& state1, const bool& state2) { in StatesEqual() argument
/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller_state_unittest.cc400 State state1 = static_cast<State>(state1_int); in TEST_F() local
403 if (ShouldSkipStateAndEventPair(state1, EVENT_INVALID) || in TEST_F()
407 if (NextTransitionInShortestPath(state1, state2, NUM_STATES).state == in TEST_F()
410 << GetStateString(state1) << " " << GetStateString(state2); in TEST_F()
Dfullscreen_controller_state_test.cc805 State state1 = static_cast<State>(state1_int); in GetStateTransitionsAsString() local
806 output << "{ // " << GetStateString(state1) << ":\n"; in GetStateTransitionsAsString()
809 const StateTransitionInfo& info = state_transitions_[state1][state2]; in GetStateTransitionsAsString()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_unittest.cc1982 TestInterstitialPage::InterstitialState state1 = in TEST_F() local
1987 new TestInterstitialPage(contents(), true, url1, &state1, &deleted1); in TEST_F()
2004 EXPECT_EQ(TestInterstitialPage::CANCELED, state1); in TEST_F()
2035 TestInterstitialPage::InterstitialState state1 = in TEST_F() local
2040 new TestInterstitialPage(contents(), true, url1, &state1, &deleted1); in TEST_F()
2048 EXPECT_EQ(TestInterstitialPage::OKED, state1); in TEST_F()
2122 TestInterstitialPage::InterstitialState state1 = in TEST_F() local
2127 &state1, &deleted1); in TEST_F()
2143 EXPECT_EQ(TestInterstitialPage::CANCELED, state1); in TEST_F()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.h197 void SetWMSpecState(bool enabled, ::Atom state1, ::Atom state2);
Ddesktop_window_tree_host_x11.cc1375 ::Atom state1, in SetWMSpecState() argument
1385 xclient.xclient.data.l[1] = state1; in SetWMSpecState()
/external/chromium_org/third_party/libxml/src/
Drelaxng.c667 xmlRelaxNGValidStatePtr state1,
1345 xmlRelaxNGValidStatePtr state1, in xmlRelaxNGEqualValidState() argument
1350 if ((state1 == NULL) || (state2 == NULL)) in xmlRelaxNGEqualValidState()
1352 if (state1 == state2) in xmlRelaxNGEqualValidState()
1354 if (state1->node != state2->node) in xmlRelaxNGEqualValidState()
1356 if (state1->seq != state2->seq) in xmlRelaxNGEqualValidState()
1358 if (state1->nbAttrLeft != state2->nbAttrLeft) in xmlRelaxNGEqualValidState()
1360 if (state1->nbAttrs != state2->nbAttrs) in xmlRelaxNGEqualValidState()
1362 if (state1->endvalue != state2->endvalue) in xmlRelaxNGEqualValidState()
1364 if ((state1->value != state2->value) && in xmlRelaxNGEqualValidState()
[all …]
/external/libxml2/
Drelaxng.c668 xmlRelaxNGValidStatePtr state1,
1346 xmlRelaxNGValidStatePtr state1, in xmlRelaxNGEqualValidState() argument
1351 if ((state1 == NULL) || (state2 == NULL)) in xmlRelaxNGEqualValidState()
1353 if (state1 == state2) in xmlRelaxNGEqualValidState()
1355 if (state1->node != state2->node) in xmlRelaxNGEqualValidState()
1357 if (state1->seq != state2->seq) in xmlRelaxNGEqualValidState()
1359 if (state1->nbAttrLeft != state2->nbAttrLeft) in xmlRelaxNGEqualValidState()
1361 if (state1->nbAttrs != state2->nbAttrs) in xmlRelaxNGEqualValidState()
1363 if (state1->endvalue != state2->endvalue) in xmlRelaxNGEqualValidState()
1365 if ((state1->value != state2->value) && in xmlRelaxNGEqualValidState()
[all …]
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model_unittest.cc2185 State state1(null_contents1, 0, MockTabStripModelObserver::REPLACED); in TEST_F() local
2186 state1.src_contents = contents1; in TEST_F()
2187 EXPECT_TRUE(tabstrip_observer.StateEquals(0, state1)); in TEST_F()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4138 uint32_t state1[2] = { 0, 0 }; in TestHiragana() local
4169 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status); in TestHiragana()

12