Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c221 static void set_hdr_segmentation(Vp8ePutBitBuf *bitbuf, Vp8ePps *ppss, in set_hdr_segmentation()
288 static void set_filter_level_delta(Vp8ePutBitBuf *bitbuf, Vp8eSps *sps) in set_filter_level_delta()
338 Vp8ePutBitBuf *bitbuf = &ctx->bitbuf[1]; in set_frame_header() local
863 Vp8ePutBitBuf *bitbuf = &ctx->bitbuf[0]; in set_frame_tag() local
919 Vp8ePutBitBuf *bitbuf = ctx->bitbuf; in set_data_part_size() local
H A Dhal_vp8e_entropy.c371 MPP_RET vp8e_calc_coeff_prob(Vp8ePutBitBuf *bitbuf, RK_S32 (*curr)[4][8][3][11], in vp8e_calc_coeff_prob()
398 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdlcdrv.h112 unsigned int bitbuf; member
136 unsigned int bitbuf; member
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_epp.c176 unsigned int bitbuf, bitstream, numbits, state; member
363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local