Searched refs:high (Results 1 – 8 of 8) sorted by relevance
48 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()
39 int high; member
5 The main purpose of mpp is to provide very high performance, high flexibility13 The first one is vcodec_service/vpu_service/mpp_service which is a high99 This module implements the high efficiency internal work flow. The codec module
6 The first one is vcodec_service/vpu_service/mpp_service which is a high
211 static inline RK_S32 Clamp(RK_S32 value, RK_S32 low, RK_S32 high) in Clamp() argument213 return value < low ? low : (value > high ? high : value); in Clamp()
145 # remove -g option for high version ndk
167 RK_S32 high, RK_S32 r) in decode_signed_subexp_with_ref() argument169 RK_S32 x = decode_unsigned_subexp_with_ref(sub_exp, high - low, r - low); in decode_signed_subexp_with_ref()
236 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…