SAO_DEPTHRATE_SIZE 126 source/encoder/sao.cpp CHECKED_MALLOC(m_depthSaoRate, double, 2 * SAO_DEPTHRATE_SIZE); SAO_DEPTHRATE_SIZE 128 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + 0] = 0; SAO_DEPTHRATE_SIZE 129 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + 1] = 0; SAO_DEPTHRATE_SIZE 130 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + 2] = 0; SAO_DEPTHRATE_SIZE 131 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + 3] = 0; SAO_DEPTHRATE_SIZE 132 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + 0] = 0; SAO_DEPTHRATE_SIZE 133 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + 1] = 0; SAO_DEPTHRATE_SIZE 134 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + 2] = 0; SAO_DEPTHRATE_SIZE 135 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + 3] = 0; SAO_DEPTHRATE_SIZE 266 source/encoder/sao.cpp if (m_refDepth > 0 && m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + m_refDepth - 1] > SAO_ENCODING_RATE) SAO_DEPTHRATE_SIZE 268 source/encoder/sao.cpp if (m_refDepth > 0 && m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + m_refDepth - 1] > SAO_ENCODING_RATE_CHROMA) SAO_DEPTHRATE_SIZE 1210 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + m_refDepth] = 1.0; SAO_DEPTHRATE_SIZE 1214 source/encoder/sao.cpp m_depthSaoRate[0 * SAO_DEPTHRATE_SIZE + m_refDepth] = m_numNoSao[0] / ((double)numctus); SAO_DEPTHRATE_SIZE 1219 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + m_refDepth] = 1.0; SAO_DEPTHRATE_SIZE 1222 source/encoder/sao.cpp m_depthSaoRate[1 * SAO_DEPTHRATE_SIZE + m_refDepth] = m_numNoSao[1] / ((double)numctus);