Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S1395 .macro prefill_leftfill, next, after, ra, rb, step
1406 .macro prefill_leftedge, next, after, ra, rb, step
1414 .macro prefill_dofetch, next, after, ra, rb, step
1429 .macro prefill_rightedge, next, after, ra, rb, step
1440 .macro prefill_rightfill, next, after, ra, rb, step
1486 .macro prefill step=1, max_r=25, label=xx argument
1577 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DrsCpuIntrinsics_neon_Blur.S1403 .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/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java32 public static native void step(); in step() method in GL2JNILib
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfLib.java32 public static native void step(); in step() method in GLPerfLib
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualLib.java32 public static native void step(); in step() method in GLDualLib
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNILib.java32 public static native void step(); in step() method in GLJNILib
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dcor_h_x2.cpp234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
Dset_sign.cpp493 Word16 step, /* i : the step size in the tracks */ in set_sign12k2()
Ds10_8pf.cpp558 Word16 step, /* i : stepsize */ in search_10and8i40()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DHistogram.java36 int step = 8; in createTest() local
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp279 for (const auto& step : mSteps) { in findTempsAsSubModelOutputs() local
449 for (const auto& step : mSteps) { in finish() local
532 for (const auto& step : compound()->mSteps) { in makeController() local
632 const auto step = compoundBody->mSteps[controller->mNextStepIndex]; in next() local
707 auto step = std::make_shared<ExecutionStep>(this, steps.size(), device); in createNewStep() local
761 for (const auto& step : mSteps) { in dump() local
857 std::shared_ptr<ExecutionStep> step = plan->createNewStep(device); in partitionTheWork() local
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DHistogram.java42 int step = 8; in createTest() local
/frameworks/rs/driver/runtime/
Drs_cl.c990 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/bitmap/src/com/android/bitmap/util/
DExif.java189 int step = 1; in pack() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java184 int step = 1; in pack() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraFunctionalTest.java127 float step = params.getExposureCompensationStep(); in testFunctionalCameraExposureCompensation() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSyncRunner.java89 public int step() { in step() method in SyncRunner
/frameworks/base/core/java/android/hardware/radio/
DITuner.aidl47 void step(boolean directionDown, boolean skipSubChannel); in step() method
DTunerAdapter.java127 public int step(int direction, boolean skipSubChannel) { in step() method in TunerAdapter
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java455 public static boolean step() { in step() method in DisplayModifier
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dpitch_f4.c81 Word16 max, t0, step, temp; in Pitch_fr4() local
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp373 int32_t step = 4 << segment; in DecodeMLaw() local
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java115 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step() method in TunerSession
/frameworks/base/core/java/com/android/internal/ml/clustering/
DKMeans.java140 private boolean step(final ArrayList<Mean> means, final float[][] inputData) { in step() method in KMeans
/frameworks/av/media/mtp/
DMtpProperty.cpp249 void MtpProperty::setFormRange(int min, int max, int step) { in setFormRange()

12