Searched refs:start_i (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 86 void ResetIntraUpdateRegion(UChar *intraArray, Int start_i, Int rwidth, 154 Int numIntra, start_i, numLoop, incr_i; in MotionEstimation() local 242 start_i = 1; in MotionEstimation() 249 start_i = 0; in MotionEstimation() 262 start_i = (start_i == 0 ? 1 : 0) ; /* toggle 0 and 1 */ in MotionEstimation() 264 offset = width * (j << 4) + (start_i << 4); in MotionEstimation() 266 mbnum = j * mbwidth + start_i; in MotionEstimation() 268 for (i = start_i; i < mbwidth; i += incr_i) in MotionEstimation() 501 start_i = 0; in MotionEstimation() 1622 void ResetIntraUpdateRegion(UChar *intraArray, Int start_i, Int rwidth, in ResetIntraUpdateRegion() argument [all …]
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_est.cpp | 255 int NumIntraSearch, start_i, numLoop, incr_i; in AVCMotionEstimation() local 322 start_i = 1; in AVCMotionEstimation() 329 start_i = 0; in AVCMotionEstimation() 342 start_i = (start_i == 0 ? 1 : 0) ; /* toggle 0 and 1 */ in AVCMotionEstimation() 344 offset = pitch * (j << 4) + (start_i << 4); in AVCMotionEstimation() 346 mbnum = j * mbwidth + start_i; in AVCMotionEstimation() 348 for (i = start_i; i < mbwidth; i += incr_i) in AVCMotionEstimation() 456 start_i = 0; in AVCMotionEstimation()
|