Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmotion_est.cpp87 Int start_j, Int rheight, Int mbwidth, Int mbheight);
143 Int mbwidth = currVol->nMBPerRow; in MotionEstimation() local
191 for (i = 0; i < mbwidth; i++) in MotionEstimation()
266 mbnum = j * mbwidth + start_i; in MotionEstimation()
268 for (i = start_i; i < mbwidth; i += incr_i) in MotionEstimation()
479 for (i = 0; i < mbwidth; i++) in MotionEstimation()
1359 Int mbwidth = currVol->nMBPerRow; in CandidateSelection() local
1373 if (imb >= (mbwidth >> 1) && imb > 0) /*left neighbor previous frame */ in CandidateSelection()
1379 else if (imb + 1 < mbwidth) /*right neighbor previous frame */ in CandidateSelection()
1388 pmot = &mot[mbnum+mbwidth][0]; in CandidateSelection()
[all …]