Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcess.h27 void mac(int32_t& l, int32_t& r, TC coef, const int16_t* samples) in mac()
36 void mac(int32_t& l, TC coef, const int16_t* samples) in mac()
44 void mac(float& l, float& r, TC coef, const float* samples) in mac()
52 void mac(float& l, TC coef, const float* samples) in mac()
88 inline void acc(TC coef, const TI*& data) { in acc()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c547 LVM_FLOAT coef; in LVPSA_BPSinglePrecCoefs() local
627 LVM_INT16 coef; in LVPSA_BPSinglePrecCoefs() local
751 LVM_FLOAT coef; in LVPSA_BPDoublePrecCoefs() local
834 LVM_INT16 coef; in LVPSA_BPDoublePrecCoefs() local
/frameworks/av/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/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_CalcCoef.c112 LVM_INT16 coef; in LVEQNB_DoublePrecCoefs() local
303 LVM_INT16 coef; in LVEQNB_SinglePrecCoefs() local
/frameworks/base/media/jni/
Dandroid_media_ResampleInputStream.cpp39 #define FIR_COEF(coef) (short)(0x10000 * (coef)) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c69 Word16 *coef; in Az_isp() local
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Daz_lsp.cpp584 Word16 *coef; in Az_lsp() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_x86.cpp81 const short *coef, uint32_t count) { in rsdIntrinsicConvolve3x3_K()
143 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix4x4_K()
198 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix3x3_K()
252 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrixDot_K()
599 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dtns.h105 Word16 coef[TRANS_FAC*TNS_MAX_ORDER_SHORT]; member
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java289 float[] coef = mTempCoef; in onTouchEvent() local
/frameworks/base/core/java/android/hardware/
DSensorManager.java1526 final float coef = 1.0f / 5.255f; in getAltitude() local