Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dmpp_enc_roi_utils.c156 void *dst_qp; member
471 Vepu580RoiQpCfg *dst_qp = ctx->dst_qp; in gen_vepu580_roi_h264() local
475 if (!src || !dst_qp || !dst_base) in gen_vepu580_roi_h264()
479 memset(dst_qp, 0, roi_qp_size); in gen_vepu580_roi_h264()
485 Vepu580RoiQpCfg *qp_cfg = &dst_qp[j * stride_h + k]; in gen_vepu580_roi_h264()
542 void *dst_qp = ctx->dst_qp; in gen_vepu580_roi_h265() local
546 if (!src || !dst_qp || !dst_base) in gen_vepu580_roi_h265()
550 memset(dst_qp, 0, roi_qp_size); in gen_vepu580_roi_h265()
584 set_roi_cu16_qp_cfg(dst_qp, zindex, cu16_cfg); in gen_vepu580_roi_h265()
592 set_roi_cu64_qp_cfg(dst_qp, cu16_cfg); in gen_vepu580_roi_h265()
[all …]