Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c53 static RK_S32 mpp_av1_read_uvlc(BitReadCtx_t *gbc, const char *name, RK_U32 *write_to, in mpp_av1_read_uvlc() argument
58 mpp_read_ue(gbc, &value); in mpp_av1_read_uvlc()
71 static RK_S32 mpp_av1_read_leb128(BitReadCtx_t *gbc, RK_U64 *write_to) in mpp_av1_read_leb128() argument
80 READ_BITS(gbc, 8, &byte); in mpp_av1_read_leb128()
102 static RK_S32 mpp_av1_read_ns(BitReadCtx_t *gbc, const char *name, in mpp_av1_read_ns() argument
111 if (mpp_get_bits_left(gbc) < w) { in mpp_av1_read_ns()
117 READ_BITS(gbc, w - 1, &v); in mpp_av1_read_ns()
124 READ_ONEBIT(gbc, &extra_bit); in mpp_av1_read_ns()
136 static RK_S32 mpp_av1_read_increment(BitReadCtx_t *gbc, RK_U32 range_min, in mpp_av1_read_increment() argument
148 if (mpp_get_bits_left(gbc) < 1) { in mpp_av1_read_increment()
[all …]