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

  /external/libgsm/src/
table.c 39 word gsm_DLB[4] = { 6554, 16384, 26214, 32767 };
long_term.c 150 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
285 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
465 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
630 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
706 for (bc = 0; bc <= 2; ++bc) if (lambda <= gsm_DLB[bc]) break;
824 for (bc = 0; bc <= 2; ++bc) if (lambda <= gsm_DLB[bc]) break;
  /external/libgsm/inc/
private.h 241 extern word gsm_DLB[4], gsm_QLB[4];

Completed in 91 milliseconds