Searched refs:max_cu_size (Results 1 – 7 of 7) sorted by relevance
189 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()
91 h265->max_cu_size = 32; in h265e_init()95 h265->max_cu_size = 64; in h265e_init()
87 u8 max_cu_size; member
156 FIELD_PREP(GENMASK(8, 0), param->max_cu_size); in allegro_encode_config_blob()
956 param->max_cu_size = ilog2(SIZE_MACROBLOCK); in fill_create_channel_param()
1050 RK_S32 max_cu_size; member
1035 RK_S32 max_cu_size; member