Home
last modified time | relevance | path

Searched refs:GSM_ADD (Results 1 – 10 of 10) sorted by relevance

/external/libgsm/src/
Dshort_term.c55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \
58 *LARpp++ = GSM_ADD( temp1, temp1 );
100 *LARp = GSM_ADD( SASR( *LARpp_j_1, 2 ), SASR( *LARpp_j, 2 ));
101 *LARp = GSM_ADD( *LARp, SASR( *LARpp_j_1, 1));
113 *LARp = GSM_ADD( SASR( *LARpp_j_1, 1), SASR( *LARpp_j, 1 ));
126 *LARp = GSM_ADD( SASR( *LARpp_j_1, 2 ), SASR( *LARpp_j, 2 ));
127 *LARp = GSM_ADD( *LARp, SASR( *LARpp_j, 1 ));
171 : GSM_ADD( temp >> 2, 26112 )));
176 : GSM_ADD( temp >> 2, 26112 ));
216 sav = GSM_ADD( ui, zzz);
[all …]
Dlpc.c232 P[0] = GSM_ADD( P[0], temp );
236 P[m] = GSM_ADD( P[ m+1 ], temp );
239 K[m] = GSM_ADD( K[ m ], temp );
307 temp = GSM_ADD( temp, B ); \
308 temp = GSM_ADD( temp, 256 ); \
Ddecode.c30 msr = GSM_ADD(*s, tmp); /* Deemphasis */
31 *s = GSM_ADD(msr, msr) & 0xFFF8; /* Truncation & Upscaling */
Dcode.c89 dp[ i ] = GSM_ADD( S->e[5 + i], dpp[i] );
Dpreprocess.c107 *so++ = GSM_ADD( mp, msp );
Drpe.c380 temp = GSM_ADD( temp, temp3 );
Dlong_term.c940 drp[k] = GSM_ADD( erp[k], drpp );
/external/libgsm/inc/
Dprivate.h117 #define GSM_ADD(a, b) \ macro
/external/libgsm/add-test/
Dadd_test.c320 return GSM_ADD(op1, op2);
/external/libgsm/
DChangeLog81 inc/private.h: GSM_ADD should cast to ulongword, not to unsigned.