Home | History | Annotate | Download | only in src

Lines Matching defs:qmat

76     int *qmat;
103 qmat = currVol->iqmat;
148 temp = (int32)datablock[k] * qmat[k] * QP;
193 temp = (int32)dcac_col[j] * qmat[k] * QP;
209 temp = (int32)datablock[k] * qmat[k] * QP;
242 temp = (int32)dcac_row[j] * qmat[k] * QP;
259 temp = (int32)datablock[k] * qmat[k] * QP;
298 temp = (int32)datablock[k] * qmat[k] * QP;
314 temp = (int32)datablock[k] * qmat[k] * QP;
400 int *qmat;
416 qmat = currVol->niqmat;
445 temp = (-(int32)(2 * run_level.level + 1) * qmat[k] * QP + 15) >> 4; /* 03/23/01 */
450 temp = ((int32)(2 * run_level.level + 1) * qmat[k] * QP) >> 4; /* 03/23/01 */