HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 26 - 50 of 1645) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 28 int16_t step[4]; local
31 step[0] = input[0] + input[3];
32 step[1] = input[1] + input[2];
33 step[2] = input[1] - input[2];
34 step[3] = input[0] - input[3];
36 temp1 = (step[0] + step[1]) * cospi_16_64;
37 temp2 = (step[0] - step[1]) * cospi_16_64;
40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64
61 \/*canbe16*\/ int step[4]; local
1010 int step[32]; local
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
glob.hpp 57 /** @brief Structure similar to cv::cudev::GlobPtrSz but containing only a pointer and row step.
69 //! stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!!
70 size_t step; member in struct:cv::cudev::GlobPtr
72 __device__ __forceinline__ T* row(int y) { return ( T*)( ( uchar*)data + y * step); }
73 __device__ __forceinline__ const T* row(int y) const { return (const T*)( (const uchar*)data + y * step); }
91 __host__ __device__ GlobPtr<T> globPtr(T* data, size_t step)
95 p.step = step;
100 __host__ __device__ GlobPtrSz<T> globPtr(T* data, size_t step, int rows, int cols)
104 p.step = step
    [all...]
  /device/google/contexthub/lib/nanohub/
rsa.c 23 static bool biModIterative(uint32_t *num, const uint32_t *denum, uint32_t *tmp, uint32_t *state1, uint32_t *state2, uint32_t step)
32 //first step is init
33 if (!step) {
43 if (step == 1) {
112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //ret = a * b, call with step = [0..RSA_LIMBS)
118 if (!step)
124 r = (uint64_t)a[step] * b[j] + c + ret[step + j];
125 ret[step + j] = r
170 uint32_t step = *stepP, gigastep, gigastepBase, gigastepSubstep, megaSubstep; local
217 uint32_t state1 = 0, state2 = 0, step = 0, ns = 0; local
231 uint32_t state1 = 0, state2 = 0, step; local
238 uint32_t step; local
    [all...]
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /dalvik/dx/tests/086-ssa-edge-split/
run 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
  /external/v8/build/android/buildbot/
bb_annotations.py 8 """Adds a link with name |label| linking to |url| to current buildbot step.
18 """Appends |msg| to the current buildbot step text.
36 """Marks the current step as failed."""
41 """Marks the current step with a warning."""
45 def PrintNamedStep(step):
46 print '@@@BUILD_STEP %s@@@' % step
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
simdtest.cpp 44 for (int step = 1; step < 32; step++) {
48 for (size_t i = 0; i < 1024; i += step)
60 i += step;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.rs 26 return step(inEdge, inV);
31 return step(inEdge, inV);
36 return step(inEdge, inV);
41 return step(inEdge, inV);
46 return step(inEdge, inV);
51 return step(inEdge, inV);
56 return step(inEdge, inV);
61 return step(inEdge, inV);
66 return step(inEdge, inV);
71 return step(inEdge, inV)
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 33 SeqStep step; local
38 step = sequencer.addStep(OPTYPE.GET, null);
41 step.mReqHeaders = hs;
42 step.mValidator = new MapBuildFolderStructurValidator(1, null);
44 step = sequencer.addStep(OPTYPE.SET_PATH, ObexTest.getResponsecodevalidator());
47 step.mReqHeaders = hs;
48 step.mClientPostAction = new MapSetClientFolder("telecom");
52 step = sequencer.addStep(OPTYPE.GET, null);
55 step.mReqHeaders = hs;
56 step.mValidator = new MapBuildFolderStructurValidator(1, null)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 41 step RN 2 label
71 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
72 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
75 VST1 {dclip2},[pDst],step
76 VST1 {dclip3},[pDst],step
82 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
83 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+ste
    [all...]
  /external/opencv3/modules/cudalegacy/src/
interpolate_frames.cpp 81 size_t step = frame0.step;
83 CV_Assert(frame1.step == step && fu.step == step && fv.step == step && bu.step == step && bv.step == step && newFrame.step == step && buf.step == step)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 176 step RN 10 label
208 ADD step, dstStep, dstStep
209 VST1 qAbove, [pDst], step
210 VST1 qAbove, [pTmp], step
211 VST1 qAbove, [pDst], step
212 VST1 qAbove, [pTmp], step
213 VST1 qAbove, [pDst], step
214 VST1 qAbove, [pTmp], step
215 VST1 qAbove, [pDst], step
216 VST1 qAbove, [pTmp], step
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 25 public static native void step(); method in class:GL2JniLibOne
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYStepCalculatorTest.java 47 XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); local
49 assertEquals(plotSize/(numSegments-1), step.getStepPix());
50 //assertEquals(10, step.getStepVal());
55 step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal);
56 assertEquals(plotSize/(numSegments-1), step.getStepPix());
  /external/javasqlite/src/main/java/SQLite/
Function.java 43 * Callback for one step in aggregate function.
49 public void step(FunctionContext fc, String args[]); method in interface:Function
52 * Callback for final step in aggregate function.
Vm.java 16 * Internal last error code for compile()/step() methods.
22 * Perform one step on compiled SQLite VM.
30 * while (vm.step(cb)) {
34 * while (vm.step(cb)) {
47 public native boolean step(Callback cb) throws SQLite.Exception; method in class:Vm
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
SolverData.java 30 public TimeStep step; field in class:SolverData
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
xcorr_coef.h 35 int16_t step /* (i) +1 or -1 */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x2.h 111 Word16 step, /* (i): step size from one pulse position to the next
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRenderer.java 70 public static native void step(); method in class:MosaicRenderer
75 * update its texture and warping transformation. Any calls to step()
  /prebuilts/gdb/darwin-x86/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon44298
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /prebuilts/gdb/linux-x86/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon44420
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon72536
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon72659
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /external/opencv3/modules/core/test/
test_downhill_simplex.cpp 46 static void mytest(cv::Ptr<cv::DownhillSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F,cv::Mat& x,cv::Mat& step,
49 int ndim=MAX(step.cols,step.rows);
50 solver->setInitStep(step);
54 ASSERT_TRUE(std::equal(step.begin<double>(),step.end<double>(),settedStep.begin<double>()));
55 std::cout<<"step setted:\n\t"<<step<<std::endl;
89 step=(cv::Mat_<double>(2,1)<<-0.5,-0.5),
92 mytest(solver,ptr_F,x,step,etalon_x,etalon_res)
    [all...]

Completed in 510 milliseconds

12 3 4 5 6 7 8 91011>>