Home
last modified time | relevance | path

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

/Linux-v5.10/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()
256 sps = run->h265.sps; in cedrus_h265_setup()
257 pps = run->h265.pps; in cedrus_h265_setup()
258 slice_params = run->h265.slice_params; in cedrus_h265_setup()
262 if (!ctx->codec.h265.mv_col_buf_size) { in cedrus_h265_setup()
276 ctx->codec.h265.mv_col_buf_unit_size = in cedrus_h265_setup()
281 ctx->codec.h265.mv_col_buf_size = num_buffers * in cedrus_h265_setup()
282 ctx->codec.h265.mv_col_buf_unit_size; in cedrus_h265_setup()
[all …]
Dcedrus_dec.c65 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
67 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
69 run.h265.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
Dcedrus.h86 struct cedrus_h265_run h265; member
137 } h265; member