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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 108 register int tmp_coeff0; local
111 "ldr %[tmp_coeff0], [%[coeff]]\n\t"
113 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
115 "ldr %[tmp_coeff0], [%[coeff], #8]\n\t"
117 "smmulr %[a1], %[tmp_coeff0], %[state0]\n\t"
123 [tmp_coeff0]"=&r"(tmp_coeff0),
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 69 int tmp_coeff0 = 0; local
72 "ldr %[tmp_coeff0], [%[coeff]]\n\t"
74 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
76 "ldr %[tmp_coeff0], [%[coeff], #8]\n\t"
78 "smmulr %[a1], %[tmp_coeff0], %[state0]\n\t"
84 [tmp_coeff0]"+r"(tmp_coeff0),

Completed in 61 milliseconds