Searched refs:m_matrixHeight (Results 1 – 3 of 3) sorted by relevance
111 if ((y % symbolInfo->m_matrixHeight) == 0) { in encodeLowLevel()133 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()211 return getVerticalDataRegions(e) * m_matrixHeight; in getSymbolDataHeight()
61 int32_t m_matrixHeight; variable