Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp143 Int mbwidth = currVol->nMBPerRow; in MotionEstimation() local
191 for (i = 0; i < mbwidth; i++) in MotionEstimation()
266 mbnum = j * mbwidth + start_i; in MotionEstimation()
1359 Int mbwidth = currVol->nMBPerRow; in CandidateSelection() local
1388 pmot = &mot[mbnum+mbwidth][0]; in CandidateSelection()
1394 pmot = &mot[mbnum-mbwidth][0]; in CandidateSelection()
1427 pmot = &mot[mbnum-mbwidth][0]; in CandidateSelection()
1439 pmot = &mot[mbnum+mbwidth][0]; in CandidateSelection()
1627 if (start_i + rwidth >= mbwidth) in ResetIntraUpdateRegion()
1628 rwidth = mbwidth - start_i; in ResetIntraUpdateRegion()
[all …]