Home
last modified time | relevance | path

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

12345678910>>...17

/external/skia/resources/
Dslides_transitions.lua74 rec.step = function (self) function
85 rec.step = function (self) function
117 rec.step = function (self) function
148 rec.step = function (self) function
155 rec.step = function (self) function
189 step = function (self) function
/external/libldac/src/
Dbitalloc_ldac.c229 int step = limit - grad_os_l; in decrease_offset_low_ldac() local
293 int step = LDAC_MAXGRADOS - grad_os_h; in decrease_offset_high_ldac() local
357 int step = grad_os_l; in increase_offset_low_ldac() local
421 int step = grad_qu_h - grad_qu_l; in increase_qu_low_ldac() local
484 int step = grad_qu_h - grad_qu_l; in increase_qu_low_0_ldac() local
548 int step = LDAC_MAXNADJQUS>>1; in adjust_remain_bits_ldac() local
/external/libunwind/tests/
DGperf-simple.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
93 g1 (int level, int maxlevel, double *step) in g1()
103 f1 (int level, int maxlevel, double *step) in f1()
115 double step, min_step, first_step, sum_step; in doit() local
DGperf-trace.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
79 g1 (int level, int maxlevel, double *step) in g1()
89 f1 (int level, int maxlevel, double *step) in f1()
101 double step, min_step, first_step, sum_step; in doit() local
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp152 bool GrFmtJpeg2000Reader::ReadData( uchar* data, int step, int color ) in ReadData()
260 int step, int cmpt, in ReadComponent8u()
322 int step, int cmpt, in ReadComponent16u()
402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage()
456 int step, int ncmpts, int w, int h ) in WriteComponent8u()
479 int step, int ncmpts, int w, int h ) in WriteComponent16u()
/external/tremolo/Tremolo/
Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry()
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic()
274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ in mdct_step7()
320 STIN void mdct_step8(DATA_TYPE *x, int n, int step){ in mdct_step8()
413 int step; in mdct_backward() local
475 int step, in mdct_unroll_lap()
/external/webp/src/utils/
Dhuffman_utils.c44 uint32_t step = 1 << (len - 1); in GetNextKey() local
54 int step, int end, in ReplicateValue()
137 int step; // step size to replicate values in current table in BuildHuffmanTable() local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DBaseTween.java19 private int step; field in BaseTween
360 protected void updateOverride(int step, int lastStep, boolean isIterationStep, float delta) { in updateOverride()
383 protected boolean isReverse(int step) { in isReverse()
387 protected boolean isValid(int step) { in isValid()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java70 private final double step; field in RungeKuttaIntegrator
85 final double step) { in RungeKuttaIntegrator()
DThreeEighthesIntegrator.java68 public ThreeEighthesIntegrator(final double step) { in ThreeEighthesIntegrator()
/external/webp/src/dsp/
Dargb_mips_dsp_r2.c23 const int step = 4; in PackARGB() local
59 int len, int step, uint32_t* out) { in PackRGB()
Ddec_mips32.c30 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2()
40 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4()
53 static WEBP_INLINE void do_filter6(uint8_t* p, int step) { in do_filter6()
69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
74 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter()
80 int step, int t, int it) { in needs_filter2()
/external/skia/src/effects/
DSkCornerPathEffect.cpp19 SkPoint* step) { in ComputeStep()
44 SkVector firstStep, step; in filterPath() local
/external/libdrm/tests/modetest/
Dcursor.c81 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor()
94 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor()
148 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; in cursor_thread_func() local
/external/opencv/cxcore/include/
Dcxcore.hpp159 int step() const { return image ? image->widthStep : 0; } in step() function in CvImage
218 void* data=0, int step=CV_AUTOSTEP ) in CvMatrix()
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix()
327 int step() const { return matrix ? matrix->step : 0; } in step() function in CvMatrix
329 void set_data( void* data, int step=CV_AUTOSTEP ) in set_data()
/external/icu/icu4c/source/i18n/
Dcollation.cpp74 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decTwoBytePrimaryByOneStep()
96 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decThreeBytePrimaryByOneStep()
/external/clang/test/SemaCXX/
Dfor-range-examples.cpp30 T it, step; member in value_range_detail::value_range_step_iter
32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {} in value_range_step_iter()
40 T it, step, end_; member in value_range_detail::value_range_step
42 value_range_step(const T &it, const T &end, const T &step) : in value_range_step()
54 value_range_detail::value_range_step<T> range(const T &a, const T &b, const T &step) { return value… in range()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp144 step(F op, S state, Its its, Args... args) { in step() function
154 step(F op, S state, Its its, Args... args) { in step() function
165 step(F op, __empty state, Its its, Args... args) { in step() function
/external/skia/bench/
DInterpBench.cpp64 SkFixed step = SkFloatToFixed(dx); in performTest() local
83 int64_t step = (int64_t)(dx * 65536 * 655536); in performTest() local
114 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); in performTest() local
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp862 int32_t step, in stepToUnicode()
1076 int32_t step; in ToUnicodeCase() member
1091 int32_t i, step; in ToUnicodeCase() local
1263 int32_t step, in stepFromUTF8()
1369 int32_t step, in stepFromUnicode()
1523 int32_t step; in FromUnicodeCase() member
1531 int32_t i, step; in FromUnicodeCase() local
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp327 float step = 2.0f / (float)numSteps; in renderGL() local
361 int step = numValues / numSteps; in renderGL() local
438 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference() local
486 …float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_… in renderReference() local
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java340 int i, step; in FromUnicodeCase() local
394 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode()
647 int step; in ToUnicodeCase() local
710 private int stepToUnicode(ConversionCase cc, CharsetDecoder decoder, in stepToUnicode()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp330 float step = 2.0f / (float)numSteps; in renderGL() local
364 int step = numValues / numSteps; in renderGL() local
441 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference() local
489 …float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_… in renderReference() local
/external/opencv/cxcore/src/
Dcxmatrix.cpp57 int i, k, len, step; in cvSetIdentity() local
149 int step = mat->step + sizeof(float); in cvTrace() local
158 int step = mat->step + sizeof(double); in cvTrace() local
560 int step = matrix->step/sizeof(data[0]); in cvCompleteSymm() local
572 int step = matrix->step/sizeof(data[0]); in cvCompleteSymm() local
796 int step = mat->step; in cvDet() local
814 int step = mat->step; in cvDet() local
1537 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
1560 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c242 LLVMValueRef step, in lp_build_loop_end_cond()
272 LLVMValueRef step) in lp_build_loop_end()
294 LLVMValueRef step) in lp_build_for_loop_begin()

12345678910>>...17