Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c200 RK_U32 leadByte = cabac_ctx->m_low >> (13 + cabac_ctx->m_bitsLeft); in h265e_cabac_writeOut() local
207 if (leadByte == 0xff) { in h265e_cabac_writeOut()
212 RK_U32 carry = leadByte >> 8; in h265e_cabac_writeOut()
224 cabac_ctx->m_bufferedByte = (uint8_t)leadByte; in h265e_cabac_writeOut()