HomeSort by relevance Sort by last modified time
    Searched defs:state3 (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.hpp 91 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3; typedef in struct:boost::mpl::aux::fold_impl
115 typedef typename apply2< ForwardOp, state3, typename deref<iter3>::type >::type state4;
iter_fold_impl.hpp 91 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
95 typedef state3 state;
113 typedef typename apply2< ForwardOp,state2,iter2 >::type state3; typedef in struct:boost::mpl::aux::iter_fold_impl
115 typedef typename apply2< ForwardOp,state3,iter3 >::type state4;
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2.c 78 register int32_t state3 = filtState[3]; local
93 diff = tmp2 - state3;
94 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
110 out32 = (state3 + state7 + 1024) >> 11;
119 filtState[3] = state3;
136 register int32_t state3 = filtState[3]; local
151 diff = tmp2 - state3;
152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);
156 out32 = (state3 + 512) >> 10;
178 filtState[3] = state3;
    [all...]
resample_by_2_mips.c 41 register int32_t state3 = filtState[3]; local
122 "subu %[diff1], %[tmp21], %[state3] \n\t"
127 "extr.w %[state3], $ac0, 16 \n\t"
129 "addu %[state3], %[state2], %[state3] \n\t"
136 "addu %[out32], %[state3], %[state7] \n\t"
139 : [state3] "+r" (state3), [state6] "+r" (state6),
163 diff = tmp2 - state3;
164 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 77 register WebRtc_Word32 state3 = filtState[3]; local
92 diff = tmp2 - state3;
93 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
109 out32 = (state3 + state7 + 1024) >> 11;
118 filtState[3] = state3;
134 register WebRtc_Word32 state3 = filtState[3]; local
149 diff = tmp2 - state3;
150 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);
154 out32 = (state3 + 512) >> 10;
176 filtState[3] = state3;
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 180 int state3 = 0; local
183 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
186 assertFalse(StateSet.stateSetMatches(stateSpec10, state3));
189 assertTrue(StateSet.stateSetMatches(stateSpec10, state3));

Completed in 103 milliseconds