/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
datapart_encode.cpp | 45 Int ind_x, ind_y; local 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; local 307 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop * [all...] |
combined_encode.cpp | 46 Int ind_x, ind_y; local 125 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop */ 127 video->outputMB->mb_x = ind_x; /* 5/28/01 */ 139 getMotionCompensatedMB(video, ind_x, ind_y, offset); 208 } /* End of For ind_x */ 276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; local 394 for (ind_x = 0; ind_x < currVol->nMBPerRow; ind_x++) /* Row MB Loop * [all...] |
fastcodemb.cpp | 75 Int ind_x = video->outputMB->mb_x; local 81 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */ 306 Int ind_x = video->outputMB->mb_x; local 312 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */
|
mp4lib_int.h | 414 Int ind_x, ind_y; /* So far MB coordinate */ member in struct:tagVideoEncData
|
mp4enc_lib.h | 101 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset);
|
motion_comp.cpp | 98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) 124 xpos = ind_x << 4 ; [all...] |