Home
last modified time | relevance | path

Searched refs:ind_y (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddatapart_encode.cpp45 Int ind_x, ind_y; in EncodeFrameDataPartMode() local
95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeFrameDataPartMode()
98 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeFrameDataPartMode()
111 getMotionCompensatedMB(video, ind_x, ind_y, offset); in EncodeFrameDataPartMode()
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceDataPartMode() local
302 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeSliceDataPartMode()
305 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeSliceDataPartMode()
317 getMotionCompensatedMB(video, ind_x, ind_y, offset); in EncodeSliceDataPartMode()
Dcombined_encode.cpp46 Int ind_x, ind_y; in EncodeFrameCombinedMode() local
107 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeFrameCombinedMode()
110 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeFrameCombinedMode()
115 …if (slice_counter && GOB_Header_Interval && (ind_y % GOB_Header_Interval == 0)) /* Encode GOB … in EncodeFrameCombinedMode()
139 getMotionCompensatedMB(video, ind_x, ind_y, offset); in EncodeFrameCombinedMode()
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceCombinedMode() local
389 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */ in EncodeSliceCombinedMode()
392 video->outputMB->mb_y = ind_y; /* 5/28/01, do not remove */ in EncodeSliceCombinedMode()
404 getMotionCompensatedMB(video, ind_x, ind_y, offset); in EncodeSliceCombinedMode()
Dfastcodemb.cpp77 Int ind_y = video->outputMB->mb_y; in CodeMB_H263() local
132 if (lx != width) input -= (ind_y << 9); /* non-padded offset */ in CodeMB_H263()
164 if (lx != width) input -= (ind_y << 7); in CodeMB_H263()
185 if (lx != width) input -= (ind_y << 7); in CodeMB_H263()
308 Int ind_y = video->outputMB->mb_y; in CodeMB_MPEG() local
359 if (lx != width) input -= (ind_y << 9); /* non-padded offset */ in CodeMB_MPEG()
391 if (lx != width) input -= (ind_y << 7); in CodeMB_MPEG()
407 if (lx != width) input -= (ind_y << 7); in CodeMB_MPEG()
Dmp4lib_int.h416 Int ind_x, ind_y; /* So far MB coordinate */ member
Dmp4enc_lib.h101 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset);
Dmotion_comp.cpp99 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) in getMotionCompensatedMB() argument
124 ypos = ind_y << 4 ; in getMotionCompensatedMB()