Searched refs:numPartions (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 621 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in encode_cu() local 622 RK_U32 qNumParts = (numPartions >> (depth << 1)) >> 2; in encode_cu() 716 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in proc_ctu64() local 719 for (k = 0; k < numPartions; k++) { in proc_ctu64() 729 proc_cu32(cu, cu_x_1, cu_y_1, numPartions / 4, cuDepth + 1, m); in proc_ctu64() 732 for (k = 0; k < numPartions; k++) { in proc_ctu64() 774 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in proc_ctu32() local 777 for (k = 0; k < numPartions; k++) { in proc_ctu32() 787 proc_cu16(cu, cu_x_1, cu_y_1, numPartions / 4, cuDepth + 1, m); in proc_ctu32() 790 for (k = 0; k < numPartions; k++) { in proc_ctu32()
|