Home
last modified time | relevance | path

Searched defs:bitbuf (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_putbit.c22 MPP_RET vp8e_set_buffer(Vp8ePutBitBuf *bitbuf, RK_U8 *data, RK_S32 size) in vp8e_set_buffer()
40 MPP_RET vp8e_put_bool(Vp8ePutBitBuf *bitbuf, RK_S32 prob, RK_S32 bool_value) in vp8e_put_bool()
72 MPP_RET vp8e_put_lit(Vp8ePutBitBuf *bitbuf, RK_S32 value, in vp8e_put_lit()
81 MPP_RET vp8e_put_byte(Vp8ePutBitBuf *bitbuf, RK_S32 byte) in vp8e_put_byte()
88 MPP_RET vp8e_buffer_gap(Vp8ePutBitBuf *bitbuf, RK_S32 gap) in vp8e_buffer_gap()
98 MPP_RET vp8e_buffer_overflow(Vp8ePutBitBuf *bitbuf) in vp8e_buffer_overflow()
H A Dhal_vp8e_base.c225 static void set_hdr_segmentation(Vp8ePutBitBuf *bitbuf, Vp8ePps *ppss, in set_hdr_segmentation()
292 static void set_filter_level_delta(Vp8ePutBitBuf *bitbuf, Vp8eSps *sps) in set_filter_level_delta()
342 Vp8ePutBitBuf *bitbuf = &ctx->bitbuf[1]; in set_frame_header() local
868 Vp8ePutBitBuf *bitbuf = &ctx->bitbuf[0]; in set_frame_tag() local
924 Vp8ePutBitBuf *bitbuf = ctx->bitbuf; in set_data_part_size() local
H A Dhal_vp8e_entropy.c375 MPP_RET vp8e_calc_coeff_prob(Vp8ePutBitBuf *bitbuf, RK_S32 (*curr)[4][8][3][11], in vp8e_calc_coeff_prob()
402 MPP_RET vp8e_calc_mv_prob(Vp8ePutBitBuf *bitbuf, RK_S32 (*curr)[2][19], in vp8e_calc_mv_prob()
H A Dhal_vp8e_base.h350 Vp8ePutBitBuf bitbuf[4]; member