Home | History | Annotate | Download | only in src

Lines Matching defs:SO

34 void Gsm_Preprocess P3((S, s, so),
37 word * so ) /* [0..159] IN/OUT */
50 word SO;
61 SO = SASR( *s, 3 ) << 2;
64 assert (SO >= -0x4000); /* downscaled by */
65 assert (SO <= 0x3FFC); /* previous routine. */
72 * The input of this procedure is the array so[0...159] and the
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
107 *so++ = GSM_ADD( mp, msp );