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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 69 WebRtc_Word32 qtmp1; local
73 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]);
74 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
78 qtmp1 = qtmp1 - kHistEdges[ind];
80 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c 54 WebRtc_Word32 ind, qtmp1, qtmp2, qtmp3; local
67 qtmp1 = qtmp2 - kHistEdgesQ15[0]; /* Q15 - Q15 = Q15 */
68 ind = (qtmp1 * 5) >> 16; /* 2^16 / 5 = 0.4 in Q15 */
70 qtmp1 = qtmp2 - kHistEdgesQ15[ind]; /* Q15 - Q15 = Q15 */
71 qtmp2 = kCdfSlopeQ0[ind] * qtmp1; /* Q0 * Q15 = Q15 */

Completed in 86 milliseconds