Searched defs:DctTh1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp61 Int dctMode, DctTh1; local
113 DctTh1 = (Int)(dc_scaler * 3);//*1.829
126 DctTh1 = (Int)(16 * QP); //9*QP;
175 DctTh1 = (Int)(dc_scaler * 3);//*1.829
194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */
290 Int dctMode, DctTh1, DctTh2, DctTh3, DctTh4; local
333 DctTh1 = (Int)(3 * dc_scaler);//2*dc_scaler);
349 DctTh1 = (Int)(((QP << 1) - 0.5) * qmat[0] * 0.4);//0.2286);//0.3062);
354 }// get qmat, DctTh1, DctTh2, DctTh3
396 DctTh1
[all...]

Completed in 275 milliseconds