Home
last modified time | relevance | path

Searched defs:bitctx (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitread.c24 static MPP_RET update_curbyte_default(BitReadCtx_t *bitctx) in update_curbyte_default()
38 static MPP_RET update_curbyte_h264(BitReadCtx_t *bitctx) in update_curbyte_h264()
66 static MPP_RET update_curbyte_h2645_sei(BitReadCtx_t *bitctx) in update_curbyte_h2645_sei()
89 static MPP_RET update_curbyte_avs2(BitReadCtx_t *bitctx) in update_curbyte_avs2()
118 MPP_RET mpp_read_bits(BitReadCtx_t *bitctx, RK_S32 num_bits, RK_S32 *out) in mpp_read_bits()
146 MPP_RET mpp_read_longbits(BitReadCtx_t *bitctx, RK_S32 num_bits, RK_U32 *out) in mpp_read_longbits()
170 MPP_RET mpp_skip_bits(BitReadCtx_t *bitctx, RK_S32 num_bits) in mpp_skip_bits()
192 MPP_RET mpp_skip_longbits(BitReadCtx_t *bitctx, RK_S32 num_bits) in mpp_skip_longbits()
211 MPP_RET mpp_show_bits(BitReadCtx_t *bitctx, RK_S32 num_bits, RK_S32 *out) in mpp_show_bits()
229 MPP_RET mpp_show_longbits(BitReadCtx_t *bitctx, RK_S32 num_bits, RK_U32 *out) in mpp_show_longbits()
[all …]
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h28 #define READ_ONEBIT(bitctx, out)\ argument
36 #define READ_BITS(bitctx, num_bits, out)\ argument
44 #define READ_BITS_LONG(bitctx, num_bits, out)\ argument
52 #define SHOW_BITS(bitctx, num_bits, out)\ argument
60 #define SHOW_BITS_LONG(bitctx, num_bits, out)\ argument
68 #define SKIP_BITS(bitctx, num_bits)\ argument
74 #define SKIP_BITS_LONG(bitctx, num_bits)\ argument
80 #define READ_UE(bitctx, out)\ argument
88 #define READ_SE(bitctx, out)\ argument
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c212 static MPP_RET parse_sequence_wqm(BitReadCtx_t *bitctx, Avs2dSeqHeader_t *vsh) in parse_sequence_wqm()
242 static MPP_RET parse_one_rps(BitReadCtx_t *bitctx, Avs2dRps_t *rps) in parse_one_rps()
285 BitReadCtx_t *bitctx = &p_dec->bitctx; in avs2d_parse_sequence_header() local
401 static MPP_RET read_pic_alf_coeff(BitReadCtx_t *bitctx, RK_S32 *alf_coeff) in read_pic_alf_coeff()
428 static MPP_RET parse_pic_alf_params(BitReadCtx_t *bitctx, Avs2dPicHeader_t *ph) in parse_pic_alf_params()
497 BitReadCtx_t *bitctx = &p_dec->bitctx; in parse_picture_header_comm() local
590 BitReadCtx_t *bitctx = &p_dec->bitctx; in parse_picture_header_intra() local
704 BitReadCtx_t *bitctx = &p_dec->bitctx; in parse_picture_header_inter() local
H A Davs2d_parse.c203 static MPP_RET parse_seq_dispay_ext_header(BitReadCtx_t *bitctx, Avs2dSeqExtHeader_t *exh) in parse_seq_dispay_ext_header()
231 static MPP_RET parse_mastering_display_and_content_meta(BitReadCtx_t *bitctx, in parse_mastering_display_and_content_meta()
276 static MPP_RET parse_hdr_dynamic_meta_extension(BitReadCtx_t *bitctx, MppFrameHdrDynamicMeta *hdr_m… in parse_hdr_dynamic_meta_extension()
297 static MPP_RET parse_extension_header(Avs2dCtx_t *p_dec, BitReadCtx_t *bitctx) in parse_extension_header()
H A Davs2d_global.h86 #define READ_MARKER_BIT(bitctx)\ argument
388 BitReadCtx_t bitctx; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c29 static MPP_RET get_sequence_header(BitReadCtx_t *bitctx, AvsdSeqHeader_t *vsh) in get_sequence_header()
115 static MPP_RET get_extend_header(BitReadCtx_t *bitctx, AvsdSeqHeader_t *vsh, AvsdPicHeader_t *ph) in get_extend_header()
165 static MPP_RET get_seq_dispay_ext_header(BitReadCtx_t *bitctx, AvsdSeqExtHeader_t *ext) in get_seq_dispay_ext_header()
191 static MPP_RET get_extension_header(BitReadCtx_t *bitctx, AvsdSeqExtHeader_t *ext) in get_extension_header()
213 static MPP_RET get_i_picture_header(BitReadCtx_t *bitctx, AvsdSeqHeader_t *vsh, AvsdPicHeader_t *ph) in get_i_picture_header()
286 static MPP_RET get_pb_picture_header(BitReadCtx_t *bitctx, AvsdSeqHeader_t *vsh, AvsdPicHeader_t *p… in get_pb_picture_header()
H A Davsd_parse.h202 BitReadCtx_t bitctx; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h953 struct bitread_ctx_t bitctx; //!< for control bit_read member