Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c195 RK_S32 tuQTMinLog2Size = 2, tuQTMaxLog2Size; in h265e_set_sps() local
211 tuQTMaxLog2Size = convertToBit[codec->max_cu_size] + 2 - 1; in h265e_set_sps()
214 tuQTMaxLog2Size = tuQTMaxLog2Size + 1; in h265e_set_sps()
282 sps->m_quadtreeTULog2MaxSize = tuQTMaxLog2Size; in h265e_set_sps()