Searched refs:xMc (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | rpe.c | 247 int16_t * xMc, /* [0..12] OUT */ in APCM_quantization() argument 322 xMc [i] = temp + 4 ; /* see note below */ in APCM_quantization() 336 register int16_t * xMc, /* [0..12] IN */ in APCM_inverse_quantization() argument 356 { assert (*xMc <= 7 && *xMc >= 0) ; /* 3 bit unsigned */ in APCM_inverse_quantization() 359 temp = (*xMc++ << 1) - 7 ; /* restore sign */ in APCM_inverse_quantization() 431 int16_t * xMc) /* [0..12] OUT */ in Gsm_RPE_Encoding() argument 440 APCM_quantization (xM, xMc, &mant, &expon, xmaxc) ; in Gsm_RPE_Encoding() 441 APCM_inverse_quantization (xMc, mant, expon, xMp) ; in Gsm_RPE_Encoding()
|
D | code.c | 45 int16_t *xMc /* [13*4] normalized RPE samples OUT */ in Gsm_Coder() 58 for (k = 0 ; k <= 3 ; k++, xMc += 13) in Gsm_Coder() 69 xmaxc++, Mc++, xMc) ; in Gsm_Coder()
|
D | gsm610_priv.h | 198 int16_t * xMc) ; /* [13*4] normalized RPE samples OUT */ 224 int16_t * xMc) ; 267 int16_t * xMc) ; /* [0..12] OUT */
|