Lines Matching refs:puIdx
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
688 h265e_dbg_skip("32 ctu puIdx %d no need split", puIdx); in proc_cu32()
689 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32()
693 h265e_dbg_skip("32 ctu puIdx %d out of pic", puIdx); in proc_cu32()
694 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32()
701 newPuIdx = puIdx * 4 + m; in proc_cu32()