Home
last modified time | relevance | path

Searched refs:round2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant.cpp685 Int round2 = (3 * QP + 2) >> 2; in BlockQuantDequantMPEGIntra() local
686 Int QPx2plus = (QP << 1) - round2; in BlockQuantDequantMPEGIntra()
779 if (coeff > 0) coeff += round2; in BlockQuantDequantMPEGIntra()
780 else if (coeff < 0) coeff -= round2; in BlockQuantDequantMPEGIntra()