Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
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 …]
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()
A Dcedrus.h91 struct cedrus_h265_run h265; member
111 } h265; member
146 } h265; member
/linux/drivers/media/platform/mediatek/vcodec/decoder/
A Dmtk_vcodec_dec_stateless.c459 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl() local
486 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()
488 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()
490 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()
491 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()
493 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
494 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()

Completed in 13 milliseconds