Searched refs:m_OrigHeight (Results 1 – 5 of 5) sorted by relevance
348 cinfo.image_height = m_OrigHeight; in InitDecode()360 m_OrigHeight = cinfo.image_height; in InitDecode()362 m_OutputHeight = m_OrigHeight; in InitDecode()393 m_OutputHeight = m_OrigHeight = height; in Create()434 m_DownScale = FX_GetDownsampleRatio(m_OrigWidth, m_OrigHeight, dest_width, dest_height); in v_DownScale()436 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_DownScale()458 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_Rewind()
614 m_OrigHeight = Rows; in Create()618 if (m_OrigHeight == 0) { in Create()619 m_OrigHeight = height; in Create()623 m_OutputHeight = m_OrigHeight; in Create()
318 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > dest_size) { in CheckDestSize()328 m_OutputHeight = m_OrigHeight = height; in Create()
87 int m_OrigHeight; variable
639 m_OutputHeight = m_OrigHeight = height; in Create()