Home
last modified time | relevance | path

Searched refs:maxCUDepth (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
207 maxCUDepth = (uint32_t)convertToBit[codec->max_cu_size]; in h265e_set_sps()
209 minCUDepth = (codec->max_cu_size >> (maxCUDepth - 1)); in h265e_set_sps()
218 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { in h265e_set_sps()
222 maxCUDepth += addCUDepth; in h265e_set_sps()
224 init_zscan2raster(maxCUDepth + 1, 1, 0, &tmp ); in h265e_set_sps()
225 …init_raster2zscan(codec->max_cu_size, maxCUDepth + 1, &sps->raster2zscan[0], &sps->zscan2raster[0]… in h265e_set_sps()
226 … init_raster2pelxy(codec->max_cu_size, maxCUDepth + 1, &sps->raster2pelx[0], &sps->raster2pely[0]); in h265e_set_sps()
262 sps->m_maxCUDepth = maxCUDepth; in h265e_set_sps()
288 for (i = 0; i < (maxCUDepth - addCUDepth); i++) { in h265e_set_sps()
[all …]