Home
last modified time | relevance | path

Searched refs:DctTh2 (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
334 DctTh2 = (Int)((1.25 * QP - 1) * qmat[1] * 0.45);//0.567);//0.567); in CodeMB_MPEG()
350 DctTh2 = (Int)(((QP << 1) - 0.5) * qmat[1] * 0.45);//0.567);//0.4); in CodeMB_MPEG()
420 else if (sad < DctTh2) /* DC-only */ in CodeMB_MPEG()