Searched refs:mb_y (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp110 video->outputMB->mb_y = ind_y; /* 5/28/01 */
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
392 video->outputMB->mb_y = ind_y; /* 5/28/01, do not remove */
523 video->outputMB->mb_y++;
585 video->outputMB->mb_y++;
H A Ddatapart_encode.cpp98 video->outputMB->mb_y = ind_y; /* 5/28/01 */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
305 video->outputMB->mb_y = ind_y; /* 5/28/01 */
H A Dfastcodemb.cpp76 Int ind_y = video->outputMB->mb_y;
307 Int ind_y = video->outputMB->mb_y;
H A Dmp4lib_int.h133 Int mb_y; /* Y coordinate */ member in struct:tagMacroBlock
H A Dvlc_encode.cpp2027 Int y_pos = video->outputMB->mb_y;
/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Dmb_access.cpp36 if (video->mb_y)
42 if (video->mb_y)
H A Ddeblock.cpp59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
121 int y_pos = video->mb_y;
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) argument
295 int filterTopMbEdgeFlag = (mb_y != 0);
299 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp38 int y_pos = (video->mb_y) << 4;
119 int y_pos = (video->mb_y) << 4;
212 int y_pos = (video->mb_y) << 4;
635 int y = video->mb_y << 4;
1369 int y_pos = video->mb_y << 3;
2018 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
2058 if (video->mb_y)
2135 if (video->mb_y)
H A Dresidual.cpp27 int y_position = (video->mb_y << 4);
H A Dslice.cpp48 video->mb_y = CurrMbAddr / video->PicWidthInMbs;
169 int y_position = (video->mb_y << 4);
H A Dmotion_comp.cpp54 int y_position = (video->mb_y << 4);
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h681 int mb_y; /* y-coordinate of the current mbNum */ member in struct:tagCommonObj

Completed in 88 milliseconds