Searched refs:state3 (Results 1 – 18 of 18) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 41 register int32_t state3 = filtState[3]; in WebRtcSpl_DownsampleBy2() local 139 : [state3] "+r" (state3), [state6] "+r" (state6), in WebRtcSpl_DownsampleBy2() 163 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 164 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2() 192 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 193 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2() 221 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 222 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2.c | 78 register int32_t state3 = filtState[3]; in WebRtcSpl_DownsampleBy2() local 93 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 94 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2() 119 filtState[3] = state3; in WebRtcSpl_DownsampleBy2() 136 register int32_t state3 = filtState[3]; in WebRtcSpl_UpsampleBy2() local 151 diff = tmp2 - state3; in WebRtcSpl_UpsampleBy2() 152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2); in WebRtcSpl_UpsampleBy2() 156 out32 = (state3 + 512) >> 10; in WebRtcSpl_UpsampleBy2() 178 filtState[3] = state3; in WebRtcSpl_UpsampleBy2()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8TestUtil.java | 287 int state3 = Utf8.partialIsValidUtf8(state2, bytes, j, numBytes); 288 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) { 289 System.out.printf("state=%04x %04x %04x i=%d j=%d%n", state1, state2, state3, i, j); 292 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE)); 303 assertEquals(state3, x.partialIsValidUtf8(Utf8.COMPLETE, 0, numBytes)); 309 assertEquals(state3, x.partialIsValidUtf8(state2, j, numBytes - j)); 310 assertEquals(state3, x.substring(j, numBytes).partialIsValidUtf8(state2, 0, numBytes - j));
|
/external/autotest/client/common_lib/ |
D | base_job_unittest.py | 566 state3 = base_job.job_state() 567 state3.read_from_file('backing_file') 568 self.assertEqual('value1', state3.get('ns', 'var1')) 569 self.assertEqual('value2', state3.get('ns', 'var2')) 613 state3 = base_job.job_state() 614 state3.read_from_file('second_file') 615 self.assertEqual(0, state3.get('ns0', 'var0x')) 616 self.assertEqual(100, state3.get('ns0', 'var1x')) 629 state3 = base_job.job_state() 630 state3.read_from_file('first_file') [all …]
|
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 275 TestState state3 = new TestState(); in testEviction_keyOverlap_3x() local 289 set.add(key3, state3, source3); in testEviction_keyOverlap_3x() 323 state3 = null; in testEviction_keyOverlap_3x()
|
/external/python/cpython2/Lib/test/ |
D | test_random.py | 51 state3 = self.gen.getstate() # s/b distinct from state2 52 self.assertNotEqual(state2, state3)
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl43-master.txt | 4415 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 4416 KHR-GL45.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 4416 KHR-GL46.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 4415 KHR-GL44.vertex_attrib_binding.basic-state3
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl43-master.txt | 4448 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 4449 KHR-GL45.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 4449 KHR-GL46.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 4448 KHR-GL44.vertex_attrib_binding.basic-state3
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl43-master.txt | 4416 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 4417 KHR-GL46.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 4417 KHR-GL45.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 4416 KHR-GL44.vertex_attrib_binding.basic-state3
|