Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
Ddecode.c39 int16_t * xmaxcr, /* [0..3] 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.h237 int16_t * xmaxcr, /* [0..3] IN */
243 int16_t xmaxcr,
257 int16_t xmaxcr,
Drpe.c448 int16_t xmaxcr, in Gsm_RPE_Decoding() argument
457 APCM_quantization_xmaxc_to_exp_mant (xmaxcr, &expon, &mant) ; in Gsm_RPE_Decoding()