Home
last modified time | relevance | path

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

/Linux-v5.15/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()
259 sps = run->h265.sps; in cedrus_h265_setup()
260 pps = run->h265.pps; in cedrus_h265_setup()
261 slice_params = run->h265.slice_params; in cedrus_h265_setup()
262 decode_params = run->h265.decode_params; in cedrus_h265_setup()
273 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
282 ctx->codec.h265.mv_col_buf_unit_size = in cedrus_h265_setup()
287 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
[all …]
Dcedrus_dec.c67 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
69 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
71 run.h265.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
73 run.h265.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
Dcedrus.h94 struct cedrus_h265_run h265; member
146 } h265; member