Searched refs:leadByte (Results 1 – 1 of 1) sorted by relevance
200 RK_U32 leadByte = cabac_ctx->m_low >> (13 + cabac_ctx->m_bitsLeft); in h265e_cabac_writeOut() local207 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()