/aosp12/frameworks/av/media/libaudioprocessing/ |
H A 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()
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A 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 258 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_ResampleInputStream.cpp | 39 #define FIR_COEF(coef) (short)(0x10000 * (coef)) argument
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
H A D | LVPSA_Control.cpp | 432 LVM_FLOAT coef; in LVPSA_BPSinglePrecCoefs() local 546 LVM_FLOAT coef; in LVPSA_BPDoublePrecCoefs() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | az_isp.c | 69 Word16 *coef; in Az_isp() local
|
/aosp12/frameworks/av/media/codecs/amrnb/common/src/ |
H A D | az_lsp.cpp | 584 Word16 *coef; in Az_lsp() local
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | oslo_config_test.c | 397 struct cal_coefficient coef; in cal_read_persist() local 459 int cal_write_persist(const struct cal_coefficient* coef) { in cal_write_persist()
|
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | v3d_drm.h | 102 __u32 coef[4]; member 109 __u32 coef[4]; member
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | BiquadFilter.h | 72 std::array<D, kBiquadNumCoefs> reduceCoefficients(const T& coef) { in reduceCoefficients() 98 DEST& dest, size_t offset, size_t stride, size_t channelCount, const T& coef) { in setCoefficients()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_x86.cpp | 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() 599 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | joystick.h | 46 __s32 coef[8]; member
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | CropView.java | 300 float[] coef = mTempCoef; in onTouchEvent() local
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | CropView.java | 289 float[] coef = mTempCoef; in onTouchEvent() local
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorManager.java | 1535 final float coef = 1.0f / 5.255f; in getAltitude() local
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic_g2d.cpp | 310 for (auto coef: coef_table) { in __writeFilterCoefficients() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 6983 final float coef = 1.0f - (float) duration / FADE_OUT_DURATION; in updatePaint() local
|