Searched refs:max_col (Results 1 – 11 of 11) 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); 188 for (Index c = start_col; c < max_col; ++c) { 361 const StorageIndex max_col = rhs.maxCol(peeled_k); 372 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 | 1717 const Index max_col = filter_rows * filter_cols * input_depth; in PackLhsHelper() local 1725 Index col_offset = round_up(internal::random<Index>(0, max_col - 10)); in PackLhsHelper() 1728 Index cols = std::min(block_cols, max_col - col_offset); in PackLhsHelper()
|
/external/tensorflow/tensorflow/examples/android/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/mksh/src/ |
D | misc.c | 1478 unsigned int i, r = 0, c, rows, cols, nspace, max_col; in print_columns() local 1491 max_col = (unsigned int)max_colz; in print_columns() 1509 cols = (x_cols + 1) / (max_col + 2); in print_columns() 1529 nspace = (x_cols - max_col * cols) / cols; in print_columns() 1532 max_col = -max_col; in print_columns() 1545 (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()
|