Searched refs:h265 (Results 1 – 3 of 3) sorted by relevance
96 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 …]
65 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()
86 struct cedrus_h265_run h265; member137 } h265; member