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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 193 static void CalcInvArSpec(const int16_t *ARCoefQ12,
206 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
224 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 */
264 static void CalcRootInvArSpec(const int16_t *ARCoefQ12,
280 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
298 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 95 static void FindInvArSpec(const int16_t* ARCoefQ12,
107 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */
127 sum += WEBRTC_SPL_MUL(ARCoefQ12[n - k], ARCoefQ12[n]); /* Q24 */
274 int16_t ARCoefQ12[AR_ORDER + 1];
299 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
305 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
400 int16_t ARCoefQ12[AR_ORDER + 1];
525 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
    [all...]

Completed in 156 milliseconds