/external/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 43 register int32_t state3 = filtState[3]; in WebRtcSpl_DownsampleBy2() local 141 : [state3] "+r" (state3), [state6] "+r" (state6), in WebRtcSpl_DownsampleBy2() 165 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 166 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2() 194 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 195 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2() 223 diff = tmp2 - state3; in WebRtcSpl_DownsampleBy2() 224 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 | 302 int state3 = Utf8.partialIsValidUtf8(state2, bytes, j, numBytes); 303 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) { 304 System.out.printf("state=%04x %04x %04x i=%d j=%d%n", state1, state2, state3, i, j); 307 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE)); 319 assertEquals(state3, x.partialIsValidUtf8(Utf8.COMPLETE, 0, numBytes)); 325 assertEquals(state3, x.partialIsValidUtf8(state2, j, numBytes - j)); 326 assertEquals(state3, x.substring(j, numBytes).partialIsValidUtf8(state2, 0, numBytes - j));
|
/external/autotest/client/common_lib/ |
D | base_job_unittest.py | 571 state3 = base_job.job_state() 572 state3.read_from_file('backing_file') 573 self.assertEqual('value1', state3.get('ns', 'var1')) 574 self.assertEqual('value2', state3.get('ns', 'var2')) 618 state3 = base_job.job_state() 619 state3.read_from_file('second_file') 620 self.assertEqual(0, state3.get('ns0', 'var0x')) 621 self.assertEqual(100, state3.get('ns0', 'var1x')) 634 state3 = base_job.job_state() 635 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/lua/src/ |
D | lmathlib.c | 311 Rand64 state3 = state[3] ^ state1; in nextrand() local 313 state[0] = state0 ^ state3; in nextrand() 316 state[3] = rotl(state3, 45); in nextrand()
|
/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 | 4414 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 4415 KHR-GL45.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 4414 KHR-GL44.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 4415 KHR-GL46.vertex_attrib_binding.basic-state3
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl43-master.txt | 4414 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 4415 KHR-GL45.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 4415 KHR-GL46.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 4414 KHR-GL44.vertex_attrib_binding.basic-state3
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl43-master.txt | 6007 KHR-GL43.vertex_attrib_binding.basic-state3
|
D | gl44-master.txt | 6007 KHR-GL44.vertex_attrib_binding.basic-state3
|
D | gl46-master.txt | 6008 KHR-GL46.vertex_attrib_binding.basic-state3
|
D | gl45-master.txt | 6008 KHR-GL45.vertex_attrib_binding.basic-state3
|