Searched refs:m_matrixHeight (Results 1 – 3 of 3) sorted by relevance
104 if ((y % symbolInfo->m_matrixHeight) == 0) { in encodeLowLevel()126 if ((y % symbolInfo->m_matrixHeight) == symbolInfo->m_matrixHeight - 1) { in encodeLowLevel()
93 m_matrixHeight = matrixHeight; in CBC_SymbolInfo()110 m_matrixHeight = matrixHeight; in CBC_SymbolInfo()212 return getVerticalDataRegions(e) * m_matrixHeight; in getSymbolDataHeight()238 sb += m_matrixHeight; in toString()
58 int32_t m_matrixHeight; variable