Searched refs:origInputPlane (Results 1 – 3 of 3) sorted by relevance
308 const Index origInputPlane = in coeff() local314 (inputPlane != origInputPlane * m_plane_inflate_strides))) { in coeff()326 origInputPlane * m_planeInputStride + in coeff()512 const Index origInputPlane = in coeff() local518 (inputPlane != origInputPlane * m_plane_inflate_strides))) { in coeff()524 inputCoords[1] = origInputPlane; in coeff()530 inputCoords[3] = origInputPlane; in coeff()
375 const Index origInputPlane = in loadCoeff() local380 if (origInputCol < 0 || origInputRow < 0 || origInputPlane < 0 || in loadCoeff()382 origInputPlane >= m_inputPlanes || in loadCoeff()385 (inputPlane != origInputPlane * m_patch_plane_inflate_strides)) { in loadCoeff()390 const Index inputIndex = depth + origInputPlane * m_planeInputStride + in loadCoeff()
390 …const Index origInputPlane = (m_plane_inflate_strides == 1) ? inputPlane : ((inputPlane >= 0) ? (i…392 … ((m_plane_inflate_strides != 1) && (inputPlane != origInputPlane * m_plane_inflate_strides))) {402 origInputPlane * m_planeInputStride +