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

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

Completed in 58 milliseconds