Lines Matching defs:CommonQuantParams
605 typedef struct CommonQuantParams CommonQuantParams; typedef
609 struct CommonQuantParams { struct
613 int base_qindex;
619 int y_dc_delta_q;
624 int u_dc_delta_q;
628 int v_dc_delta_q;
634 int u_ac_delta_q;
639 int v_ac_delta_q;
653 int16_t y_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for Y plane */
654 int16_t u_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for U plane */
655 int16_t v_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for V plane */
665 const qm_val_t *giqmatrix[NUM_QM_LEVELS][3][TX_SIZES_ALL];
669 const qm_val_t *gqmatrix[NUM_QM_LEVELS][3][TX_SIZES_ALL];
679 const qm_val_t *y_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
683 const qm_val_t *u_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
687 const qm_val_t *v_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
696 bool using_qmatrix;
703 int qmatrix_level_y; /*!< Level index for Y plane */
704 int qmatrix_level_u; /*!< Level index for U plane */
705 int qmatrix_level_v; /*!< Level index for V plane */