Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvpx_rac.c48 c->high = 255; in vpx_init_range_decoder()
57 int shift = vpx_norm_shift[c->high]; in vpx_rac_renorm()
61 c->high <<= shift; in vpx_rac_renorm()
75 unsigned int low = 1 + (((c->high - 1) * prob) >> 8); 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()
93 c->high -= low; in vpx_rac_get_prob_branchy()
98 c->high = low; in vpx_rac_get_prob_branchy()
H A Dvpx_rac.h39 int high; member
/rockchip-linux_mpp/doc/design/
H A D1.mpp_design.txt5 The main purpose of mpp is to provide very high performance, high flexibility
13 The first one is vcodec_service/vpu_service/mpp_service which is a high
99 This module implements the high efficiency internal work flow. The codec module
H A D2.kernel_driver.txt6 The first one is vcodec_service/vpu_service/mpp_service which is a high
/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/
H A DCMakeLists.txt145 # remove -g option for high version ndk
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c167 RK_S32 high, RK_S32 r) 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()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md236 MppTask is a structure which can be extended by keyword value (MppMetaKey) and support complex high
1042 …to use the 3.x version. cmake-3.28 version verification passed. Using the high version of the cmak…