Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c175 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local
191 minCUDepth = (codec->max_cu_size >> (maxCUDepth - 1)); in h265e_set_sps()
207 if ((prep->width % minCUDepth) != 0) { in h265e_set_sps()
209 RK_U32 rem = prep->width % minCUDepth; in h265e_set_sps()
210 padsize = minCUDepth - rem; in h265e_set_sps()
218 if ((prep->height % minCUDepth) != 0) { in h265e_set_sps()
220 RK_U32 rem = prep->height % minCUDepth; in h265e_set_sps()
221 padsize = minCUDepth - rem; in h265e_set_sps()