Home | History | Annotate | Download | only in src

Lines Matching refs:PS_QUANT_SCALE

231     quantErr      += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE);   /* don't scale before subtraction; diff smaller (64-25)/64 */