Searched defs:DctTh4 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp290 Int dctMode, DctTh1, DctTh2, DctTh3, DctTh4; local
336 DctTh4 = (Int)((1.25 * QP - 1) * qmat[32] * 0.8);//1.7583);//0.7942);
352 DctTh4 = (Int)(((QP << 1) - 0.5) * qmat[32] * 0.8);//1.7583);//0.7942);
439 else if (sad < DctTh4) /* 4x4 DCT */

Completed in 26 milliseconds