Home
last modified time | relevance | path

Searched defs:_col (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c237 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument
249 #define FS_COL_ADD(_col, _joffs, _ioffs) \ argument
261 #define FS_COL_SUB(_col, _joffs, _ioffs) \ argument
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp2157 MatConstIterator::MatConstIterator(const Mat* _m, int _row, int _col) in MatConstIterator()
2350 MatConstIterator_<_Tp>::MatConstIterator_(const Mat_<_Tp>* _m, int _row, int _col) in MatConstIterator_()
2498 MatIterator_<_Tp>::MatIterator_(Mat_<_Tp>* _m, int _row, int _col) in MatIterator_()