Searched refs:mb_y (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | combined_encode.cpp | 110 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeFrameCombinedMode() 276 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceCombinedMode() 392 video->outputMB->mb_y = ind_y; /* 5/28/01, do not remove */ in EncodeSliceCombinedMode() 523 video->outputMB->mb_y++; in EncodeSliceCombinedMode() 585 video->outputMB->mb_y++; in EncodeSliceCombinedMode()
|
D | datapart_encode.cpp | 98 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeFrameDataPartMode() 223 Int ind_x = video->outputMB->mb_x, ind_y = video->outputMB->mb_y; in EncodeSliceDataPartMode() 305 video->outputMB->mb_y = ind_y; /* 5/28/01 */ in EncodeSliceDataPartMode()
|
D | fastcodemb.cpp | 76 Int ind_y = video->outputMB->mb_y; in CodeMB_H263() 307 Int ind_y = video->outputMB->mb_y; in CodeMB_MPEG()
|
D | mp4lib_int.h | 133 Int mb_y; /* Y coordinate */ member
|
D | vlc_encode.cpp | 2027 Int y_pos = video->outputMB->mb_y; in DCACPred()
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | mb_access.cpp | 36 if (video->mb_y) in InitNeighborAvailability() 42 if (video->mb_y) in InitNeighborAvailability()
|
D | deblock.cpp | 59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *Src… 121 int y_pos = video->mb_y; in MBInLoopDeblock() 290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb() argument 295 int filterTopMbEdgeFlag = (mb_y != 0); in DeblockMb() 300 int mbNum = mb_y * video->PicWidthInMbs + mb_x; in DeblockMb()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | intra_est.cpp | 38 int y_pos = (video->mb_y) << 4; in IntraDecisionABE() 119 int y_pos = (video->mb_y) << 4; in MBIntraSearch() 212 int y_pos = (video->mb_y) << 4; in intrapred_luma_16x16() 635 int y = video->mb_y << 4; in mb_intra4x4_search() 1369 int y_pos = video->mb_y << 3; in chroma_intra_search() 2018 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4); in MBIntraSearch() 2058 if (video->mb_y) in MBIntraSearch() 2135 if (video->mb_y) in MBIntraSearch()
|
D | residual.cpp | 27 int y_position = (video->mb_y << 4); in EncodeIntraPCM()
|
D | slice.cpp | 48 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in AVCEncodeSlice() 169 int y_position = (video->mb_y << 4); in EncodeMB()
|
D | motion_comp.cpp | 54 int y_position = (video->mb_y << 4); in AVCMBMotionComp()
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
D | avcint_common.h | 681 int mb_y; /* y-coordinate of the current mbNum */ member
|