Home
last modified time | relevance | path

Searched refs:h265 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c96 return ctx->codec.h265.mv_col_buf_addr + index * in cedrus_h265_frame_info_mv_col_buf_addr()
97 ctx->codec.h265.mv_col_buf_unit_size + in cedrus_h265_frame_info_mv_col_buf_addr()
98 field * ctx->codec.h265.mv_col_buf_unit_size / 2; in cedrus_h265_frame_info_mv_col_buf_addr()
252 scaling = run->h265.scaling_matrix; in cedrus_h265_write_scaling_list()
315 slice_params = run->h265.slice_params; in cedrus_h265_is_low_delay()
316 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay()
317 dpb = run->h265.decode_params->dpb; in cedrus_h265_is_low_delay()
345 pps = run->h265.pps; in cedrus_h265_write_tiles()
346 slice_params = run->h265.slice_params; in cedrus_h265_write_tiles()
347 entry_points = run->h265.entry_points; in cedrus_h265_write_tiles()
[all …]
Dcedrus_dec.c68 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
70 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
72 run.h265.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
74 run.h265.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
76 run.h265.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run()
78 run.h265.entry_points = cedrus_find_control_data(ctx, in cedrus_device_run()
80 run.h265.entry_points_count = cedrus_get_num_of_controls(ctx, in cedrus_device_run()
Dcedrus.h99 struct cedrus_h265_run h265; member
153 } h265; member