Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c192 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local
209 minCUDepth = (codec->max_cu_size >> (maxCUDepth - 1)); in h265e_set_sps()
229 if ((prep->width % minCUDepth) != 0) { in h265e_set_sps()
231 RK_U32 rem = prep->width % minCUDepth; in h265e_set_sps()
232 padsize = minCUDepth - rem; in h265e_set_sps()
240 if ((prep->height % minCUDepth) != 0) { in h265e_set_sps()
242 RK_U32 rem = prep->height % minCUDepth; in h265e_set_sps()
243 padsize = minCUDepth - rem; in h265e_set_sps()