/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcess.h | 27 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/Eq/src/ |
D | LVEQNB_CalcCoef.c | 109 LVM_INT16 coef; in LVEQNB_DoublePrecCoefs() local 240 LVM_INT16 coef; in LVEQNB_SinglePrecCoefs() local
|
/frameworks/av/media/libeffects/testlibs/ |
D | EffectsMath.h | 116 #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/libstagefright/codecs/avc/enc/src/ |
D | block.cpp | 82 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/jni/ |
D | android_media_ResampleInputStream.cpp | 39 #define FIR_COEF(coef) (short)(0x10000 * coef) argument
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Control.c | 484 LVM_INT16 coef; in LVPSA_BPSinglePrecCoefs() local 607 LVM_INT16 coef; in LVPSA_BPDoublePrecCoefs() local
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | az_isp.c | 69 Word16 *coef; in Az_isp() local
|
/frameworks/base/core/java/android/speech/srec/ |
D | UlawEncoderInputStream.java | 78 int coef = MAX_ULAW * (1 << SCALE_BITS) / max; in encode() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | az_lsp.cpp | 582 Word16 *coef; in Az_lsp() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.c | 81 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() 598 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | tns.h | 105 Word16 coef[TRANS_FAC*TNS_MAX_ORDER_SHORT]; member
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 290 float[] coef = mTempCoef; in onTouchEvent() local
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 1307 final float coef = 1.0f / 5.255f; in getAltitude() local
|