Home | History | Annotate | Download | only in src

Lines Matching refs:ind_x

45     Int ind_x, ind_y;
100 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
102 video->outputMB->mb_x = ind_x; /* 5/28/01 */
111 getMotionCompensatedMB(video, ind_x, ind_y, offset);
169 } /* End of For ind_x */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
307 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */
310 video->outputMB->mb_x = ind_x; /* 5/28/01 */
317 getMotionCompensatedMB(video, ind_x, ind_y, offset);
434 } /* End of For ind_x */