OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mc
(Results
1 - 6
of
6
) sorted by null
/external/libgsm/src/
gsm_print.c
18
word LARc[8], Nc[4],
Mc
[4], bc[4], xmaxc[4], xmc[13*4];
40
Mc
[0] = (*c >> 5) & 0x3;
63
Mc
[1] = (*c >> 5) & 0x3;
87
Mc
[2] = (*c >> 5) & 0x3;
110
Mc
[3] = (*c >> 5) & 0x3;
135
fprintf(f, "#1: Nc %4.4d bc %d
Mc
%d xmaxc %d\n",
136
Nc[0], bc[0],
Mc
[0], xmaxc[0]);
142
fprintf(f, "#2: Nc %4.4d bc %d
Mc
%d xmaxc %d\n",
143
Nc[1], bc[1],
Mc
[1], xmaxc[1]);
150
fprintf(f, "#3: Nc %4.4d bc %d
Mc
%d xmaxc %d\n"
[
all
...]
gsm_decode.c
16
word LARc[8], Nc[4],
Mc
[4], bc[4], xmaxc[4], xmc[13*4];
42
Mc
[0] = sr & 0x3; sr >>= 2;
66
Mc
[1] = sr & 0x3; sr >>= 2;
90
Mc
[2] = sr & 0x3; sr >>= 2;
114
Mc
[3] = sr & 0x3; sr >>= 2;
156
Mc
[0] = sr & 0x3; sr >>= 2;
180
Mc
[1] = sr & 0x3; sr >>= 2;
204
Mc
[2] = sr & 0x3; sr >>= 2;
228
Mc
[3] = sr & 0x3; sr >>= 2;
271
Mc
[0] = (*c >> 5) & 0x3
[
all
...]
gsm_encode.c
15
word LARc[8], Nc[4],
Mc
[4], bc[4], xmaxc[4], xmc[13*4];
17
Gsm_Coder(s, source, LARc, Nc, bc,
Mc
, xmaxc, xmc);
35
Mc
[0] 2
53
Mc
[1] 2
71
Mc
[2] 2
89
Mc
[3] 2
130
sr = sr >> 2 |
Mc
[0] << 14;
154
sr = sr >> 2 |
Mc
[1] << 14;
178
sr = sr >> 2 |
Mc
[2] << 14;
202
sr = sr >> 2 |
Mc
[3] << 14
[
all
...]
gsm_explode.c
18
# define
Mc
*((gsm_signal (*) [17])(target + 10))
45
Mc
[0] = sr & 0x3; sr >>= 2;
71
Mc
[1] = sr & 0x3; sr >>= 2;
98
Mc
[2] = sr & 0x3; sr >>= 2;
126
Mc
[3] = sr & 0x3; sr >>= 2;
171
Mc
[0] = sr & 0x3; sr >>= 2;
197
Mc
[1] = sr & 0x3; sr >>= 2;
224
Mc
[2] = sr & 0x3; sr >>= 2;
250
Mc
[3] = sr & 0x3; sr >>= 2;
300
Mc
[0] = (*c >> 5) & 0x3
[
all
...]
gsm_implode.c
31
Mc
[0] 2 10
49
Mc
[1] 2 27
67
Mc
[2] 2 44
85
Mc
[3] 2 61
112
# define
Mc
*((gsm_signal (*) [17])(source + 10))
135
sr = sr >> 2 |
Mc
[0] << 14;
162
sr = sr >> 2 |
Mc
[1] << 14;
189
sr = sr >> 2 |
Mc
[2] << 14;
216
sr = sr >> 2 |
Mc
[3] << 14;
262
sr = sr >> 2 |
Mc
[0] << 14
[
all
...]
rpe.c
123
* represented by
Mc
.
130
word
Mc
;
135
Mc
= 0;
152
*
Mc
= m;
185
Mc
= 1;
198
Mc
= 2;
208
Mc
= 3;
217
for (i = 0; i <= 12; i ++) xM[i] = x[
Mc
+ 3*i];
218
*Mc_out =
Mc
;
387
static void RPE_grid_positioning P3((
Mc
,xMp,ep)
[
all
...]
Completed in 37 milliseconds