Home
last modified time | relevance | path

Searched refs:mbheight (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);
144 Int mbheight = currVol->nMBPerCol; in MotionEstimation() local
189 for (j = 0; j < mbheight; j++) in MotionEstimation()
259 for (j = 0; j < mbheight; j++) in MotionEstimation()
477 for (j = 0; j < mbheight; j++) in MotionEstimation()
1360 Int mbheight = currVol->nMBPerCol; in CandidateSelection() local
1386 if (jmb < mbheight - 1) /*bottom neighbor previous frame */ in CandidateSelection()
1405 if (jmb > 0 && imb < mbheight - 1) /* upper right neighbor current frame*/ in CandidateSelection()
1437 if (jmb < mbheight - 1) /*bottom neighbor previous frame */ in CandidateSelection()
1461 if (jmb > 0 && imb < mbheight - 1) /* upper right neighbor */ in CandidateSelection()
[all …]