/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 1423 .macro prefill_leftfill, next, after, ra, rb, step 1434 .macro prefill_leftedge, next, after, ra, rb, step 1442 .macro prefill_dofetch, next, after, ra, rb, step 1457 .macro prefill_rightedge, next, after, ra, rb, step 1468 .macro prefill_rightfill, next, after, ra, rb, step 1514 .macro prefill step=1, max_r=25, label=xx argument 1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
|
D | rsCpuIntrinsics_neon_Blur.S | 1403 .macro prefill_leftfill, next, after, ra, rb, step 1414 .macro prefill_leftedge, next, after, ra, rb, step 1422 .macro prefill_dofetch, next, after, ra, rb, step 1437 .macro prefill_rightedge, next, after, ra, rb, step 1448 .macro prefill_rightfill, next, after, ra, rb, step 1488 .macro prefill step=1, max_r=25, label=xx argument 1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 401 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local 406 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local 411 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local 577 std::string toString(const IfStep& step) { in toString() 584 std::string toString(const WhileStep& step) { in toString() 591 std::string toString(const GotoStep& step) { in toString() 599 if (const IfStep* step = tryIfStep()) { in dump() local 601 } else if (const WhileStep* step = tryWhileStep()) { in dump() local 603 } else if (const GotoStep* step = tryGotoStep()) { in dump() local 631 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish() local [all …]
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualLib.java | 32 public static native void step(); in step() method in GLDualLib
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNILib.java | 32 public static native void step(); in step() method in GL2JNILib
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfLib.java | 32 public static native void step(); in step() method in GLPerfLib
|
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNILib.java | 32 public static native void step(); in step() method in GLJNILib
|
/frameworks/av/media/codecs/g711/decoder/ |
D | g711DecMlaw.cpp | 31 int32_t step = 4 << segment; in DecodeMLaw() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | cor_h_x2.cpp | 234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
|
D | set_sign.cpp | 493 Word16 step, /* i : the step size in the tracks */ in set_sign12k2()
|
D | s10_8pf.cpp | 558 Word16 step, /* i : stepsize */ in search_10and8i40()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Histogram.java | 36 int step = 8; in createTest() local
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Histogram.java | 42 int step = 8; in createTest() local
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() function 993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step() function 999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step() function 1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step() function 1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step() function 1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step() function 1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step() function 1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step() function 1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step() function 1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step() function [all …]
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 184 int step = 1; in pack() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | Exif.java | 189 int step = 1; in pack() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ |
D | ClockPaletteTest.kt | 42 val step: Float = (0f - hsv[2]) / colors.size in setUp() constant
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraFunctionalTest.java | 127 float step = params.getExposureCompensationStep(); in testFunctionalCameraExposureCompensation() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SyncRunner.java | 89 public int step() { in step() method in SyncRunner
|
/frameworks/base/core/java/android/hardware/radio/ |
D | ITuner.aidl | 47 void step(boolean directionDown, boolean skipSubChannel); in step() method
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | DisplayModifier.java | 455 public static boolean step() { in step() method in DisplayModifier
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | pitch_f4.c | 81 Word16 max, t0, step, temp; in Pitch_fr4() local
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 375 int32_t step = 4 << segment; in DecodeMLaw() local
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | TunerSession.java | 135 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step() method in TunerSession
|
/frameworks/base/core/java/com/android/internal/ml/clustering/ |
D | KMeans.java | 140 private boolean step(final ArrayList<Mean> means, final float[][] inputData) { in step() method in KMeans
|