Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvpx_rac.c75 unsigned int low = 1 + (((c->high - 1) * prob) >> 8); in vpx_rac_get_prob() local
76 unsigned int low_shift = low << 16; in vpx_rac_get_prob()
79 c->high = bit ? c->high - low : low; in vpx_rac_get_prob()
89 unsigned low = 1 + (((c->high - 1) * prob) >> 8); in vpx_rac_get_prob_branchy() local
90 unsigned low_shift = low << 16; in vpx_rac_get_prob_branchy()
93 c->high -= low; in vpx_rac_get_prob_branchy()
98 c->high = low; in vpx_rac_get_prob_branchy()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c771 RK_S32 low; member
793 ctx->low = 0; in init_context()
803 RK_S32 out = ctx->low >> (ctx->queue + 10); in h264e_cabac_putbyte()
805 ctx->low &= (0x400 << ctx->queue) - 1; in h264e_cabac_putbyte()
841 ctx->low <<= shift; in h264e_cabac_renorm()
893 ctx->low += ctx->range; in h264e_cabac_write_skip_flag()
911 ctx->low += ctx->range - 2; in h264e_cabac_flush()
912 ctx->low |= 1; in h264e_cabac_flush()
913 ctx->low <<= 9; in h264e_cabac_flush()
919 ctx->low <<= -ctx->queue; in h264e_cabac_flush()
[all …]
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dfilm_grain_noise_table.c211 static inline RK_S32 Clamp(RK_S32 value, RK_S32 low, RK_S32 high) in Clamp() argument
213 return value < low ? low : (value > high ? high : value); in Clamp()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c255 RK_U32 low = cabac_ctx->m_low; in h265e_cabac_encodeBin() local
269 low += range; in h265e_cabac_encodeBin()
272 cabac_ctx->m_low = (low << numBits); in h265e_cabac_encodeBin()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c166 static RK_S32 decode_signed_subexp_with_ref(RK_U32 sub_exp, RK_S32 low, in decode_signed_subexp_with_ref() argument
169 RK_S32 x = decode_unsigned_subexp_with_ref(sub_exp, high - low, r - low); in decode_signed_subexp_with_ref()
170 return x + low; in decode_signed_subexp_with_ref()
/rockchip-linux_mpp/debian/
H A Dchangelog252 mpp (73f2ee87a7f836daa6d09b3f65e5abd8e1380318-1) unstable; urgency=low
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md231 …s interfaces such as put_packet/get_frame, MppTask has complex process and low efficiency which is…
995 …de; 2:Segment information output mode. Under low delay output mode, the encoder outputs each slice…
/rockchip-linux_mpp/
H A DCHANGELOG.md542 - [vepu510]: Add split low delay output mode support
/rockchip-linux_mpp/build/android/
H A Dandroid.toolchain.cmake217 # rpath makes low sense for Android