Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c170 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 …]
H A Dh265e_enctropy.h29 RK_U32 m_low; member
/OK3568_Linux_fs/kernel/crypto/
H A Decc.c41 u64 m_low; member
342 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-switch-conversion.h140 return m_low; in get_low()
178 tree m_low; variable
190 m_low (low), m_high (high) in simple_cluster()
194 m_high = m_low; in simple_cluster()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-switch-conversion.h140 return m_low; in get_low()
178 tree m_low; variable
190 m_low (low), m_high (high) in simple_cluster()
194 m_high = m_low; in simple_cluster()