Home
last modified time | relevance | path

Searched refs:xMcr (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/GSM610/
Ddecode.c40 int16_t * xMcr, /* [0..13*4] IN */ in Gsm_Decoder() argument
48 for (j = 0 ; j <= 3 ; j++, xmaxcr++, bcr++, Ncr++, Mcr++, xMcr += 13) in Gsm_Decoder()
49 { Gsm_RPE_Decoding (/*-S,-*/ *xmaxcr, *Mcr, xMcr, erp) ; in Gsm_Decoder()
Dgsm610_priv.h238 int16_t * xMcr, /* [0..13*4] IN */
245 int16_t * xMcr, /* [0..12] IN */
259 int16_t * xMcr, /* [0..12], 3 bits IN */
Drpe.c450 int16_t * xMcr, /* [0..12], 3 bits IN */ in Gsm_RPE_Decoding() argument
458 APCM_inverse_quantization (xMcr, mant, expon, xMp) ; in Gsm_RPE_Decoding()