Searched refs:dtx_enc (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
H A D | dtx_enc.h | 34 Filename: /audio/gsm_amr/c/src/include/dtx_enc.h 50 File : dtx_enc.h 125 * pointer has to be passed to dtx_enc in each call. 157 * Function : dtx_enc 163 void dtx_enc(dtx_encState *st, /* i/o : State struct */
|
H A D | dtx_enc.cpp | 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 666 void dtx_enc(dtx_encState *st, /* i/o : State struct */ function [all...] |
H A D | cod_amr.cpp | 58 Description: Updated function call to dtx_enc 104 #include "dtx_enc.h" 917 dtx_enc(st->dtx_encSt, 1320 dtx_enc(st->dtx_encSt,
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
H A D | dtx.h | 83 Word16 dtx_enc(
|
H A D | typedefs.h | 176 #define dtx_enc voAWB_dtx_enc macro
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
H A D | dtx.h | 164 int16 dtx_enc(
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/ |
H A D | Android.mk | 24 src/dtx_enc.cpp \
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
H A D | dtx.c | 155 * Function : dtx_enc 158 Word16 dtx_enc( function 315 /* convert exponent and mantissa to Word16 Q7. Q7 is used to simplify averaging in dtx_enc */
|
H A D | voAMRWBEnc.c | 565 dtx_enc(st->dtx_encSt, isf, exc2, &prms);
|
Completed in 143 milliseconds