Lines Matching refs:cuDepth
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()
717 RK_S32 cuDepth = 0; in proc_ctu64() local
729 proc_cu32(cu, cu_x_1, cu_y_1, numPartions / 4, cuDepth + 1, m); in proc_ctu64()
775 RK_S32 cuDepth = 0; in proc_ctu32() local
787 proc_cu16(cu, cu_x_1, cu_y_1, numPartions / 4, cuDepth + 1, m); in proc_ctu32()