Home
last modified time | relevance | path

Searched refs:xmc (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/audio/gsm/gsm-1.0-pl19/src/
H A Dgsm_print.c139 xmc[0],xmc[1],xmc[2],xmc[3],xmc[4],xmc[5],xmc[6],
140 xmc[7],xmc[8],xmc[9],xmc[10],xmc[11],xmc[12] );
146 xmc[13+0],xmc[13+1],xmc[13+2],xmc[13+3],xmc[13+4],xmc[13+5],
147 xmc[13+6], xmc[13+7],xmc[13+8],xmc[13+9],xmc[13+10],xmc[13+11],
148 xmc[13+12] );
154 xmc[26+0],xmc[26+1],xmc[26+2],xmc[26+3],xmc[26+4],xmc[26+5],
155 xmc[26+6], xmc[26+7],xmc[26+8],xmc[26+9],xmc[26+10],xmc[26+11],
156 xmc[26+12] );
162 xmc[39+0],xmc[39+1],xmc[39+2],xmc[39+3],xmc[39+4],xmc[39+5],
163 xmc[39+6], xmc[39+7],xmc[39+8],xmc[39+9],xmc[39+10],xmc[39+11],
[all …]
H A Dgsm_implode.c138 #undef xmc
165 #undef xmc
192 #undef xmc
219 #undef xmc
265 #undef xmc
292 #undef xmc
319 #undef xmc
346 #undef xmc
399 #undef xmc
433 #undef xmc
[all …]
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
H A Dgsm_explode.c48 #undef xmc
74 #undef xmc
102 #undef xmc
129 #undef xmc
174 #undef xmc
200 #undef xmc
227 #undef xmc
254 #undef xmc
305 #undef xmc
335 #undef xmc
[all …]
H A Dgsm_decode.c274 xmc[0] = (*c >> 4) & 0x7;
275 xmc[1] = (*c >> 1) & 0x7;
277 xmc[2] |= (*c >> 6) & 0x3;
278 xmc[3] = (*c >> 3) & 0x7;
279 xmc[4] = *c++ & 0x7;
280 xmc[5] = (*c >> 5) & 0x7;
289 xmc[12] = *c++ & 0x7;
301 xmc[17] = *c++ & 0x7;
311 xmc[25] = *c++ & 0x7;
323 xmc[30] = *c++ & 0x7;
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/gsm/src/
H A Dgsm_print.c139 xmc[0],xmc[1],xmc[2],xmc[3],xmc[4],xmc[5],xmc[6],
140 xmc[7],xmc[8],xmc[9],xmc[10],xmc[11],xmc[12] );
146 xmc[13+0],xmc[13+1],xmc[13+2],xmc[13+3],xmc[13+4],xmc[13+5],
147 xmc[13+6], xmc[13+7],xmc[13+8],xmc[13+9],xmc[13+10],xmc[13+11],
148 xmc[13+12] );
154 xmc[26+0],xmc[26+1],xmc[26+2],xmc[26+3],xmc[26+4],xmc[26+5],
155 xmc[26+6], xmc[26+7],xmc[26+8],xmc[26+9],xmc[26+10],xmc[26+11],
156 xmc[26+12] );
162 xmc[39+0],xmc[39+1],xmc[39+2],xmc[39+3],xmc[39+4],xmc[39+5],
163 xmc[39+6], xmc[39+7],xmc[39+8],xmc[39+9],xmc[39+10],xmc[39+11],
[all …]
H A Dgsm_implode.c140 #undef xmc
166 #undef xmc
192 #undef xmc
218 #undef xmc
263 #undef xmc
289 #undef xmc
315 #undef xmc
341 #undef xmc
393 #undef xmc
427 #undef xmc
[all …]
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
H A Dgsm_explode.c48 #undef xmc
74 #undef xmc
102 #undef xmc
129 #undef xmc
174 #undef xmc
200 #undef xmc
227 #undef xmc
254 #undef xmc
305 #undef xmc
335 #undef xmc
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/gsm/src/
H A Dgsm_print.c139 xmc[0],xmc[1],xmc[2],xmc[3],xmc[4],xmc[5],xmc[6],
140 xmc[7],xmc[8],xmc[9],xmc[10],xmc[11],xmc[12] );
146 xmc[13+0],xmc[13+1],xmc[13+2],xmc[13+3],xmc[13+4],xmc[13+5],
147 xmc[13+6], xmc[13+7],xmc[13+8],xmc[13+9],xmc[13+10],xmc[13+11],
148 xmc[13+12] );
154 xmc[26+0],xmc[26+1],xmc[26+2],xmc[26+3],xmc[26+4],xmc[26+5],
155 xmc[26+6], xmc[26+7],xmc[26+8],xmc[26+9],xmc[26+10],xmc[26+11],
156 xmc[26+12] );
162 xmc[39+0],xmc[39+1],xmc[39+2],xmc[39+3],xmc[39+4],xmc[39+5],
163 xmc[39+6], xmc[39+7],xmc[39+8],xmc[39+9],xmc[39+10],xmc[39+11],
[all …]
H A Dgsm_implode.c138 #undef xmc
165 #undef xmc
192 #undef xmc
219 #undef xmc
265 #undef xmc
292 #undef xmc
319 #undef xmc
346 #undef xmc
399 #undef xmc
433 #undef xmc
[all …]
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
H A Dgsm_explode.c48 #undef xmc
74 #undef xmc
102 #undef xmc
129 #undef xmc
174 #undef xmc
200 #undef xmc
227 #undef xmc
254 #undef xmc
305 #undef xmc
335 #undef xmc
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/GSM0610/src/
H A Dgsm_encode.c134 sr = sr >> 3 | xmc[0] << 13;
136 sr = sr >> 3 | xmc[1] << 13;
137 sr = sr >> 3 | xmc[2] << 13;
373 | (xmc[4] & 0x7);
383 | (xmc[12] & 0x7);
395 | (xmc[17] & 0x7);
405 | (xmc[25] & 0x7);
417 | (xmc[30] & 0x7);
427 | (xmc[38] & 0x7);
439 | (xmc[43] & 0x7);
[all …]
H A Dgsm_decode.c46 xmc[0] = sr & 0x7; sr >>= 3;
48 xmc[1] = sr & 0x7; sr >>= 3;
275 xmc[0] = (*c >> 4) & 0x7;
276 xmc[1] = (*c >> 1) & 0x7;
278 xmc[2] |= (*c >> 6) & 0x3;
280 xmc[4] = *c++ & 0x7;
290 xmc[12] = *c++ & 0x7;
302 xmc[17] = *c++ & 0x7;
312 xmc[25] = *c++ & 0x7;
324 xmc[30] = *c++ & 0x7;
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/src/GSM610/
H A Dgsm_encode.c363 | ((xmc [0] & 0x7) << 4) in gsm_encode()
364 | ((xmc [1] & 0x7) << 1) in gsm_encode()
367 | ((xmc [3] & 0x7) << 3) in gsm_encode()
368 | (xmc [4] & 0x7) ; in gsm_encode()
378 | (xmc [12] & 0x7) ; in gsm_encode()
390 | (xmc [17] & 0x7) ; in gsm_encode()
400 | (xmc [25] & 0x7) ; in gsm_encode()
412 | (xmc [30] & 0x7) ; in gsm_encode()
422 | (xmc [38] & 0x7) ; in gsm_encode()
434 | (xmc [43] & 0x7) ; in gsm_encode()
[all …]
H A Dgsm_decode.c269 xmc [0] = (*c >> 4) & 0x7 ; in gsm_decode()
270 xmc [1] = (*c >> 1) & 0x7 ; in gsm_decode()
273 xmc [3] = (*c >> 3) & 0x7 ; in gsm_decode()
274 xmc [4] = *c++ & 0x7 ; in gsm_decode()
275 xmc [5] = (*c >> 5) & 0x7 ; in gsm_decode()
276 xmc [6] = (*c >> 2) & 0x7 ; in gsm_decode()
284 xmc [12] = *c++ & 0x7 ; in gsm_decode()
296 xmc [17] = *c++ & 0x7 ; in gsm_decode()
306 xmc [25] = *c++ & 0x7 ; in gsm_decode()
318 xmc [30] = *c++ & 0x7 ; in gsm_decode()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/GSM0610/src/
H A Dgsm_encode.c134 sr = sr >> 3 | xmc[0] << 13;
136 sr = sr >> 3 | xmc[1] << 13;
137 sr = sr >> 3 | xmc[2] << 13;
373 | (xmc[4] & 0x7);
383 | (xmc[12] & 0x7);
395 | (xmc[17] & 0x7);
405 | (xmc[25] & 0x7);
417 | (xmc[30] & 0x7);
427 | (xmc[38] & 0x7);
439 | (xmc[43] & 0x7);
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/gsm/
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
H A Dgsm_decode.c45 xmc[0] = sr & 0x7; sr >>= 3;
274 xmc[0] = (*c >> 4) & 0x7;
275 xmc[1] = (*c >> 1) & 0x7;
277 xmc[2] |= (*c >> 6) & 0x3;
278 xmc[3] = (*c >> 3) & 0x7;
279 xmc[4] = *c++ & 0x7;
289 xmc[12] = *c++ & 0x7;
301 xmc[17] = *c++ & 0x7;
311 xmc[25] = *c++ & 0x7;
323 xmc[30] = *c++ & 0x7;
[all …]
/dports/audio/sox/sox-14.4.2/libgsm/
H A Dgsm_encode.c132 sr = sr >> 3 | xmc[0] << 13; in gsm_encode()
134 sr = sr >> 3 | xmc[1] << 13; in gsm_encode()
135 sr = sr >> 3 | xmc[2] << 13; in gsm_encode()
371 | (xmc[4] & 0x7); in gsm_encode()
381 | (xmc[12] & 0x7); in gsm_encode()
393 | (xmc[17] & 0x7); in gsm_encode()
403 | (xmc[25] & 0x7); in gsm_encode()
415 | (xmc[30] & 0x7); in gsm_encode()
425 | (xmc[38] & 0x7); in gsm_encode()
437 | (xmc[43] & 0x7); in gsm_encode()
[all …]
/dports/audio/swhplugins/ladspa-0.4.17/gsm/
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/gsm/
H A Dgsm_encode.c133 sr = sr >> 3 | xmc[0] << 13;
135 sr = sr >> 3 | xmc[1] << 13;
136 sr = sr >> 3 | xmc[2] << 13;
372 | (xmc[4] & 0x7);
382 | (xmc[12] & 0x7);
394 | (xmc[17] & 0x7);
404 | (xmc[25] & 0x7);
416 | (xmc[30] & 0x7);
426 | (xmc[38] & 0x7);
438 | (xmc[43] & 0x7);
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libmgsm/
H A Dgsm_encode.c125 | ((xmc[0] & 0x7) << 4)
126 | ((xmc[1] & 0x7) << 1)
128 *c++ = ((xmc[2] & 0x3) << 6)
130 | (xmc[4] & 0x7);
140 | (xmc[12] & 0x7);
152 | (xmc[17] & 0x7);
162 | (xmc[25] & 0x7);
174 | (xmc[30] & 0x7);
184 | (xmc[38] & 0x7);
196 | (xmc[43] & 0x7);
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/gsm610/
H A Dgsm_decode.c44 xmc[0] = sr & 0x7; sr >>= 3;
272 xmc[0] = (*c >> 4) & 0x7;
273 xmc[1] = (*c >> 1) & 0x7;
275 xmc[2] |= (*c >> 6) & 0x3;
276 xmc[3] = (*c >> 3) & 0x7;
277 xmc[4] = *c++ & 0x7;
287 xmc[12] = *c++ & 0x7;
299 xmc[17] = *c++ & 0x7;
309 xmc[25] = *c++ & 0x7;
321 xmc[30] = *c++ & 0x7;
[all …]

12345678910>>...18