Searched refs:max_cu_size (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 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() 211 tuQTMaxLog2Size = convertToBit[codec->max_cu_size] + 2 - 1; in h265e_set_sps() 218 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { 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() 261 sps->m_maxCUSize = codec->max_cu_size; in h265e_set_sps()
|
| H A D | h265e_api.c | 78 h265->max_cu_size = 32; in h265e_init() 80 h265->max_cu_size = 64; in h265e_init()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 884 RK_S32 max_cu_size; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 186 …s32, rk_s32, lcu_size, FLAG_INCR, h265, max_cu_size); \
|