Searched refs:nSubPart (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 622 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu8() local 627 memset(cu->m_cuDepth + puIdx * nSubPart, 3, nSubPart); in proc_cu8() 635 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu16() local 644 memset(cu->m_cuDepth + puIdx * nSubPart, 2, nSubPart); in proc_cu16() 649 memset(cu->m_cuDepth + puIdx * nSubPart, 2, nSubPart); in proc_cu16() 667 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu32() local 676 memset(cu->m_cuDepth + puIdx * nSubPart, 1, nSubPart); in proc_cu32() 681 memset(cu->m_cuDepth + puIdx * nSubPart, 1, nSubPart); in proc_cu32()
|