Lines Matching refs:dst_qp
156 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()
596 set_roi_cu32_qp_cfg(dst_qp, i, cu16_cfg); in gen_vepu580_roi_h265()
601 set_roi_qp_cfg(dst_qp, i, cu16_cfg); in gen_vepu580_roi_h265()
618 RK_U16 *qp_val = (RK_U16 *)dst_qp; in gen_vepu580_roi_h265()
628 dst_qp += CU_QP_CFG_BYTE; in gen_vepu580_roi_h265()
744 impl->dst_qp = mpp_buffer_get_ptr(impl->roi_cfg.qp_cfg_buf); in mpp_enc_roi_init()