HomeSort by relevance Sort by last modified time
    Searched defs:numIntra (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 154 Int numIntra, start_i, numLoop, incr_i;
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 */
    [all...]
mp4lib_int.h 412 Int numIntra; /* So far number of Intra MB */

Completed in 287 milliseconds