Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c189 maxCUDepth = (uint32_t)convertToBit[codec->max_cu_size]; in h265e_set_sps()
191 minCUDepth = (codec->max_cu_size >> (maxCUDepth - 1)); in h265e_set_sps()
193 tuQTMaxLog2Size = convertToBit[codec->max_cu_size] + 2 - 1; in h265e_set_sps()
196 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { in h265e_set_sps()
203 …init_raster2zscan(codec->max_cu_size, maxCUDepth + 1, &sps->raster2zscan[0], &sps->zscan2raster[0]… in h265e_set_sps()
204 … init_raster2pelxy(codec->max_cu_size, maxCUDepth + 1, &sps->raster2pelx[0], &sps->raster2pely[0]); in h265e_set_sps()
239 sps->m_maxCUSize = codec->max_cu_size; in h265e_set_sps()
H A Dh265e_api.c91 h265->max_cu_size = 32; in h265e_init()
95 h265->max_cu_size = 64; in h265e_init()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.h87 u8 max_cu_size; member
H A Dallegro-mail.c156 FIELD_PREP(GENMASK(8, 0), param->max_cu_size); in allegro_encode_config_blob()
H A Dallegro-core.c956 param->max_cu_size = ilog2(SIZE_MACROBLOCK); in fill_create_channel_param()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h1050 RK_S32 max_cu_size; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h1035 RK_S32 max_cu_size; member