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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp158 Int QPx2plus = QuantParam->QPx2plus; local
178 QPx2plus <<= 4;
179 QPx2plus -= 8;
201 if (coeff >= -QPx2plus && coeff < QPx2plus) /* quantize to zero */
207 if (coeff > -QPx2plus && coeff < QPx2plus) /* quantize to zero */
277 Int QPx2plus = QuantParam->QPx2plus; local
447 Int QPx2plus = QuantParam->QPx2plus; local
686 Int QPx2plus = (QP << 1) - round2; local
[all...]
H A Dfastcodemb.h47 Int QPx2plus; member in struct:QPstruct
H A Dmp4lib_int.h466 Int QPx2plus; member in struct:QPstruct
H A Dfastcodemb.cpp94 QuantParam.QPx2plus = QuantParam.QPx2 + QuantParam.QPdiv2;

Completed in 53 milliseconds