Searched refs:max_row (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mv.h | 48 int max_row) { in clamp_mv() argument 50 mv->row = clamp(mv->row, min_row, max_row); in clamp_mv()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions.h | 193 const StorageIndex max_row = rhs.maxRow(peeled_k, c); 197 eigen_assert(has_padding || !lm.padAnyRow(start_row, max_row - 1)); 201 (!pad_col && !lm.padAnyRow(start_row, max_row - 1))) { 207 (max_row - start_row) * rhs.patchDepth()); 286 for (StorageIndex r = start_row; r < max_row; ++r) { 378 const StorageIndex max_row = rhs.maxRow(peeled_k, c); 381 for (StorageIndex r = start_row; r < max_row; ++r) {
|
D | eigen_spatial_convolutions-inl.h | 790 const Index max_row = (m_depth_offset + (peeled_k == 0 ? 0 : peeled_k - 1) - in maxRow() local 793 return std::min<Index>(1 + max_row, patchRows()); in maxRow() 1099 const Index max_row = rhs.maxRow(peeled_k, c); 1109 !dm0.padRow(start_row) && !dm0.padRow(max_row - 1) && // 1110 !dm1.padRow(start_row) && !dm1.padRow(max_row - 1) && // 1111 !dm2.padRow(start_row) && !dm2.padRow(max_row - 1) && // 1112 !dm3.padRow(start_row) && !dm3.padRow(max_row - 1)) { 1120 (max_row - start_row) * rhs.patchDepth() - start_depth; 1153 for (Index r = start_row; r < max_row; ++r) { 1307 const Index max_row = rhs.maxRow(peeled_k, c); [all …]
|
D | where_op_gpu.cu.h | 222 WhereOutputIterator(int64* ptr, const Eigen::DenseIndex max_row) 223 : ptr_(ptr), max_row_(max_row) {}
|
D | eigen_cuboid_convolution.h | 984 const Index max_row = fastPatchRowStride().divide( in maxRow() local 986 return std::min<Index>(1 + max_row, patchRows()); in maxRow() 1255 const Index max_row = rhs.maxRow(peeled_k, c); 1262 for (Index r = start_row; r < max_row; ++r) { 1437 const Index max_row = rhs.maxRow(peeled_k, c); 1444 for (Index r = start_row; r < max_row; ++r) { 1719 const Index max_row = rhs.maxRow(peeled_k, c); 1722 for (Index r = start_row; r < max_row; ++r) {
|
D | eigen_spatial_convolutions_test.cc | 1709 const Index max_row = filter_count; in PackLhsHelper() local 1716 Index row_offset = round_up(internal::random<Index>(0, max_row - 10)); in PackLhsHelper() 1719 Index rows = std::min(block_rows, max_row - row_offset); in PackLhsHelper()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1260 int max_row = static_cast<int>( in DrawTilingPattern() local 1277 for (int row = min_row; row <= max_row; row++) { in DrawTilingPattern() 1316 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern() 1318 max_row--; in DrawTilingPattern() 1351 for (int row = min_row; row <= max_row; row++) { in DrawTilingPattern()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorReductionCuda.h | 685 const Index max_row = numext::mini(input_row + NumPerThread, num_coeffs_to_reduce); 686 for (Index j = input_row; j < max_row; j++) {
|
/external/aac/libSACdec/src/ |
D | sac_process.cpp | 426 INT max_row = self->numOutputChannels; in SpatialDecApplyM2_Mode212() local 431 for (row = 0; row < max_row; row++) // 2 times in SpatialDecApplyM2_Mode212()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scheduler.c | 369 int max_row; member 802 graph->max_row = n_edge + graph->maxvar; in compute_max_row() 1221 coincident = isl_calloc_array(ctx, int, graph->max_row); in add_node() 1230 if (!space || !sched || (graph->max_row && !coincident)) in add_node() 3187 if (graph->n_total_row >= graph->max_row) in update_schedule() 3848 sub->max_row = graph->max_row; in extract_sub_graph()
|