Searched refs:puIdx (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 645 h265e_dbg_skip("8 ctu puIdx %d no need split", puIdx); in proc_cu8() 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 660 h265e_dbg_skip("16 ctu puIdx %d no need split", puIdx); in proc_cu16() 661 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16() 665 h265e_dbg_skip("16 ctu puIdx %d out of pic", puIdx); in proc_cu16() 666 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16() 671 newPuIdx = puIdx * 4 + m; in proc_cu16() 677 RK_S32 nSubPart, RK_S32 cuDepth, RK_S32 puIdx) in proc_cu32() argument [all …]
|