Searched refs:nSubPart (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 643 static void proc_cu8(DataCu *cu, RK_S32 nSubPart, RK_S32 cuDepth, RK_S32 puIdx) in proc_cu8() argument 647 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu8() 651 RK_S32 nSubPart, RK_S32 cuDepth, RK_S32 puIdx) in proc_cu16() argument 661 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16() 666 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16() 672 proc_cu8(cu, nSubPart / 4, cuDepth + 1, newPuIdx); in proc_cu16() 677 RK_S32 nSubPart, RK_S32 cuDepth, RK_S32 puIdx) in proc_cu32() argument 689 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32() 694 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32() 702 proc_cu16(cu, cu_x_1, cu_y_1, nSubPart / 4, cuDepth + 1, newPuIdx); in proc_cu32()
|