HomeSort by relevance Sort by last modified time
    Searched full:inputstate (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
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_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_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_estimator.h 44 int16_t* inputState,
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_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_estimator.h 44 WebRtc_Word16* inputState,
pitch_filter.c 54 WebRtc_Word16* inputState,
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 103 void LossyOptimizeTransparent(lodepng::State* inputstate, unsigned char* image,
153 if (palette && inputstate->info_png.color.palettesize > 0) {
155 if (count.size() < inputstate->info_png.color.palettesize) {
157 unsigned char* palette_in = inputstate->info_png.color.palette;
158 for (size_t i = 0; i < inputstate->info_png.color.palettesize; i++) {
166 inputstate->info_png.color.palettesize = palette_out.size() / 4;
178 const lodepng::State& inputstate, bool bit16,
192 if (inputstate.info_png.color.colortype == LCT_PALETTE) {
194 lodepng_color_mode_copy(&state.info_raw, &inputstate.info_png.color);
279 const lodepng::State& inputstate, bool bit16
364 lodepng::State inputstate; local
    [all...]
zopflipng_bin.cc 287 lodepng::State inputstate; local
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 24 inputState->filename = f;
30 RefCount<ParserInputState> inputState;
  /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...]
  /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/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) {
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
stringtemplate.jar 

Completed in 2465 milliseconds