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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 412 Int numIntra; /* So far number of Intra MB */
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...]
vop.cpp 94 video->numIntra = 0;

Completed in 28 milliseconds