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

Completed in 63 milliseconds