Searched refs:xmaxc (Results 1 - 5 of 5) sorted by relevance
/third_party/libsnd/src/GSM610/ |
H A D | gsm_encode.c | 12 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() 33 xmaxc [0] 6 in gsm_encode() 51 xmaxc [1] 6 in gsm_encode() 69 xmaxc [2] 6 in gsm_encode() 87 xmaxc [3] 6 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 [ in gsm_encode() [all...] |
H A D | gsm_decode.c | 13 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 [ in gsm_decode() [all...] |
H A D | rpe.c | 213 int16_t xmaxc, /* IN */ in APCM_quantization_xmaxc_to_exp_mant() 219 /* Compute expononent and mantissa of the decoded version of xmaxc in APCM_quantization_xmaxc_to_exp_mant() 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 269 /* Qantizing and coding of xmax to get xmaxc. in APCM_quantization() 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() 296 /* This computation uses the fact that the decoded version of xmaxc in APCM_quantization() 212 APCM_quantization_xmaxc_to_exp_mant( int16_t xmaxc, int16_t * expon_out, int16_t * mant_out) APCM_quantization_xmaxc_to_exp_mant() argument 427 Gsm_RPE_Encoding( int16_t * e, int16_t * xmaxc, int16_t * Mc, int16_t * xMc) Gsm_RPE_Encoding() argument [all...] |
H A D | code.c | 44 int16_t *xmaxc, /* [0..3] Coded maximum amplitude OUT */ in Gsm_Coder() 69 xmaxc++, Mc++, xMc) ; in Gsm_Coder() 17 Gsm_Coder( struct gsm_state * State, int16_t * s, int16_t * LARc, int16_t *Nc, int16_t *bc, int16_t *Mc, int16_t *xmaxc, int16_t *xMc ) Gsm_Coder() argument
|
H A D | gsm610_priv.h | 197 int16_t * xmaxc, /* [0..3] Coded maximum amplitude OUT */ 222 int16_t * xmaxc, 265 int16_t * xmaxc, /* OUT */
|
Completed in 4 milliseconds