Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.cpp290 Int dctMode, DctTh1, DctTh2, DctTh3, DctTh4; in CodeMB_MPEG() local
335 DctTh3 = (Int)((1.25 * QP - 1) * qmat[2] * 0.55);//1.162); /* 8/2/2001 */ in CodeMB_MPEG()
351 DctTh3 = (Int)(((QP << 1) - 0.5) * qmat[2] * 0.55);//1.162); /* 8/2/2001 */ in CodeMB_MPEG()
433 if (sad < DctTh3) /* 2x2-DCT */ in CodeMB_MPEG()