Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c174 RK_U8 convertToBit[MAX_CU_SIZE + 1]; in h265e_set_sps() local
182 memset(convertToBit, -1, sizeof(convertToBit)); in h265e_set_sps()
185 convertToBit[i] = c; in h265e_set_sps()
189 maxCUDepth = (uint32_t)convertToBit[codec->max_cu_size]; in h265e_set_sps()
193 tuQTMaxLog2Size = convertToBit[codec->max_cu_size] + 2 - 1; in h265e_set_sps()