Searched refs:inputState (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_c.c | 23 int16_t* inputState, in WebRtcIsacfix_PitchFilterCore() argument 47 memmove(&inputState[1], &inputState[0], in WebRtcIsacfix_PitchFilterCore() 49 inputState[0] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterCore() 57 tmpW32 += inputState[j] * kDampFilter[j]; in WebRtcIsacfix_PitchFilterCore()
|
D | 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.
|
D | pitch_filter_mips.c | 17 int16_t* inputState, in WebRtcIsacfix_PitchFilterCore() argument 124 : [coefficient] "r" (coefficient), [inputState] "r" (inputState), in WebRtcIsacfix_PitchFilterCore()
|
D | pitch_estimator.h | 44 int16_t* inputState,
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/ |
D | Win32JoyStick.cpp | 391 XINPUT_STATE inputState; in captureXInput() local 392 if (XInputGetState((DWORD)mJoyInfo.xInputDev, &inputState) != ERROR_SUCCESS) in captureXInput() 393 memset(&inputState, 0, sizeof(inputState)); in captureXInput() 400 value = -(int)inputState.Gamepad.sThumbLY; in captureXInput() 407 mState.mAxes[1].rel = inputState.Gamepad.sThumbLX - mState.mAxes[1].abs; in captureXInput() 408 mState.mAxes[1].abs = inputState.Gamepad.sThumbLX; in captureXInput() 414 value = -(int)inputState.Gamepad.sThumbRY; in captureXInput() 421 mState.mAxes[3].rel = inputState.Gamepad.sThumbRX - mState.mAxes[3].abs; in captureXInput() 422 mState.mAxes[3].abs = inputState.Gamepad.sThumbRX; in captureXInput() 427 value = inputState.Gamepad.bLeftTrigger * 129; in captureXInput() [all …]
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 24 inputState->filename = f; in setFilename() 30 RefCount<ParserInputState> inputState; member in rdar12676053::Parser
|