Home | History | Annotate | Download | only in src

Lines Matching refs:ind_y

45     Int ind_x, ind_y;
95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
98 video->outputMB->mb_y = ind_y; /* 5/28/01 */
111 getMotionCompensatedMB(video, ind_x, ind_y, offset);
172 } /* End of For ind_y */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
305 video->outputMB->mb_y = ind_y; /* 5/28/01 */
317 getMotionCompensatedMB(video, ind_x, ind_y, offset);
438 } /* End of For ind_y */