HomeSort by relevance Sort by last modified time
    Searched refs:LAR (Results 1 - 2 of 2) sorted by null

  /external/libgsm/src/
lpc.c 250 * The following scaling for r[..] and LAR[..] has been used:
253 * LAR[..] = integer( real_LAR[..] * 16384 );
261 /* Computation of the LAR[0..7] from the r[0..7]
287 static void Quantization_and_coding P1((LAR),
288 register word * LAR /* [0..7] IN/OUT */
306 temp = GSM_MULT( A, *LAR ); \
310 *LAR = temp>MAC ? MAC - MIC : (temp<MIC ? 0 : temp - MIC); \
311 LAR++;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 462 #define LAR(a, b) CHOICE(lar ARG2(a, b), lar ARG2(a, b), lar ARG2(b, a))
    [all...]

Completed in 40 milliseconds