HomeSort by relevance Sort by last modified time
    Searched full:ind_y (Results 1 - 6 of 6) sorted by null

  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
datapart_encode.cpp 45 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 < currVol->nMBPerCol; ind_y++) /* Col MB Loop *
    [all...]
combined_encode.cpp 46 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 = video->outputMB->mb_y local
    [all...]
fastcodemb.cpp 77 Int ind_y = video->outputMB->mb_y; local
132 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
164 if (lx != width) input -= (ind_y << 7);
185 if (lx != width) input -= (ind_y << 7);
308 Int ind_y = video->outputMB->mb_y; local
359 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
391 if (lx != width) input -= (ind_y << 7);
407 if (lx != width) input -= (ind_y << 7);
mp4enc_lib.h 101 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset);
mp4lib_int.h 416 Int ind_x, ind_y; /* So far MB coordinate */ member in struct:tagVideoEncData
motion_comp.cpp 99 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset)
124 ypos = ind_y << 4 ;
    [all...]

Completed in 87 milliseconds