Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c300 mpp_writer_put_ue(bit, sps->sps_id); in h264e_sps_to_packet()
304 mpp_writer_put_ue(bit, sps->chroma_format_idc); in h264e_sps_to_packet()
306 mpp_writer_put_ue(bit, 0); in h264e_sps_to_packet()
308 mpp_writer_put_ue(bit, 0); in h264e_sps_to_packet()
316 mpp_writer_put_ue(bit, sps->log2_max_frame_num_minus4); in h264e_sps_to_packet()
321 mpp_writer_put_ue(bit, cfg->h264.poc_type); in h264e_sps_to_packet()
324 mpp_writer_put_ue(bit, sps->log2_max_poc_lsb_minus4); in h264e_sps_to_packet()
328 mpp_writer_put_ue(bit, sps->num_ref_frames); in h264e_sps_to_packet()
333 mpp_writer_put_ue(bit, sps->pic_width_in_mbs - 1); in h264e_sps_to_packet()
335 mpp_writer_put_ue(bit, sps->pic_height_in_mbs - 1); in h264e_sps_to_packet()
[all …]
H A Dh264e_slice.c213 mpp_writer_put_ue(s, mmco.mmco); in write_marking()
220 mpp_writer_put_ue(s, mmco.difference_of_pic_nums_minus1); in write_marking()
226 mpp_writer_put_ue(s, mmco.long_term_pic_num ); in write_marking()
232 mpp_writer_put_ue(s, mmco.difference_of_pic_nums_minus1); in write_marking()
237 mpp_writer_put_ue(s, mmco.long_term_frame_idx ); in write_marking()
243 mpp_writer_put_ue(s, mmco.max_long_term_frame_idx_plus1); in write_marking()
251 mpp_writer_put_ue(s, mmco.long_term_frame_idx); in write_marking()
262 mpp_writer_put_ue(s, 0); in write_marking()
574 mpp_writer_put_ue(s, slice->first_mb_in_slice); in h264e_slice_write_header()
579 mpp_writer_put_ue(s, slice->slice_type); in h264e_slice_write_header()
[all …]
H A Dh264e_pps.c146 mpp_writer_put_ue(bit, pps->pps_id); in h264e_pps_to_packet()
148 mpp_writer_put_ue(bit, pps->sps_id); in h264e_pps_to_packet()
154 mpp_writer_put_ue(bit, pps->num_slice_groups - 1); in h264e_pps_to_packet()
156 mpp_writer_put_ue(bit, pps->num_ref_idx_l0_default_active - 1); in h264e_pps_to_packet()
158 mpp_writer_put_ue(bit, pps->num_ref_idx_l1_default_active - 1); in h264e_pps_to_packet()
H A Dh264e_sei.c32 mpp_writer_put_ue(bit, recovery_frame_cnt); in write_recovery_point()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c293mpp_writer_put_ue(bitIf, rps->m_deltaRIdxMinus1); // delta index of the Reference Picture Set used… in code_st_refpic_set()
296 mpp_writer_put_ue(bitIf, abs(deltaRPS) - 1); // absolute delta RPS minus 1 in code_st_refpic_set()
306 mpp_writer_put_ue(bitIf, rps->num_negative_pic); in code_st_refpic_set()
307 mpp_writer_put_ue(bitIf, rps->num_positive_pic); in code_st_refpic_set()
312 mpp_writer_put_ue(bitIf, prev - rps->delta_poc[j] - 1); in code_st_refpic_set()
319 mpp_writer_put_ue(bitIf, rps->delta_poc[j] - prev - 1); in code_st_refpic_set()
367 mpp_writer_put_ue(bitIf, slice->m_ppsId); in h265e_code_slice_header()
384 mpp_writer_put_ue(bitIf, slice->m_sliceType); in h265e_code_slice_header()
432 mpp_writer_put_ue(bitIf, numLtrpInSPS); in h265e_code_slice_header()
434 mpp_writer_put_ue(bitIf, numLtrpInSH); in h265e_code_slice_header()
[all …]
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_bit_test.c69 mpp_writer_put_ue(writer, ops->val); in proc_bit_ops()
72 mpp_writer_put_ue(writer, ops->val); in proc_bit_ops()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitwrite.c183 void mpp_writer_put_ue(MppWriteCtx *ctx, RK_U32 val) in mpp_writer_put_ue() function
223 mpp_writer_put_ue(ctx, tmp); in mpp_writer_put_se()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitwrite.h61 void mpp_writer_put_ue(MppWriteCtx *ctx, RK_U32 val);