Searched defs:ind_x (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp45 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 < currVo
[all...]
H A Dcombined_encode.cpp46 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 < currVo
[all...]
H A Dfastcodemb.cpp75 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 */
H A Dmotion_comp.cpp98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) argument
124 xpos = ind_x << 4 ;
H A Dmp4lib_int.h414 Int ind_x, ind_y; /* So far MB coordinate */ member in struct:tagVideoEncData

Completed in 46 milliseconds