Searched refs:round2 (Results 1 – 1 of 1) sorted by relevance
685 Int round2 = (3 * QP + 2) >> 2; in BlockQuantDequantMPEGIntra() local686 Int QPx2plus = (QP << 1) - round2; in BlockQuantDequantMPEGIntra()779 if (coeff > 0) coeff += round2; in BlockQuantDequantMPEGIntra()780 else if (coeff < 0) coeff -= round2; in BlockQuantDequantMPEGIntra()