/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioMixerOps.h | 77 static const float norm = 1. / (1 << 12); variable 83 static const float norm = 1. / (1 << 28); variable 99 static const float norm = 1. / (1 << (15 + 12)); variable 105 static const float norm = 1. / (1ULL << (15 + 28)); variable 184 static constexpr float norm = 1. / (1 << 15); variable 190 static constexpr float norm = 1. / (1 << 27); variable
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | VectorUtil.java | 39 public static double norm(double[] a) { in norm() method in VectorUtil 53 double norm = norm(a); in normalize() local
|
H A D | Quaternion.java | 49 double norm = Math.sqrt(dot(a, a)); in normal() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | NormFilter.java | 56 float norm = (float) Math.hypot(xValue, yValue); in onProcess() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | autocorr.c | 40 Word32 i, norm, shift; in Autocorr() local
|
H A D | pitch_f4.c | 173 Word32 corr, exp_corr, norm, exp, scale; in Norm_Corr() local
|
/aosp12/frameworks/rs/ |
H A D | rsComponent.cpp | 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
|
H A D | rsElement.cpp | 415 bool norm, in rsi_ElementCreate()
|
H A D | rsScriptC_Lib.cpp | 335 bool norm, uint32_t vecSize) { in rsrElementCreate()
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | autocorr.cpp | 311 Word16 norm; in Autocorr() local
|
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
H A D | SensorEventsChecker.h | 59 float norm = std::sqrt(v.x * v.x + v.y * v.y + v.z * v.z); in checkEvent() local
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | TQuatHelpers.h | 175 constexpr T PURE norm(const QUATERNION<T>& q) { in norm() function
|
H A D | TVecHelpers.h | 425 friend inline constexpr T PURE norm(const VECTOR<T>& lv) { in norm() function
|
/aosp12/frameworks/rs/cpp/ |
H A D | Element.cpp | 274 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : in Element()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | AnyMotionDetector.java | 382 public float norm() { in norm() method in AnyMotionDetector.Vector3
|
/aosp12/system/tools/aidl/ |
H A D | ast_cpp_unittest.cpp | 125 unique_ptr<MethodDecl> norm{new MethodDecl( in TEST_F() local
|
/aosp12/frameworks/av/media/libeffects/hapticgenerator/ |
H A D | Processors.cpp | 224 const float norm = (1.0f + poleCoeff1 + poleCoeff2) / (1.0f + zeroCoeff1 + zeroCoeff2); in bsfCoefs() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | MathUtils.java | 213 public static float norm(float start, float stop, float value) { in norm() method in MathUtils
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer.cc | 88 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Element.java | 739 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
|
H A D | RenderScript.java | 358 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate() 359 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { in nElementCreate() 1034 native long rsnIncElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnIncElementCreate() 1035 synchronized long nIncElementCreate(long type, int kind, boolean norm, int vecSize) { in nIncElementCreate()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Element.java | 1083 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
|
/aosp12/frameworks/native/libs/input/ |
H A D | VelocityTracker.cpp | 455 float norm = vectorNorm(&q[j][0], m); in solveLeastSquares() local
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PhotoTable.java | 343 private double norm(double[] a) { in norm() method in PhotoTable
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 935 jboolean norm, jint size) in nElementCreate() 2182 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jin… in nIncElementCreate()
|