Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c277 scaling = run->h265.scaling_matrix; in cedrus_h265_write_scaling_list()
340 slice_params = run->h265.slice_params; in cedrus_h265_is_low_delay()
342 dpb = run->h265.decode_params->dpb; in cedrus_h265_is_low_delay()
370 pps = run->h265.pps; in cedrus_h265_write_tiles()
371 slice_params = run->h265.slice_params; in cedrus_h265_write_tiles()
372 entry_points = run->h265.entry_points; in cedrus_h265_write_tiles()
439 sps = run->h265.sps; in cedrus_h265_setup()
440 pps = run->h265.pps; in cedrus_h265_setup()
476 cedrus_buf->codec.h265.mv_col_buf = in cedrus_h265_setup()
839 ctx->codec.h265.neighbor_info_buf = in cedrus_h265_start()
[all …]
H A 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()
H A Dcedrus.h91 struct cedrus_h265_run h265; member
111 } h265; member
146 } h265; member
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c430 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl() local
457 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()
459 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()
461 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()
462 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()
464 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
465 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch67219 + argp = argparse.ArgumentParser(description="FFmpeg h265 conformance tester")
67224 + argp.add_argument("--test_root", default="/opt/conform/h265.2016", help="Root dir for test")