updateMD5Plane    114 source/common/picyuv.h void updateMD5Plane(MD5Context& md5, const pixel* plane, uint32_t width, uint32_t height, intptr_t stride);
updateMD5Plane    805 source/encoder/frameencoder.cpp             updateMD5Plane(m_state[0], reconPic->m_picOrg[0], width, height, stride);
updateMD5Plane    816 source/encoder/frameencoder.cpp                 updateMD5Plane(m_state[1], reconPic->m_picOrg[1], width, height, stride);
updateMD5Plane    817 source/encoder/frameencoder.cpp                 updateMD5Plane(m_state[2], reconPic->m_picOrg[2], width, height, stride);
updateMD5Plane    728 source/encoder/framefilter.cpp             updateMD5Plane(m_frameEncoder->m_state[0], reconPic->getLumaAddr(cuAddr), width, height, stride);
updateMD5Plane    741 source/encoder/framefilter.cpp                 updateMD5Plane(m_frameEncoder->m_state[1], reconPic->getCbAddr(cuAddr), width, height, stride);
updateMD5Plane    742 source/encoder/framefilter.cpp                 updateMD5Plane(m_frameEncoder->m_state[2], reconPic->getCrAddr(cuAddr), width, height, stride);