Searched refs:low (Results 1 – 9 of 9) sorted by relevance
75 unsigned int low = 1 + (((c->high - 1) * prob) >> 8); in vpx_rac_get_prob() local76 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() local90 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()
771 RK_S32 low; member793 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 …]
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()
255 RK_U32 low = cabac_ctx->m_low; in h265e_cabac_encodeBin() local269 low += range; in h265e_cabac_encodeBin()272 cabac_ctx->m_low = (low << numBits); in h265e_cabac_encodeBin()
166 static RK_S32 decode_signed_subexp_with_ref(RK_U32 sub_exp, RK_S32 low, 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()170 return x + low; in decode_signed_subexp_with_ref()
252 mpp (73f2ee87a7f836daa6d09b3f65e5abd8e1380318-1) unstable; urgency=low
231 …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…
542 - [vepu510]: Add split low delay output mode support
217 # rpath makes low sense for Android