Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c111 return cedrus_buf->codec.h265.mv_col_buf_dma + in cedrus_h265_frame_info_mv_col_buf_addr()
112 field * cedrus_buf->codec.h265.mv_col_buf_size / 2; in cedrus_h265_frame_info_mv_col_buf_addr()
277 scaling = run->h265.scaling_matrix; in cedrus_h265_write_scaling_list()
340 slice_params = run->h265.slice_params; in cedrus_h265_is_low_delay()
341 poc = run->h265.decode_params->pic_order_cnt_val; 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()
373 entry_points_buf = ctx->codec.h265.entry_points_buf; in cedrus_h265_write_tiles()
[all …]
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c473 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl() local
500 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()
502 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()
504 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()
505 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()
507 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
508 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()