Searched defs:gbc (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 53 static RK_S32 mpp_av1_read_uvlc(BitReadCtx_t *gbc, const char *name, RK_U32 *write_to, 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() 102 static RK_S32 mpp_av1_read_ns(BitReadCtx_t *gbc, const char *name, 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() 169 RK_S32 mpp_av1_read_unsigned(BitReadCtx_t *gbc, in mpp_av1_read_unsigned() 208 RK_S32 mpp_av1_read_signed(BitReadCtx_t *gbc, in mpp_av1_read_signed() 240 static RK_S32 mpp_av1_read_subexp(BitReadCtx_t *gbc, in mpp_av1_read_subexp() 300 static size_t mpp_av1_get_payload_bytes_left(BitReadCtx_t *gbc) in mpp_av1_get_payload_bytes_left() 2689 BitReadCtx_t gbc; in mpp_av1_split_fragment() local 2789 BitReadCtx_t *gbc, in mpp_av1_ref_tile_data() [all …]
|