Searched refs:maxCUDepth (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 175 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local 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() 196 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { in h265e_set_sps() 200 maxCUDepth += addCUDepth; in h265e_set_sps() 202 init_zscan2raster(maxCUDepth + 1, 1, 0, &tmp ); 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() 240 sps->m_maxCUDepth = maxCUDepth; in h265e_set_sps() 266 for (i = 0; i < (maxCUDepth - addCUDepth); i++) { in h265e_set_sps() [all …]
|