Searched refs:origInputRow (Results 1 – 5 of 5) sorted by relevance
290 const Index origInputRow = in coeff() local296 (inputRow != origInputRow * m_row_inflate_strides))) { in coeff()324 const Index inputIndex = depth + origInputRow * m_rowInputStride + in coeff()497 const Index origInputRow = in coeff() local503 (inputRow != origInputRow * m_row_inflate_strides))) { in coeff()525 inputCoords[2] = origInputRow; in coeff()531 inputCoords[2] = origInputRow; in coeff()
297 const Index origInputRow = in loadCoeff() local301 if (origInputCol < 0 || origInputRow < 0 || origInputCol >= m_inputCols || in loadCoeff()302 origInputRow >= m_inputRows || in loadCoeff()304 (inputRow != origInputRow * m_patch_row_inflate_strides)) { in loadCoeff()308 const Index inputIndex = depth + origInputRow * m_rowInputStride + in loadCoeff()
367 const Index origInputRow = in loadCoeff() local380 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()381 origInputCol >= m_inputCols || origInputRow >= m_inputRows || in loadCoeff()384 (inputRow != origInputRow * m_patch_row_inflate_strides) || in loadCoeff()391 origInputRow * m_rowInputStride + in loadCoeff()
349 …const Index origInputRow = (m_row_inflate_strides == 1) ? inputRow : ((inputRow >= 0) ? (inputRow …351 ((m_row_inflate_strides != 1) && (inputRow != origInputRow * m_row_inflate_strides))) {358 …const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride…
380 …const Index origInputRow = (m_row_inflate_strides == 1) ? inputRow : ((inputRow >= 0) ? (inputRow …382 ((m_row_inflate_strides != 1) && (inputRow != origInputRow * m_row_inflate_strides))) {400 origInputRow * m_rowInputStride +