Lines Matching refs:mpp_read_ue
307 ret = mpp_read_ue(&bit, &slice->first_mb_in_slice); in h264e_slice_read()
312 ret |= mpp_read_ue(&bit, &slice->slice_type); in h264e_slice_read()
317 ret |= mpp_read_ue(&bit, &slice->pic_parameter_set_id); in h264e_slice_read()
330 ret |= mpp_read_ue(&bit, &slice->idr_pic_id); in h264e_slice_read()
367 ret |= mpp_read_ue(&bit, &modification_of_pic_nums_idc); in h264e_slice_read()
378 ret |= mpp_read_ue(&bit, &abs_diff_pic_num_minus1); in h264e_slice_read()
387 ret |= mpp_read_ue(&bit, &long_term_pic_idx); in h264e_slice_read()
433 ret |= mpp_read_ue(&bit, &mmco); in h264e_slice_read()
445 ret |= mpp_read_ue(&bit, &difference_of_pic_nums_minus1); in h264e_slice_read()
454 ret |= mpp_read_ue(&bit, &long_term_pic_num); in h264e_slice_read()
463 ret |= mpp_read_ue(&bit, &long_term_frame_idx); in h264e_slice_read()
472 ret |= mpp_read_ue(&bit, &max_long_term_frame_idx_plus1); in h264e_slice_read()
487 ret |= mpp_read_ue(&bit, &slice->cabac_init_idc); in h264e_slice_read()
498 ret |= mpp_read_ue(&bit, &slice->disable_deblocking_filter_idc); in h264e_slice_read()