Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c518 RK_U32 first_mb_in_slice = 0; in judge_is_new_frame() local
521 READ_UE(p_bitctx, &first_mb_in_slice); in judge_is_new_frame()
522 if (first_mb_in_slice == 0) { in judge_is_new_frame()
532 first_mb_in_slice != p_Cur->strm.first_mb_in_slice) { in judge_is_new_frame()
536 p_Cur->strm.first_mb_in_slice = first_mb_in_slice; in judge_is_new_frame()
690 p_strm->first_mb_in_slice = 0; in parse_prepare()
972 p_strm->first_mb_in_slice = 0; in parse_prepare_avcC_data()
H A Dh264d_fill.c304 p_long->first_mb_in_slice = currSlice->start_mb_nr; in fill_slice_syntax()
H A Dh264d_global.h932 RK_U32 first_mb_in_slice; //!< mark current slice member
H A Dh264d_api.c449 p_strm->first_mb_in_slice = 0; in h264d_reset()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c62 slice->first_mb_in_slice = 0; in h264e_slice_update()
307 ret = mpp_read_ue(&bit, &slice->first_mb_in_slice); in h264e_slice_read()
309 bit.used_bits, slice->first_mb_in_slice); in h264e_slice_read()
574 mpp_writer_put_ue(s, slice->first_mb_in_slice); in h264e_slice_write_header()
576 mpp_writer_bits(s), slice->first_mb_in_slice); in h264e_slice_write_header()
H A Dh264e_slice.h105 RK_U32 first_mb_in_slice; member
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c263 slice->first_mb_in_slice = slice_rd.first_mb_in_slice; in h264e_vepu_stream_amend_proc()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h132 RK_U16 first_mb_in_slice; member