Home | History | Annotate | Download | only in src

Lines Matching defs:dtx_enc

34  Pathname: ./audio/gsm-amr/c/src/dtx_enc.c
38 dtx_enc
54 calculation in dtx_enc function. Restructured IF statement in
66 3. Fixed comment in dtx_enc pseudo-code.
67 4. Added dtx_enc code comment pertaining to possible assembly
120 #include "dtx_enc.h"
178 This function allocates the state memory used by the dtx_enc function.
188 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
290 This function initializes the fields of the state memory used by dtx_enc
301 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
417 This function deallocates the state memory used by dtx_enc function.
427 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
485 FUNCTION NAME: dtx_enc
527 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
532 int dtx_enc(dtx_encState *st, // i/o : State struct
666 void dtx_enc(dtx_encState *st, /* i/o : State struct */
868 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
1046 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001