Searched refs:orig_col (Results 1 – 1 of 1) sorted by relevance
932 Index* orig_col) const { in padOrSkipCol() argument936 *orig_col = (m_base_mapper.m_patch_col_inflate_strides == 1) in padOrSkipCol()942 return (*orig_col < 0 || *orig_col >= m_base_mapper.m_inputCols) || in padOrSkipCol()943 (input_col != *orig_col * m_base_mapper.m_patch_col_inflate_strides); in padOrSkipCol()956 const Index orig_col) const { in origBaseIndex() argument958 orig_col * m_base_mapper.m_colInputStride + m_otherIndex; in origBaseIndex()