Searched refs:max_col (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mv.h | 47 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, in clamp_mv() argument 49 mv->col = clamp(mv->col, min_col, max_col); in clamp_mv()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions.h | 182 const StorageIndex max_col = rhs.maxCol(peeled_k); 189 for (Index c = start_col; c < max_col; ++c) { 362 const StorageIndex max_col = rhs.maxCol(peeled_k); 374 for (Index c = start_col; c < max_col; ++c) {
|
D | eigen_cuboid_convolution.h | 976 const Index max_col = in maxCol() local 978 return std::min<Index>(1 + max_col, patchCols()); in maxCol() 1249 const Index max_col = rhs.maxCol(peeled_k); 1251 for (Index c = start_col; c < max_col; ++c) { 1431 const Index max_col = rhs.maxCol(peeled_k); 1433 for (Index c = start_col; c < max_col; ++c) { 1709 const Index max_col = rhs.maxCol(peeled_k); 1715 for (Index c = start_col; c < max_col; ++c) {
|
D | eigen_spatial_convolutions-inl.h | 781 const Index max_col = in maxCol() local 784 return std::min<Index>(1 + max_col, patchCols()); in maxCol() 1093 const Index max_col = rhs.maxCol(peeled_k); 1095 for (Index c = start_col; c < max_col; ++c) { 1301 const Index max_col = rhs.maxCol(peeled_k); 1303 for (Index c = start_col; c < max_col; ++c) {
|
D | eigen_spatial_convolutions_test.cc | 1710 const Index max_col = filter_rows * filter_cols * input_depth; in PackLhsHelper() local 1717 Index col_offset = round_up(internal::random<Index>(0, max_col - 10)); in PackLhsHelper() 1720 Index cols = std::min(block_cols, max_col - col_offset); in PackLhsHelper()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image.h | 55 RowData(T* const row_data, const int max_col) in RowData() argument 56 : row_data_(row_data), max_col_(max_col) {} in RowData()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_mat_private.h | 21 unsigned max_col; member
|
D | isl_mat.c | 79 mat->max_col = n_col; in isl_mat_alloc() 99 if (mat->max_col >= n_col && mat->n_row >= n_row) { in isl_mat_extend() 105 if (mat->max_col < n_col) { in isl_mat_extend() 124 mat->block = isl_blk_extend(mat->ctx, mat->block, n_row * mat->max_col); in isl_mat_extend() 135 mat->row[i] = mat->block.data + i * mat->max_col; in isl_mat_extend()
|
/external/mksh/src/ |
D | misc.c | 1530 unsigned int i, r = 0, c, rows, cols, nspace, max_col; in print_columns() local 1543 max_col = (unsigned int)max_colz; in print_columns() 1561 cols = (x_cols + 1) / (max_col + 2); in print_columns() 1581 nspace = (x_cols - max_col * cols) / cols; in print_columns() 1584 max_col = -max_col; in print_columns() 1597 (int)max_col, str, (int)nspace, null); in print_columns()
|
/external/e2fsprogs/ext2ed/ |
D | win.c | 58 …show_pad_info.max_line=show_pad_info.display_lines-1;show_pad_info.max_col=show_pad_info.display_c… in setup_show_win()
|
D | ext2ed.h | 178 int max_line,max_col; member
|
D | general_com.c | 661 show_pad_info.max_line=l-1;show_pad_info.max_col=COLS-1; in show()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1256 int max_col = static_cast<int>( in DrawTilingPattern() local 1276 for (int col = min_col; col <= max_col; col++) { in DrawTilingPattern() 1308 max_col = (clip_box.right - orig_x) / width; in DrawTilingPattern() 1310 max_col--; in DrawTilingPattern() 1350 for (int col = min_col; col <= max_col; col++) { in DrawTilingPattern()
|