Searched refs:m_low (Results 1 – 5 of 5) sorted by relevance
170 cabac_ctx->m_low = 0; in h265e_cabac_resetBits()182 cabac_ctx->m_low = 0; in h265e_cabac_start()200 RK_U32 leadByte = cabac_ctx->m_low >> (13 + cabac_ctx->m_bitsLeft); in h265e_cabac_writeOut()205 cabac_ctx->m_low &= low_mask; in h265e_cabac_writeOut()255 RK_U32 low = cabac_ctx->m_low; in h265e_cabac_encodeBin()272 cabac_ctx->m_low = (low << numBits); in h265e_cabac_encodeBin()291 cabac_ctx->m_low += cabac_ctx->m_range; in h265e_cabac_encodeBinTrm()292 cabac_ctx->m_low <<= 7; in h265e_cabac_encodeBinTrm()298 cabac_ctx->m_low <<= 1; in h265e_cabac_encodeBinTrm()316 if (cabac_ctx->m_low >> (21 + cabac_ctx->m_bitsLeft)) { in h265e_cabac_finish()[all …]
29 RK_U32 m_low; member
41 u64 m_low; member342 result.m_low = m; in mul_64_64()361 result.m_low = (m0 & 0xffffffffull) | (m2 << 32); in mul_64_64()371 result.m_low = a.m_low + b.m_low; in add_128_128()372 result.m_high = a.m_high + b.m_high + (result.m_low < a.m_low); in add_128_128()404 result[k] = r01.m_low; in vli_mult()405 r01.m_low = r01.m_high; in vli_mult()410 result[ndigits * 2 - 1] = r01.m_low; in vli_mult()426 result[k] = r01.m_low; in vli_umult()427 r01.m_low = r01.m_high; in vli_umult()[all …]
140 return m_low; in get_low()178 tree m_low; variable190 m_low (low), m_high (high) in simple_cluster()194 m_high = m_low; in simple_cluster()