According to the following diagram, can I simplify 2P2Z as a PI operation by setting a1 in the DCL_DF22 structure of the function DCL_runDF22_C2 to -1 and a2 to 0?

typedef struct dcl_df22 {
float32_t b0; //!< b0
float32_t b1; //!< b1
float32_t b2; //!< b2
float32_t a1; //!< a1
float32_t a2; //!< a2
float32_t x1; //!< x1
float32_t x2; //!< x2
DCL_DF22_SPS *sps; //!< Pointer to the shadow parameter set
DCL_CSS *css; //!< Pointer to the common support structure
} DCL_DF22;