Searched refs:xmaxcr (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | decode.c | 39 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()
|
D | gsm610_priv.h | 237 int16_t * xmaxcr, /* [0..3] IN */ 243 int16_t xmaxcr, 257 int16_t xmaxcr,
|
D | rpe.c | 448 int16_t xmaxcr, in Gsm_RPE_Decoding() argument 457 APCM_quantization_xmaxc_to_exp_mant (xmaxcr, &expon, &mant) ; in Gsm_RPE_Decoding()
|