HomeSort by relevance Sort by last modified time
    Searched refs:inputState (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 23 int16_t* inputState,
47 memmove(&inputState[1], &inputState[0],
49 inputState[0] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
57 tmpW32 += WEBRTC_SPL_MUL_16_16(inputState[j], kDampFilter[j]);
pitch_filter_mips.c 17 int16_t* inputState,
84 "lwl %[w2], 3(%[inputState]) \n\t"
85 "lwl %[w3], 7(%[inputState]) \n\t"
89 "lwr %[w2], 0(%[inputState]) \n\t"
90 "lwr %[w3], 4(%[inputState]) \n\t"
93 "swl %[w2], 5(%[inputState]) \n\t"
94 "swl %[w3], 9(%[inputState]) \n\t"
96 "swr %[w2], 2(%[inputState]) \n\t"
97 "swr %[w3], 6(%[inputState]) \n\t"
104 "sh %[w1], 0(%[inputState]) \n\t
    [all...]
pitch_estimator.h 44 int16_t* inputState,
pitch_filter_armv6.S 26 @ int16_t* inputState,
99 asr r7, #12 @ Get the value for inputState[0].
100 ldr r11, [sp, #40] @ inputState
105 ldr r4, [r11] @ inputState[0, 1], before shift.
106 strh r7, [r11] @ inputState[0], after shift.
107 ldr r5, [r11, #4] @ inputState[2, 3], before shift.
110 str r4, [r11, #2] @ inputState[1, 2], after shift.
111 str r5, [r11, #6] @ inputState[3, 4], after shift.
pitch_filter.c 43 int16_t* inputState,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 23 WebRtc_Word16* inputState,
47 memmove(&inputState[1], &inputState[0],
49 inputState[0] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
57 tmpW32 += WEBRTC_SPL_MUL_16_16(inputState[j], kDampFilter[j]);
pitch_estimator.h 44 WebRtc_Word16* inputState,
pitch_filter_armv6.S 27 @ WebRtc_Word16* inputState,
102 asr r7, #12 @ Get the value for inputState[0].
103 ldr r11, [sp, #40] @ inputState
108 ldr r4, [r11] @ inputState[0, 1], before shift.
109 strh r7, [r11] @ inputState[0], after shift.
110 ldr r5, [r11, #4] @ inputState[2, 3], before shift.
113 str r4, [r11, #2] @ inputState[1, 2], after shift.
114 str r5, [r11, #6] @ inputState[3, 4], after shift.
pitch_filter.c 54 WebRtc_Word16* inputState,
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 24 inputState->filename = f;
30 RefCount<ParserInputState> inputState;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 354 final int[] inputState = inputStates[i];
355 for (int j = 0; j < inputState.length; j++) {
356 if (inputState[i] == state) {
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 731 TvInputState inputState = userState.inputMap.get(inputId);
732 ServiceState serviceState = userState.serviceStateMap.get(inputState.info.getComponent());
733 int oldState = inputState.state;
734 inputState.state = state;
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputDispatcher.h 693 class InputState {
695 InputState();
696 ~InputState();
723 void copyPointerStateTo(InputState& other) const;
805 InputState inputState;
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 197 milliseconds