Searched refs:numIntra (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h413 Int numIntra; /* So far number of Intra MB */ member in struct:tagVideoEncData
H A Dmotion_est.cpp154 Int numIntra, start_i, numLoop, incr_i; local
256 numIntra = 0;
320 numIntra++ ;
463 //if(numIntra > ((totalMB>>3)<<1) + (totalMB>>3)) /* 75% of 50%MBs */
464 if (numIntra > (0.30*(totalMB / 2.0))) /* 15% of 50%MBs */
H A Dvop.cpp94 video->numIntra = 0;

Completed in 113 milliseconds