Searched refs:xMcr (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | decode.c | 40 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()
|
D | gsm610_priv.h | 238 int16_t * xMcr, /* [0..13*4] IN */ 245 int16_t * xMcr, /* [0..12] IN */ 259 int16_t * xMcr, /* [0..12], 3 bits IN */
|
D | rpe.c | 450 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()
|