Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/libvpx/libvpx/test/
Dpp_filter_test.cc167 void SetCols(unsigned char *s, int rows, int cols, int src_width) { in SetCols()
177 int rows, int cols, int src_pitch) { in RunComparison()
187 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, in RunFilterLevel()
197 const int cols = 16; in TEST_P() local
212 const int cols = 16; in TEST_P() local
228 const int cols = 16; in TEST_P() local
249 const int cols = 16; in TEST_P() local
277 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { in SetRows()
285 int rows, int cols, int src_pitch) { in RunComparison()
295 void RunFilterLevel(unsigned char *s, int rows, int cols, int src_width, in RunFilterLevel()
[all …]
/external/dng_sdk/source/
Ddng_bottlenecks.h670 uint32 cols, in DoSetArea8()
691 uint32 cols, in DoSetArea16()
712 uint32 cols, in DoSetArea32()
735 uint32 cols, in DoCopyArea8()
762 uint32 cols, in DoCopyArea16()
789 uint32 cols, in DoCopyArea32()
816 uint32 cols, in DoCopyArea8_16()
843 uint32 cols, in DoCopyArea8_S16()
870 uint32 cols, in DoCopyArea8_32()
897 uint32 cols, in DoCopyArea16_S16()
[all …]
Ddng_pixel_buffer.cpp549 uint32 cols = area.W (); in SetConstant() local
718 uint32 cols = area.W (); in CopyArea() local
1295 uint32 cols = dstArea.W (); in RepeatArea() local
1433 uint32 cols = fArea.W (); in ShiftRight() local
1518 uint32 cols = area.W (); in EqualArea() local
1639 uint32 cols, in MaxDiff()
1687 uint32 cols, in MaxDiff()
1746 uint32 cols = area.W (); in MaximumDifference() local
/external/eigen/test/
Dproduct_small.cpp50 test_lazy_single(int rows, int cols, int depth) in test_lazy_single()
71 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) in test_lazy_all_layout()
87 int cols = internal::random<int>(1,12); in test_lazy_l1() local
116 int cols = internal::random<int>(1,12); in test_lazy_l2() local
152 int cols = internal::random<int>(1,12); in test_lazy_l3() local
Darray.cpp21 Index cols = m.cols(); in array() local
138 Index cols = m.cols(); in comparisons() local
216 Index cols = m.cols(); in array_real() local
327 Index cols = m.cols(); in array_complex() local
431 Index cols = m.cols(); in min_max() local
Dproduct_trmm.cpp22 int cols=get_random_size<Scalar>(), in trmm()
72 void trmv(int rows=get_random_size<Scalar>(), int cols=get_random_size<Scalar>()) in trmv()
78 void trmm(int rows=get_random_size<Scalar>(), int cols=get_random_size<Scalar>(), int otherCols = g… in trmm()
Darray_for_matrix.cpp20 Index cols = m.cols(); in array_for_matrix() local
91 Index cols = m.cols(); in comparisons() local
179 Index cols = m.cols(); in cwise_min_max() local
221 Index rows = t.rows(), cols = t.cols(); in resize() local
Dsvd_common.h28 Index cols = m.cols(); in svd_check_full() local
65 Index cols = m.cols(); in svd_compare_to_full() local
106 Index cols = m.cols(); in svd_least_square() local
172 Index cols = m.cols(); in svd_min_norm() local
442 Index cols = m.cols(); in svd_verify_assert() local
Ddiagonal.cpp18 Index cols = m.cols(); in diagonal() local
73 Index cols = m.cols(); in diagonal_assert() local
Dconservative_resize.cpp41 const Index cols = internal::random<Index>(1,50); in run_matrix_tests() local
51 const Index cols = internal::random<Index>(50,75); in run_matrix_tests() local
Dbandmatrix.cpp19 Index cols = _m.cols(); in bandmatrix() local
66 Index cols = internal::random<Index>(1,10); in test_bandmatrix() local
Ddense_storage.cpp21 const int cols = (Cols==Dynamic) ? 3 : Cols; in dense_storage_copy() local
41 const int cols = (Cols==Dynamic) ? 3 : Cols; in dense_storage_assignment() local
Dlinearstructure.cpp27 Index cols = m.cols(); in linearStructure() local
77 …> void real_complex(DenseIndex rows = MatrixType::RowsAtCompileTime, DenseIndex cols = MatrixType:… in real_complex()
/external/gemmlowp/meta/generators/
Dgemm_NxMxK_neon.py101 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument
118 def MulName(result_type, lhs_add, rhs_add, rows, cols): argument
131 rows, cols, leftovers): argument
155 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument
180 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument
194 def BuildName(output_type, aligned, rows, cols, leftover): argument
230 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument
/external/eigen/doc/examples/
Dclass_Block.cpp8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
/external/valgrind/drd/tests/
Dmatinv.c36 int cols; member
56 static elem_t* new_matrix(const int rows, const int cols) in new_matrix()
70 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix()
84 const elem_t* const a, const int rows, const int cols) in print_matrix()
175 const int cols = p->cols; in gj_threadfunc() local
223 static void gj(elem_t* const a, const int rows, const int cols) in gj()
Domp_matinv.c44 static elem_t* new_matrix(const int rows, const int cols) in new_matrix()
58 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix()
72 const elem_t* const a, const int rows, const int cols) in print_matrix()
158 static void gj(elem_t* const a, const int rows, const int cols) in gj()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h30 transform_1d cols, rows; // vertical and horizontal member
37 highbd_transform_1d cols, rows; // vertical and horizontal member
Dvp9_debugmodes.c30 int cols = cm->mi_cols; in print_mi_data() local
52 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
/external/toybox/lib/
Dlinestack.c87 int (*escout)(FILE *out, int cols, int wc)) in crunch_str()
121 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape()
137 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape()
174 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
/external/libvpx/libvpx/vpx_dsp/
Ddeblock.c44 int dst_pixels_per_line, int cols, in vpx_post_proc_down_and_across_mb_row_c()
117 int cols, int flimit) { in vpx_mbpost_proc_across_ip_c()
160 void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, in vpx_mbpost_proc_down_c()
Dsubtract.c19 void vpx_subtract_block_c(int rows, int cols, int16_t *diff, in vpx_subtract_block_c()
35 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff, in vpx_highbd_subtract_block_c()
/external/webrtc/webrtc/system_wrappers/include/
Daligned_array.h23 AlignedArray(size_t rows, size_t cols, size_t alignment) in AlignedArray()
74 size_t cols() const { in cols() function
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc47 void prepare_test_data(std::uint8_t* data, std::int32_t rows, std::int32_t cols, in prepare_test_data()
62 std::int32_t rows, std::int32_t cols, std::int32_t depth, in check_result()
118 std::int32_t rows, std::int32_t cols, std::int32_t depth, in check_result_f()
163 void clear(T* result, std::int32_t rows, std::int32_t cols) { in clear()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java554 String cols[] = { "TABLE_SCHEM" }; in getSchemas() local
564 String cols[] = { "TABLE_CAT" }; in getCatalogs() local
574 String cols[] = { "TABLE_TYPE" }; in getTableTypes() local
615 String cols[] = { in getColumns() local
688 String cols[] = { in getColumnPrivileges() local
708 String cols[] = { in getTablePrivileges() local
751 String cols[] = { in getBestRowIdentifier() local
842 String cols[] = { in getVersionColumns() local
877 String cols[] = { in getPrimaryKeys() local
1040 String cols[] = { in getImportedKeys() local
[all …]

12345678910>>...12