Home
last modified time | relevance | path

Searched refs:xmaxc (Results 1 – 6 of 6) sorted by relevance

/third_party/libsnd/src/GSM610/
Dgsm_encode.c12 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_encode() local
14 Gsm_Coder (s, source, LARc, Nc, bc, Mc, xmaxc, xmc) ; in gsm_encode()
127 sr = sr >> 6 | xmaxc [0] << 10 ; in gsm_encode()
151 sr = sr >> 6 | xmaxc [1] << 10 ; in gsm_encode()
175 sr = sr >> 6 | xmaxc [2] << 10 ; in gsm_encode()
199 sr = sr >> 6 | xmaxc [3] << 10 ; in gsm_encode()
245 sr = sr >> 6 | xmaxc [0] << 10 ; in gsm_encode()
269 sr = sr >> 6 | xmaxc [1] << 10 ; in gsm_encode()
293 sr = sr >> 6 | xmaxc [2] << 10 ; in gsm_encode()
317 sr = sr >> 6 | xmaxc [3] << 10 ; in gsm_encode()
[all …]
Dgsm_decode.c13 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_decode() local
39 xmaxc [0] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
63 xmaxc [1] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
87 xmaxc [2] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
111 xmaxc [3] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
153 xmaxc [0] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
177 xmaxc [1] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
201 xmaxc [2] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
225 xmaxc [3] = sr & 0x3f ; sr >>= 6 ; in gsm_decode()
267 xmaxc [0] = (*c++ & 0x1F) << 1 ; in gsm_decode()
[all …]
Drpe.c213 int16_t xmaxc, /* IN */ in APCM_quantization_xmaxc_to_exp_mant() argument
223 if (xmaxc > 15) expon = SASR_W (xmaxc, 3) - 1 ; in APCM_quantization_xmaxc_to_exp_mant()
224 mant = xmaxc - (expon << 3) ; in APCM_quantization_xmaxc_to_exp_mant()
255 int16_t xmax, xmaxc, temp, temp1, temp2 ; in APCM_quantization() local
288 xmaxc = gsm_add (SASR_W (xmax, temp), (int16_t) (expon << 3)) ; in APCM_quantization()
294 APCM_quantization_xmaxc_to_exp_mant (xmaxc, &expon, &mant) ; in APCM_quantization()
330 *xmaxc_out = xmaxc ; in APCM_quantization()
429 int16_t * xmaxc, /* OUT */ in Gsm_RPE_Encoding() argument
440 APCM_quantization (xM, xMc, &mant, &expon, xmaxc) ; in Gsm_RPE_Encoding()
Dcode.c44 int16_t *xmaxc, /* [0..3] Coded maximum amplitude OUT */ in Gsm_Coder()
69 xmaxc++, Mc++, xMc) ; in Gsm_Coder()
Dgsm610_priv.h197 int16_t * xmaxc, /* [0..3] Coded maximum amplitude OUT */
222 int16_t * xmaxc,
265 int16_t * xmaxc, /* OUT */
/third_party/pulseaudio/src/modules/rtp/
Drfc3551.txt1360 8 LARc[7] 3 46 xmaxc[2] 6
1364 12 xmaxc[0] 6 50 xmc[29] 3
1377 25 xmc[12] 3 63 xmaxc[3] 6
1381 29 xmaxc[1] 6 67 xmc[42] 3