Home
last modified time | relevance | path

Searched defs:coef (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
Dpulse_nc.cpp225 Int16 coef[], in pulse_nc()
Dtns_inv_filter.cpp297 Int32 coef[], in tns_inv_filter()
Dapply_tns.cpp172 Int32 coef[], in apply_tns()
Dq_normalize.cpp241 Int32 coef[]) in q_normalize()
Dhuffspec_fxp.cpp304 Int32 coef[], in huffspec_fxp()
Desc_iquant_scaling.cpp437 Int32 coef[], in esc_iquant_scaling()
/frameworks/base/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_CalcCoef.c109 LVM_INT16 coef; in LVEQNB_DoublePrecCoefs() local
240 LVM_INT16 coef; in LVEQNB_SinglePrecCoefs() local
/frameworks/base/media/libeffects/testlibs/
DEffectsMath.h116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument
274 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
/frameworks/base/media/jni/
Dandroid_media_ResampleInputStream.cpp39 #define FIR_COEF(coef) (short)(0x10000 * coef) argument
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Dblock.cpp82 int16 *coef = video->block; in dct_luma() local
262 int16 *coef, *coef8 = video->block; in MBInterIdct() local
366 int16 *coef = video->block; in dct_luma_16x16() local
729 int16 *coef = video->block + 256; in dct_chroma() local
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c484 LVM_INT16 coef; in LVPSA_BPSinglePrecCoefs() local
607 LVM_INT16 coef; in LVPSA_BPDoublePrecCoefs() local
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c69 Word16 *coef; in Az_isp() local
/frameworks/base/core/java/android/speech/srec/
DUlawEncoderInputStream.java78 int coef = MAX_ULAW * (1 << SCALE_BITS) / max; in encode() local
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
Daz_lsp.cpp582 Word16 *coef; in Az_lsp() local
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
Dtns.h105 Word16 coef[TRANS_FAC*TNS_MAX_ORDER_SHORT]; member
/frameworks/base/core/java/android/hardware/
DSensorManager.java1656 final float coef = 1.0f / 5.255f; in getAltitude() local
/frameworks/base/core/java/android/widget/
DTextView.java5871 final float coef = 1.0f - (float) duration / FADE_OUT_DURATION; in updatePaint() local