Home
last modified time | relevance | path

Searched refs:DctTh4 (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
336 DctTh4 = (Int)((1.25 * QP - 1) * qmat[32] * 0.8);//1.7583);//0.7942); in CodeMB_MPEG()
352 DctTh4 = (Int)(((QP << 1) - 0.5) * qmat[32] * 0.8);//1.7583);//0.7942); in CodeMB_MPEG()
439 else if (sad < DctTh4) /* 4x4 DCT */ in CodeMB_MPEG()