Searched refs:first_mb_in_slice (Results 1 – 8 of 8) sorted by relevance
518 RK_U32 first_mb_in_slice = 0; in judge_is_new_frame() local521 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()
304 p_long->first_mb_in_slice = currSlice->start_mb_nr; in fill_slice_syntax()
932 RK_U32 first_mb_in_slice; //!< mark current slice member
449 p_strm->first_mb_in_slice = 0; in h264d_reset()
62 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()
105 RK_U32 first_mb_in_slice; member
263 slice->first_mb_in_slice = slice_rd.first_mb_in_slice; in h264e_vepu_stream_amend_proc()
132 RK_U16 first_mb_in_slice; member