Searched refs:m_leftInit (Results 1 – 2 of 2) sorted by relevance
34 m_leftInit = (m_width - INIT_SIZE) >> 1; in CBC_WhiteRectangleDetector()40 if (m_upInit < 0 || m_leftInit < 0 || m_downInit >= m_height || in Init()55 m_leftInit = x - halfsize; in CBC_WhiteRectangleDetector()62 int32_t left = m_leftInit; in Detect()
43 int32_t m_leftInit; variable