Searched defs:_step (Results 1 – 10 of 10) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
D | Backup.java | 53 private native boolean _step(int n) throws SQLite.Exception; in _step() method in Backup
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 94 double _par, int _w, int _h, int _step, in calc_psnrhvs()
|
/external/libopus/src/ |
D | opus_compare.c | 90 int _step,int _downsample){ in band_energy()
|
/external/opencv3/modules/core/src/ |
D | downhill_simplex.cpp | 212 Mat _step; member in cv::DownhillSolverImpl
|
D | kmeans.cpp | 66 size_t _step, in KMeansPPDistanceComputer()
|
D | matrix.cpp | 594 size_t esz = CV_ELEM_SIZE(m->type), minstep = thiz.cols*esz, _step = m->step; in cvMatToMat() local
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_capture_analyzer.py | 545 def _step(self, reached_state, packet): member in WifiStateMachineAnalyzer
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 1806 ResizeAreaFastVec_SIMD_8u(int _cn, int _step) : in ResizeAreaFastVec_SIMD_8u() 1866 ResizeAreaFastVec_SIMD_16u(int _cn, int _step) : in ResizeAreaFastVec_SIMD_16u() 1916 ResizeAreaFastVec_SIMD_16s(int _cn, int _step) : in ResizeAreaFastVec_SIMD_16s() 2018 ResizeAreaFastVec_SIMD_8u(int _cn, int _step) : in ResizeAreaFastVec_SIMD_8u() 2117 ResizeAreaFastVec_SIMD_16u(int _cn, int _step) : in ResizeAreaFastVec_SIMD_16u() 2205 ResizeAreaFastVec_SIMD_16s(int _cn, int _step) : in ResizeAreaFastVec_SIMD_16s()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | mat.inl.hpp | 394 Mat::Mat(int _rows, int _cols, int _type, void* _data, size_t _step) in Mat() 425 Mat::Mat(Size _sz, int _type, void* _data, size_t _step) in Mat()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \ argument
|