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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp45 Int ind_x, ind_y; local
95 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
98 video->outputMB->mb_y = ind_y; /* 5/28/01 */
111 getMotionCompensatedMB(video, ind_x, ind_y, offset);
172 } /* End of For ind_y */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; local
302 for (ind_y = 0; ind_y < currVo
[all...]
H A Dcombined_encode.cpp46 Int ind_x, ind_y; local
107 for (ind_y = 0; ind_y < currVol->nMBPerCol; ind_y++) /* Col MB Loop */
110 video->outputMB->mb_y = ind_y; /* 5/28/01 */
115 if (slice_counter && GOB_Header_Interval && (ind_y % GOB_Header_Interval == 0)) /* Encode GOB Header */
119 status = EncodeGOBHeader(video, slice_counter, QP, 0); //ind_y /* Encode GOB Header */
139 getMotionCompensatedMB(video, ind_x, ind_y, offset);
217 } /* End of For ind_y */
276 Int ind_x = video->outputMB->mb_x, ind_y local
[all...]
H A Dfastcodemb.cpp76 Int ind_y = video->outputMB->mb_y; local
131 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
163 if (lx != width) input -= (ind_y << 7);
184 if (lx != width) input -= (ind_y << 7);
307 Int ind_y = video->outputMB->mb_y; local
358 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
390 if (lx != width) input -= (ind_y << 7);
406 if (lx != width) input -= (ind_y << 7);
H A Dmp4lib_int.h414 Int ind_x, ind_y; /* So far MB coordinate */ member in struct:tagVideoEncData
H A Dmp4enc_lib.h101 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset);
H A Dmotion_comp.cpp98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) argument
123 ypos = ind_y << 4 ;

Completed in 90 milliseconds