Searched defs:mb_y (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
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);
300 int mbNum = mb_y * video->PicWidthInMbs + mb_x;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h133 Int mb_y; /* Y coordinate */ member in struct:tagMacroBlock
/frameworks/av/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 206 milliseconds