Searched refs:DctTh3 (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
335 DctTh3 = (Int)((1.25 * QP - 1) * qmat[2] * 0.55);//1.162); /* 8/2/2001 */
351 DctTh3 = (Int)(((QP << 1) - 0.5) * qmat[2] * 0.55);//1.162); /* 8/2/2001 */
354 }// get qmat, DctTh1, DctTh2, DctTh3
433 if (sad < DctTh3) /* 2x2-DCT */

Completed in 45 milliseconds