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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c 33 int16_t tmpAR = 0;
37 tmpAR = ar_f_Q0[n + 1];
39 tmp32 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(cth_Q15[k], tmpAR))
41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR))
43 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32);
46 ar_f_Q0[n + 1] = tmpAR;
47 ar_g_Q0[0] = tmpAR;
lattice_armv7.S 23 @ r5: tmpAR
44 ldrh r5, [r1] @ tmpAR = ar_f_Q0[n+1]
55 smlabb r11, r7, r5, r12 @ sth_Q15[k] * tmpAR + 16384
56 smlabb r10, r6, r5, r12 @ cth_Q15[k] * tmpAR + 16384
58 smlabb r11, r6, r8, r11 @ cth_Q15[k]*ar_g_Q0[k]+(sth_Q15[k]*tmpAR+16384)
60 sub r10, r10, r7 @ cth_Q15[k]*tmpAR+16384-(sth_Q15[k]*ar_g_Q0[k])
68 strh r5, [r0] @ Output: ar_g_Q0[0] = tmpAR;
69 strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] = tmpAR;
lattice.c 227 int16_t tmpAR;
285 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
289 ARfQ0vec[0] = tmpAR;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c 33 int16_t tmpAR = 0;
37 tmpAR = ar_f_Q0[n + 1];
39 tmp32 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(cth_Q15[k], tmpAR))
41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR))
43 tmpAR = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32);
46 ar_f_Q0[n + 1] = tmpAR;
47 ar_g_Q0[0] = tmpAR;
lattice_armv7.S 23 @ r5: tmpAR
48 ldrh r5, [r1] @ tmpAR = ar_f_Q0[n+1]
59 smlabb r11, r7, r5, r12 @ sth_Q15[k] * tmpAR + 16384
60 smlabb r10, r6, r5, r12 @ cth_Q15[k] * tmpAR + 16384
62 smlabb r11, r6, r8, r11 @ cth_Q15[k]*ar_g_Q0[k]+(sth_Q15[k]*tmpAR+16384)
64 sub r10, r10, r7 @ cth_Q15[k]*tmpAR+16384-(sth_Q15[k]*ar_g_Q0[k])
72 strh r5, [r0] @ Output: ar_g_Q0[0] = tmpAR;
73 strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] = tmpAR;
lattice.c 230 WebRtc_Word16 tmpAR;
288 tmpAR = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32); // Q0
292 ARfQ0vec[0] = tmpAR;

Completed in 80 milliseconds