Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c191 RK_U8 convertToBit[MAX_CU_SIZE + 1]; in h265e_set_sps() local
200 memset(convertToBit, -1, sizeof(convertToBit)); in h265e_set_sps()
203 convertToBit[i] = c; in h265e_set_sps()
207 maxCUDepth = (uint32_t)convertToBit[codec->max_cu_size]; in h265e_set_sps()
211 tuQTMaxLog2Size = convertToBit[codec->max_cu_size] + 2 - 1; in h265e_set_sps()