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

/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp127 video->outputMB->mb_x = ind_x; /* 5/28/01 */
276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
397 video->outputMB->mb_x = ind_x; /* 5/28/01, do not remove */
519 video->outputMB->mb_x++;
520 if (video->outputMB->mb_x >= currVol->nMBPerRow)
522 video->outputMB->mb_x = 0;
584 video->outputMB->mb_x = 0;
H A Ddatapart_encode.cpp102 video->outputMB->mb_x = ind_x; /* 5/28/01 */
223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
310 video->outputMB->mb_x = ind_x; /* 5/28/01 */
H A Dfastcodemb.cpp75 Int ind_x = video->outputMB->mb_x;
306 Int ind_x = video->outputMB->mb_x;
H A Dmp4lib_int.h132 Int mb_x; /* X coordinate */ member in struct:tagMacroBlock
H A Dvlc_encode.cpp2026 Int x_pos = video->outputMB->mb_x; /* 5/28/01 */
/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Dmb_access.cpp33 if (video->mb_x)
45 if (video->mb_x < (PicWidthInMbs - 1))
H A Ddeblock.cpp59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
120 int x_pos = video->mb_x;
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) argument
294 int filterLeftMbEdgeFlag = (mb_x != 0);
299 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp26 int x_position = (video->mb_x << 4);
H A Dintra_est.cpp37 int x_pos = (video->mb_x) << 4;
118 int x_pos = (video->mb_x) << 4;
211 int x_pos = (video->mb_x) << 4;
636 int x = video->mb_x << 4;
1368 int x_pos = video->mb_x << 3;
2018 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4);
2125 offset = (offset >> 2) + (video->mb_x << 2);
H A Dslice.cpp47 video->mb_x = CurrMbAddr % video->PicWidthInMbs;
168 int x_position = (video->mb_x << 4);
H A Dmotion_comp.cpp53 int x_position = (video->mb_x << 4);
/frameworks/base/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h680 int mb_x; /* x-coordinate of the current mbNum */ member in struct:tagCommonObj

Completed in 104 milliseconds