Home
last modified time | relevance | path

Searched refs:v_ratio (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-swscaler.cpp30 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale() local
55 src_y = LibScaler::min(src_y + v_ratio, (m_nSrcTop + m_nSrcHeight) << 16); in Scale()
69 unsigned int v_ratio = (m_nSrcHeight << 16) / m_nDstHeight; in Scale() local
83 src_y = LibScaler::min(src_y + v_ratio, (m_nSrcTop + m_nSrcHeight) << 16); in Scale()
102 src_y = LibScaler::min(src_y + v_ratio, ((m_nSrcTop + m_nSrcHeight) / 2) << 16); in Scale()