Home
last modified time | relevance | path

Searched refs:slice_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c310 const struct v4l2_ctrl_hevc_slice_params *slice_params; in cedrus_h265_is_low_delay() local
315 slice_params = run->h265.slice_params; in cedrus_h265_is_low_delay()
319 for (i = 0; i < slice_params->num_ref_idx_l0_active_minus1 + 1; i++) in cedrus_h265_is_low_delay()
320 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
323 if (slice_params->slice_type != V4L2_HEVC_SLICE_TYPE_B) in cedrus_h265_is_low_delay()
326 for (i = 0; i < slice_params->num_ref_idx_l1_active_minus1 + 1; i++) in cedrus_h265_is_low_delay()
327 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
338 const struct v4l2_ctrl_hevc_slice_params *slice_params; in cedrus_h265_write_tiles() local
346 slice_params = run->h265.slice_params; in cedrus_h265_write_tiles()
370 for (i = 0; i < slice_params->num_entry_point_offsets; i++) in cedrus_h265_write_tiles()
[all …]
Dcedrus_dec.c59 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
72 run.h265.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
Dcedrus.h67 const struct v4l2_ctrl_h264_slice_params *slice_params; member
81 const struct v4l2_ctrl_hevc_slice_params *slice_params; member
Dcedrus_h264.c217 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_write_ref_list0()
228 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_write_ref_list1()
325 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_set_params()
/Linux-v6.1/drivers/media/platform/st/sti/hva/
Dhva-h264.c392 struct hva_h264_slice_po slice_params[16]; member