Searched refs:ind_y (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | datapart_encode.cpp | 45 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()
|
D | combined_encode.cpp | 46 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()
|
D | fastcodemb.cpp | 77 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()
|
D | mp4lib_int.h | 416 Int ind_x, ind_y; /* So far MB coordinate */ member
|
D | mp4enc_lib.h | 101 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset);
|
D | motion_comp.cpp | 99 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) in getMotionCompensatedMB() argument 124 ypos = ind_y << 4 ; in getMotionCompensatedMB()
|