/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()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 153 Rosen::Vector2f coef; member 167 Rosen::Vector2f coef; member
|
/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()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 338 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 D | geometry_bezier_arc.cpp | 156 float coef = sign * Sqrt((sq < 0) ? 0 : sq); in Init() local
|
/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
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 132 float coef = 1.0f / RECIPROCAL_COEFFICIENT; in GetAltitude() local
|
/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
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
H A D | peak_finder.cpp | 555 double coef = 1.0 / samplingRate; in GetPeakEnvelope() 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
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/ |
H A D | vibration_convert_core.cpp | 237 … 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 D | Editor.java | 6983 final float coef = 1.0f - (float) duration / FADE_OUT_DURATION; in updatePaint() local
|