HomeSort by relevance Sort by last modified time
    Searched full:xmc (Results 1 - 25 of 43) sorted by null

1 2

  /external/libgsm/src/
gsm_encode.c 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc);
37 xmc[0] 3
38 xmc[1] 3
39 xmc[2] 3
40 xmc[3] 3
41 xmc[4] 3
42 xmc[5] 3
43 xmc[6] 3
44 xmc[7]
    [all...]
gsm_print.c 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
43 xmc[0] = (*c >> 4) & 0x7;
44 xmc[1] = (*c >> 1) & 0x7;
45 xmc[2] = (*c++ & 0x1) << 2;
46 xmc[2] |= (*c >> 6) & 0x3;
47 xmc[3] = (*c >> 3) & 0x7;
48 xmc[4] = *c++ & 0x7;
49 xmc[5] = (*c >> 5) & 0x7;
50 xmc[6] = (*c >> 2) & 0x7;
51 xmc[7] = (*c++ & 0x3) << 1; /* 10 *
    [all...]
gsm_implode.c 33 xmc[0] 3 12
34 xmc[1] 3 13
35 xmc[2] 3 14
36 xmc[3] 3 15
37 xmc[4] 3 16
38 xmc[5] 3 17
39 xmc[6] 3 18
40 xmc[7] 3 19
41 xmc[8] 3 20
42 xmc[9] 3 2
138 #undef xmc macro
139 #define xmc macro
165 #undef xmc macro
166 #define xmc macro
192 #undef xmc macro
193 #define xmc macro
219 #undef xmc macro
220 #define xmc macro
265 #undef xmc macro
266 #define xmc macro
292 #undef xmc macro
293 #define xmc macro
319 #undef xmc macro
320 #define xmc macro
346 #undef xmc macro
347 #define xmc macro
399 #undef xmc macro
400 #define xmc macro
433 #undef xmc macro
434 #define xmc macro
467 #undef xmc macro
468 #define xmc macro
501 #undef xmc macro
502 #define xmc macro
    [all...]
gsm_explode.c 48 #undef xmc macro
49 #define xmc (target + 12) macro
50 xmc[0] = sr & 0x7; sr >>= 3;
52 xmc[1] = sr & 0x7; sr >>= 3;
53 xmc[2] = sr & 0x7; sr >>= 3;
55 xmc[3] = sr & 0x7; sr >>= 3;
56 xmc[4] = sr & 0x7; sr >>= 3;
57 xmc[5] = sr & 0x7; sr >>= 3;
59 xmc[6] = sr & 0x7; sr >>= 3;
60 xmc[7] = sr & 0x7; sr >>= 3
74 #undef xmc macro
75 #define xmc macro
102 #undef xmc macro
103 #define xmc macro
129 #undef xmc macro
130 #define xmc macro
174 #undef xmc macro
175 #define xmc macro
200 #undef xmc macro
201 #define xmc macro
227 #undef xmc macro
228 #define xmc macro
254 #undef xmc macro
255 #define xmc macro
305 #undef xmc macro
306 #define xmc macro
335 #undef xmc macro
336 #define xmc macro
365 #undef xmc macro
366 #define xmc macro
395 #undef xmc macro
396 #define xmc macro
    [all...]
gsm_decode.c 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
45 xmc[0] = sr & 0x7; sr >>= 3;
47 xmc[1] = sr & 0x7; sr >>= 3;
48 xmc[2] = sr & 0x7; sr >>= 3;
50 xmc[3] = sr & 0x7; sr >>= 3;
51 xmc[4] = sr & 0x7; sr >>= 3;
52 xmc[5] = sr & 0x7; sr >>= 3;
54 xmc[6] = sr & 0x7; sr >>= 3;
55 xmc[7] = sr & 0x7; sr >>= 3;
56 xmc[8] = sr & 0x7; sr >>= 3
    [all...]
rpe.c 256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out),
259 word * xMc, /* [0..12] OUT */
304 * to get the xMc[0..12]
315 * found in table 4.5) gives the 3 bit coded version xMc[0..12]
320 /* Direct computation of xMc[0..12] using table 4.5
336 xMc[i] = temp + 4; /* see note below */
339 /* NOTE: This equation is used to make all the xMc[i] positive.
349 static void APCM_inverse_quantization P4((xMc,mant,exp,xMp),
350 register word * xMc, /* [0..12] IN */
355 * This part is for decoding the RPE sequence of coded xMc[0..12
    [all...]
code.c 27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
55 word * xMc /* [13*4] normalized RPE samples OUT */
68 for (k = 0; k <= 3; k++, xMc += 13) {
80 xmaxc++, Mc++, xMc );
  /external/llvm/test/Transforms/BBVectorize/X86/
sh-rec2.ll 9 %xmc = alloca [52 x i16], align 16
10 %arraydecay5 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 0
15 %arrayidx162 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 11
29 %arrayidx214 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 15
37 %arrayidx240 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 19
46 %arrayidx282 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 25
56 %arrayidx319 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 26
63 %arrayidx340 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 29
72 %arrayidx381 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 36
sh-rec3.ll 15 %xmc = alloca [52 x i16], align 16
20 %arraydecay5 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 0
55 %arrayidx94 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 1
63 %arrayidx115 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 4
99 %arrayidx209 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 14
107 %arrayidx225 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 16
120 %arrayidx266 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 23
147 %arrayidx340 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 29
154 %arrayidx355 = getelementptr inbounds [52 x i16]* %xmc, i64 0, i64 32
  /external/libgsm/inc/
private.h 152 word * xMc /* [13*4] normalized RPE samples OUT */));
178 word * xMc));
221 word * xMc)); /* [0..12] OUT */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
libtic.so 
libtic.so.5 
libtic.so.5.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
libtic.so 
libtic.so.5 

Completed in 834 milliseconds

1 2