Searched refs:sliceType (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_enctropy.c | 129 static void initBuffer(H265eContextModel_t* contextModel, SliceType sliceType, RK_U8 cabacIntFlag, … in initBuffer() argument 133 h265e_dbg_skip("sliceType = %d", sliceType); in initBuffer() 134 if (sliceType == I_SLICE) in initBuffer() 136 else if (sliceType == P_SLICE) in initBuffer() 155 SliceType sliceType = slice->m_sliceType; in h265e_reset_enctropy() local 158 …initBuffer(&slice->m_contextModels[OFF_SPLIT_FLAG_CTX], sliceType, cabacInitFlag, qp, (RK_U8*)INIT… in h265e_reset_enctropy() 159 …initBuffer(&slice->m_contextModels[OFF_SKIP_FLAG_CTX], sliceType, cabacInitFlag, qp, (RK_U8*)INIT_… in h265e_reset_enctropy() 160 …initBuffer(&slice->m_contextModels[OFF_MERGE_FLAG_EXT_CTX], sliceType, cabacInitFlag, qp, (RK_U8*)… in h265e_reset_enctropy() 161 …initBuffer(&slice->m_contextModels[OFF_MERGE_IDX_EXT_CTX], sliceType, cabacInitFlag, qp, (uint8_t*… in h265e_reset_enctropy()
|