Home
last modified time | relevance | path

Searched refs:ctxModel (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c129 …_t* contextModel, SliceType sliceType, RK_U8 cabacIntFlag, RK_S32 qp, RK_U8* ctxModel, RK_S32 size) in initBuffer() argument
141 ctxModel += (2 - initType) * size; in initBuffer()
144 contextModel[n].m_state = sbacInit(qp, ctxModel[n]); in initBuffer()
236 void h265e_cabac_encodeBin(H265eCabacCtx *cabac_ctx, H265eContextModel_t *ctxModel, RK_U32 binValue) in h265e_cabac_encodeBin() argument
238 RK_U32 mstate = ctxModel->m_state; in h265e_cabac_encodeBin()
243 ctxModel->m_state = sbacNext(mstate, binValue); in h265e_cabac_encodeBin()
245 ctxModel->bBinsCoded = 1; in h265e_cabac_encodeBin()
H A Dh265e_enctropy.h45 void h265e_cabac_encodeBin(H265eCabacCtx *cabac_ctx, H265eContextModel_t *ctxModel, RK_U32 binValue…