Searched refs:inputCol (Results 1 – 5 of 5) sorted by relevance
271 const Index inputCol = colIndex * m_col_strides + in coeff() local275 ? inputCol in coeff()276 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in coeff()277 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()279 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()481 const Index inputCol = colIndex * m_col_strides + in coeff() local485 ? inputCol in coeff()486 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in coeff()487 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()489 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()
289 const Index inputCol = colIndex + colOffset * m_in_col_strides; in loadCoeff() local292 ? inputCol in loadCoeff()293 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in loadCoeff()303 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()325 const Index inputCol = colIndex + colOffset; in loadCoeffStandard() local327 if (inputCol < 0 || inputCol >= m_inputCols || inputRow < 0 || in loadCoeffStandard()333 inputCol * m_colInputStride + otherIndex; in loadCoeffStandard()422 const Index inputCol = colIndex + colOffset; in loadPacketFast() local424 if (inputCol < 0 || inputRow < 0 || inputCol >= m_inputCols || in loadPacketFast()432 inputCol * m_colInputStride + otherIndex; in loadPacketFast()
358 const Index inputCol = colIndex + colOffset * m_in_col_strides; in loadCoeff() local361 ? inputCol in loadCoeff()362 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in loadCoeff()383 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()414 const Index inputCol = colIndex + colOffset; in loadCoeffStandard() local418 if (inputCol < 0 || inputCol >= m_inputCols || inputRow < 0 || in loadCoeffStandard()427 inputCol * m_colInputStride + otherIndex; in loadCoeffStandard()546 const Index inputCol = colIndex + colOffset; in loadPacketFast() local550 if (inputCol < 0 || inputRow < 0 || inputPlane < 0 || in loadPacketFast()551 inputCol >= m_inputCols || inputRow >= m_inputRows || in loadPacketFast()[all …]
338 … const Index inputCol = colIndex * m_col_strides + colOffset * m_in_col_strides - m_colPaddingLeft;339 …onst Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol /…340 if (inputCol < 0 || inputCol >= m_input_cols_eff ||341 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
369 … const Index inputCol = colIndex * m_col_strides + colOffset * m_in_col_strides - m_colPaddingLeft;370 …onst Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol /…371 if (inputCol < 0 || inputCol >= m_input_cols_eff ||372 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {