Searched refs:xmaxc (Results 1 – 11 of 11) sorted by relevance
/external/libgsm/src/ |
D | gsm_print.c | 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 41 xmaxc[0] = (*c++ & 0x1F) << 1; 42 xmaxc[0] |= (*c >> 7) & 0x1; 64 xmaxc[1] = (*c++ & 0x1F) << 1; 65 xmaxc[1] |= (*c >> 7) & 0x1; 88 xmaxc[2] = (*c++ & 0x1F) << 1; 89 xmaxc[2] |= (*c >> 7) & 0x1; 111 xmaxc[3] = (*c++ & 0x1F) << 1; 112 xmaxc[3] |= (*c >> 7) & 0x1; 136 Nc[0], bc[0], Mc[0], xmaxc[0]); [all …]
|
D | gsm_encode.c | 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc); 131 sr = sr >> 6 | xmaxc[0] << 10; 155 sr = sr >> 6 | xmaxc[1] << 10; 179 sr = sr >> 6 | xmaxc[2] << 10; 203 sr = sr >> 6 | xmaxc[3] << 10; 249 sr = sr >> 6 | xmaxc[0] << 10; 273 sr = sr >> 6 | xmaxc[1] << 10; 297 sr = sr >> 6 | xmaxc[2] << 10; 321 sr = sr >> 6 | xmaxc[3] << 10; [all …]
|
D | gsm_implode.c | 113 # define xmaxc *((gsm_signal (*) [17])(source + 11)) macro 136 sr = sr >> 6 | xmaxc[0] << 10; 163 sr = sr >> 6 | xmaxc[1] << 10; 190 sr = sr >> 6 | xmaxc[2] << 10; 217 sr = sr >> 6 | xmaxc[3] << 10; 263 sr = sr >> 6 | xmaxc[0] << 10; 290 sr = sr >> 6 | xmaxc[1] << 10; 317 sr = sr >> 6 | xmaxc[2] << 10; 344 sr = sr >> 6 | xmaxc[3] << 10; 396 | ((xmaxc[0] >> 1) & 0x1F); [all …]
|
D | gsm_decode.c | 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 44 xmaxc[0] = sr & 0x3f; sr >>= 6; 68 xmaxc[1] = sr & 0x3f; sr >>= 6; 92 xmaxc[2] = sr & 0x3f; sr >>= 6; 116 xmaxc[3] = sr & 0x3f; sr >>= 6; 158 xmaxc[0] = sr & 0x3f; sr >>= 6; 182 xmaxc[1] = sr & 0x3f; sr >>= 6; 206 xmaxc[2] = sr & 0x3f; sr >>= 6; 230 xmaxc[3] = sr & 0x3f; sr >>= 6; 272 xmaxc[0] = (*c++ & 0x1F) << 1; [all …]
|
D | rpe.c | 223 static void APCM_quantization_xmaxc_to_exp_mant P3((xmaxc,exp_out,mant_out), 224 word xmaxc, /* IN */ 234 if (xmaxc > 15) exp = SASR(xmaxc, 3) - 1; 235 mant = xmaxc - (exp << 3); 267 word xmax, xmaxc, temp, temp1, temp2; variable 301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 ); 307 APCM_quantization_xmaxc_to_exp_mant( xmaxc, &exp, &mant ); 344 *xmaxc_out = xmaxc; 449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc), 454 word * xmaxc, /* OUT */ [all …]
|
D | gsm_explode.c | 19 # define xmaxc *((gsm_signal (*) [17])(target + 11)) macro 47 xmaxc[0] = sr & 0x3f; sr >>= 6; 73 xmaxc[1] = sr & 0x3f; sr >>= 6; 100 xmaxc[2] = sr & 0x3f; sr >>= 6; 128 xmaxc[3] = sr & 0x3f; sr >>= 6; 173 xmaxc[0] = sr & 0x3f; sr >>= 6; 199 xmaxc[1] = sr & 0x3f; sr >>= 6; 226 xmaxc[2] = sr & 0x3f; sr >>= 6; 252 xmaxc[3] = sr & 0x3f; sr >>= 6; 302 xmaxc[0] = (*c++ & 0x1F) << 1; [all …]
|
D | code.c | 27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc), 54 word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ 80 xmaxc++, Mc++, xMc );
|
/external/libgsm/tls/ |
D | sour1.dta | 21 xmaxc[0] 6 39 xmaxc[1] 6 57 xmaxc[2] 6 75 xmaxc[3] 6
|
D | sour2.dta | 23 xmaxc[0] 6 41 xmaxc[1] 6 59 xmaxc[2] 6 77 xmaxc[3] 6
|
D | bitter.dta | 23 xmaxc[0] 6 41 xmaxc[1] 6 59 xmaxc[2] 6 77 xmaxc[3] 6
|
/external/libgsm/inc/ |
D | private.h | 155 word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ 180 word * xmaxc, 223 word * xmaxc, /* OUT */
|