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()
303 const Index origInputRow = in loadCoeff() local307 if (origInputCol < 0 || origInputRow < 0 || origInputCol >= m_inputCols || in loadCoeff()308 origInputRow >= m_inputRows || in loadCoeff()310 (inputRow != origInputRow * m_patch_row_inflate_strides)) { in loadCoeff()314 const Index inputIndex = depth + origInputRow * m_rowInputStride + in loadCoeff()
369 const Index origInputRow = in loadCoeff() local382 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()383 origInputCol >= m_inputCols || origInputRow >= m_inputRows || in loadCoeff()386 (inputRow != origInputRow * m_patch_row_inflate_strides) || in loadCoeff()393 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 +