Searched defs:ind_y (Results 1 – 5 of 5) sorted by relevance
45 Int ind_x, ind_y; in EncodeFrameDataPartMode() local223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceDataPartMode() local
46 Int ind_x, ind_y; in EncodeFrameCombinedMode() local276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceCombinedMode() local
76 Int ind_y = video->outputMB->mb_y; in CodeMB_H263() local307 Int ind_y = video->outputMB->mb_y; in CodeMB_MPEG() local
98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) in getMotionCompensatedMB()
414 Int ind_x, ind_y; /* So far MB coordinate */ member