Home | History | Annotate | Download | only in src

Lines Matching defs:ind_x

46     Int ind_x, ind_y;
125 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
127 video->outputMB->mb_x = ind_x; /* 5/28/01 */
139 getMotionCompensatedMB(video, ind_x, ind_y, offset);
208 } /* End of For ind_x */
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
394 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
397 video->outputMB->mb_x = ind_x; /* 5/28/01, do not remove */
404 getMotionCompensatedMB(video, ind_x, ind_y, offset);
537 } /* End of For ind_x */