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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice.c 229 int16_t ARgQ0vec[MAX_AR_MODEL_ORDER+1];
288 ARgQ0vec[i+1] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
291 ARgQ0vec[0] = ARfQ0vec[0];
293 // Filter ARgQ0vec[] and ARfQ0vec[] through coefficients cthQ15[] and sthQ15[].
294 WebRtcIsacfix_FilterArLoop(ARgQ0vec, ARfQ0vec, cthQ15, sthQ15, orderCoef);
306 stateGQ0[i] = ARgQ0vec[i];
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 232 WebRtc_Word16 ARgQ0vec[MAX_AR_MODEL_ORDER+1];
291 ARgQ0vec[i+1] = (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32); // Q0
294 ARgQ0vec[0] = ARfQ0vec[0];
296 // Filter ARgQ0vec[] and ARfQ0vec[] through coefficients cthQ15[] and sthQ15[].
297 WebRtcIsacfix_FilterArLoop(ARgQ0vec, ARfQ0vec, cthQ15, sthQ15, orderCoef);
309 stateGQ0[i] = ARgQ0vec[i];

Completed in 82 milliseconds