Home | History | Annotate | Download | only in src

Lines Matching refs:pmvy

985     Int pmvx, pmvy;
1055 find_pmvs(video, 0, &pmvx, &pmvy); /* Get predicted motion vectors */
1057 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y to bitstream */
1063 find_pmvs(video, i, &pmvx, &pmvy);
1065 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1);
1259 Int pmvx, pmvy;
1342 find_pmvs(video, 0, &pmvx, &pmvy); /* Get predicted motion vectors */
1344 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y to bitstream */
1350 find_pmvs(video, i, &pmvx, &pmvy);
1352 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1);