Home
last modified time | relevance | path

Searched refs:slice_count (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c48 if (dxva_ctx->slice_count >= dxva_ctx->max_slice_size) { in fill_slice_stream()
51 p_long = &dxva_ctx->slice_long[dxva_ctx->slice_count]; in fill_slice_stream()
293 p_long = &dxva_ctx->slice_long[dxva_ctx->slice_count]; in fill_slice_syntax()
302 p_long->slice_id = dxva_ctx->slice_count; in fill_slice_syntax()
338 dxva_ctx->slice_count++; in fill_slice_syntax()
387 p_dec->DataSize = dxva_ctx->slice_count * sizeof(DXVA_Slice_H264_Long); in commit_buffer()
390 dxva_ctx->slice_count = 0; in commit_buffer()
H A Dh264d_api.c209 p_dxva->slice_count = 0; in init_dxva_ctx()
445 p_Dec->dxva_ctx->slice_count = 0; in h264d_reset()
H A Dh264d_global.h868 RK_U32 slice_count; member
H A Dh264d_parse.c980 p_Dec->dxva_ctx->slice_count = 0; in parse_loop()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c735 int slice_count; in dw_hdmi_qp_dsc_configure() local
748 slice_count = hdmi_dsc_slices(hdmi, mode); in dw_hdmi_qp_dsc_configure()
749 if (!slice_count) in dw_hdmi_qp_dsc_configure()
752 slice_width = DIV_ROUND_UP(mode->hdisplay, slice_count); in dw_hdmi_qp_dsc_configure()
754 bits_per_pixel = dw_hdmi_dsc_bpp(hdmi, slice_count, slice_width); in dw_hdmi_qp_dsc_configure()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dsc.h95 u8 slice_count; member
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dsc.h94 u8 slice_count; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h213 UINT32 slice_count; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_bios.c2514 crtc_state->dsc.slice_count = 4; in fill_dsc()
2516 crtc_state->dsc.slice_count = 2; in fill_dsc()
2522 crtc_state->dsc.slice_count = 1; in fill_dsc()
2526 crtc_state->dsc.slice_count != 0) in fill_dsc()
2529 crtc_state->dsc.slice_count); in fill_dsc()
H A Dintel_vdsc.c391 pipe_config->dsc.slice_count); in intel_dsc_compute_params()
H A Dintel_display_types.h1052 u8 slice_count; member
H A Dintel_dp.c2281 pipe_config->dsc.slice_count = in intel_dp_dsc_compute_config()
2306 pipe_config->dsc.slice_count = dsc_dp_slice_count; in intel_dp_dsc_compute_config()
2314 if (pipe_config->dsc.slice_count > 1) { in intel_dp_dsc_compute_config()
2338 pipe_config->dsc.slice_count); in intel_dp_dsc_compute_config()
H A Dicl_dsi.c1492 if (crtc_state->dsc.slice_count > 1) in gen11_dsi_dsc_compute_config()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c709 for (i = 0; i < dxva_cxt->slice_count; i++) { in update_stream_buffer()
731 i, dxva_cxt->slice_short[i].BSNALunitDataLocation, dxva_cxt->slice_count, in update_stream_buffer()
831 hw_regs->sw_picparameter.sw_slice_num = dxva_cxt->slice_count; in hal_h265d_rkv_gen_regs()
H A Dhal_h265d_com.c393 for (k = 0; k < dxva_cxt->slice_count; k++) { in hal_h265d_slice_output_rps()
H A Dhal_h265d_vdpu382.c739 hw_regs->common.reg017.slice_num = dxva_cxt->slice_count; in hal_h265d_vdpu382_gen_regs()
H A Dhal_h265d_vdpu34x.c950 hw_regs->common.reg017.slice_num = dxva_cxt->slice_count; in hal_h265d_vdpu34x_gen_regs()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c1152 int slice_count; in dw_hdmi_qp_dsc_configure() local
1168 slice_count = hdmi_dsc_slices(hdmi, crtc_state); in dw_hdmi_qp_dsc_configure()
1169 if (!slice_count) in dw_hdmi_qp_dsc_configure()
1172 slice_width = DIV_ROUND_UP(crtc_state->mode.hdisplay, slice_count); in dw_hdmi_qp_dsc_configure()
1174 bits_per_pixel = dw_hdmi_dsc_bpp(hdmi, slice_count, slice_width); in dw_hdmi_qp_dsc_configure()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c406 ctx_pic->slice_count = count; in h265d_syntax_fill_slice()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-h264.c390 u32 slice_count; member