Home
last modified time | relevance | path

Searched refs:numLoop (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp255 int NumIntraSearch, start_i, numLoop, incr_i; in AVCMotionEstimation() local
321 numLoop = 2; in AVCMotionEstimation()
328 numLoop = 1; in AVCMotionEstimation()
337 while (numLoop--) in AVCMotionEstimation()
430 if (incr_i > 1 && numLoop) /* scene change on and first loop */ in AVCMotionEstimation()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp154 Int numIntra, start_i, numLoop, incr_i; in MotionEstimation() local
241 numLoop = 2; in MotionEstimation()
248 numLoop = 1; in MotionEstimation()
257 while (numLoop--) in MotionEstimation()
461 if (incr_i > 1 && numLoop) /* scene change on and first loop */ in MotionEstimation()