Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dslicetype.h139 int m_4x4Width; variable
H A Dslicetype.cpp980 m_4x4Width = ((m_param->sourceWidth / 4) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS; in Lookahead()
3090 for (int cuX = m_lookahead.m_4x4Width - 1; cuX >= 0; cuX--) in processTasks()
3184 for (int cuX = m_lookahead.m_4x4Width - 1; cuX >= 0; cuX--) in estimateFrameCost()
3224 const int widthInCU = hme ? m_lookahead.m_4x4Width : m_lookahead.m_8x8Width; in estimateCUCost()
/dports/multimedia/x265/source/encoder/
H A Dslicetype.h138 int m_4x4Width; variable
H A Dslicetype.cpp980 m_4x4Width = ((m_param->sourceWidth / 4) + X265_LOWRES_CU_SIZE - 1) >> X265_LOWRES_CU_BITS; in Lookahead()
3031 for (int cuX = m_lookahead.m_4x4Width - 1; cuX >= 0; cuX--) in processTasks()
3125 for (int cuX = m_lookahead.m_4x4Width - 1; cuX >= 0; cuX--) in estimateFrameCost()
3165 const int widthInCU = hme ? m_lookahead.m_4x4Width : m_lookahead.m_8x8Width; in estimateCUCost()