Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/
H A 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()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h153 Rosen::Vector2f coef; member
167 Rosen::Vector2f coef; member
/aosp12/frameworks/av/media/libeffects/testlibs/
H A 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
258 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp39 #define FIR_COEF(coef) (short)(0x10000 * (coef)) argument
/aosp12/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.cpp432 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 Daz_isp.c69 Word16 *coef; in Az_isp() local
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Daz_lsp.cpp584 Word16 *coef; in Az_lsp() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_config_test.c397 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 Dv3d_drm.h102 __u32 coef[4]; member
109 __u32 coef[4]; member
/aosp12/system/media/audio_utils/include/audio_utils/
H A DBiquadFilter.h72 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()
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp338 float coef = -1 / (p.g * p.a * p.b); in ToLinear() local
356 float coef = -p.g * p.a * p.b; in ToNonLinear() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp156 float coef = sign * Sqrt((sq < 0) ? 0 : sq); in Init() local
/aosp12/frameworks/rs/cpu_ref/
H A 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Djoystick.h46 __s32 coef[8]; member
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp132 float coef = 1.0f / RECIPROCAL_COEFFICIENT; in GetAltitude() local
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DCropView.java300 float[] coef = mTempCoef; in onTouchEvent() local
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java289 float[] coef = mTempCoef; in onTouchEvent() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp555 double coef = 1.0 / samplingRate; in GetPeakEnvelope() local
/aosp12/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1535 final float coef = 1.0f / 5.255f; in getAltitude() local
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp310 for (auto coef: coef_table) { in __writeFilterCoefficients() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp237 … int32_t coef = static_cast<int32_t>(round(static_cast<double>(ENERGY_HOP_LEN) / onsetHopLength)); in MapOnsetHop() local
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java6983 final float coef = 1.0f - (float) duration / FADE_OUT_DURATION; in updatePaint() local