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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp255 int NumIntraSearch, start_i, numLoop, incr_i; local
336 NumIntraSearch = 0; // to be intra searched in the encoding loop.
389 NumIntraSearch++;
395 NumIntraSearch++;
416 NumIntraSearch++ ;
432 //if(NumIntraSearch > ((totalMB>>3)<<1) + (totalMB>>3)) /* 75% of 50%MBs */
433 if (NumIntraSearch*99 > (48*totalMB)) /* 20% of 50%MBs */
434 /* need to do more investigation about this threshold since the NumIntraSearch

Completed in 72 milliseconds