Searched refs:mb_y (Results 1 – 16 of 16) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | residual.cpp | 26 int mb_x, mb_y, offset1; in DecodeIntraPCM() local 32 mb_y = video->mb_y; in DecodeIntraPCM() 38 offset1 = (mb_x << 4) + (mb_y << 4) * video->PicWidthInSamplesL; in DecodeIntraPCM()
|
D | slice.cpp | 68 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in DecodeSlice() 737 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in ConcealSlice()
|
D | pred_intra.cpp | 44 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4); in IntraMBPrediction() 140 if (video->mb_y) in IntraMBPrediction() 242 if (video->mb_y) in IntraMBPrediction() 561 if (video->mb_y || block_y) in Intra_4x4()
|
D | pred_inter.cpp | 52 int y_position = (video->mb_y << 4); in InterMBPrediction()
|
/external/opencore/codecs_v2/video/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 | 77 Int ind_y = video->outputMB->mb_y; in CodeMB_H263() 308 Int ind_y = video->outputMB->mb_y; in CodeMB_MPEG()
|
D | mp4lib_int.h | 135 Int mb_y; /* Y coordinate */ member
|
D | vlc_encode.cpp | 2027 Int y_pos = video->outputMB->mb_y; in DCACPred()
|
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
D | mb_access.cpp | 35 if (video->mb_y) in InitNeighborAvailability() 41 if (video->mb_y) in InitNeighborAvailability()
|
D | deblock.cpp | 57 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *Src… 119 int y_pos = video->mb_y; in MBInLoopDeblock() 288 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) in DeblockMb() argument 293 int filterTopMbEdgeFlag = (mb_y != 0); in DeblockMb() 297 int mbNum = mb_y * video->PicWidthInMbs + mb_x; in DeblockMb()
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | intra_est.cpp | 39 int y_pos = (video->mb_y) << 4; in IntraDecisionABE() 120 int y_pos = (video->mb_y) << 4; in MBIntraSearch() 213 int y_pos = (video->mb_y) << 4; in intrapred_luma_16x16() 636 int y = video->mb_y << 4; in mb_intra4x4_search() 1370 int y_pos = video->mb_y << 3; in chroma_intra_search() 2019 offset = (video->mb_y << 4) * pitch + (video->mb_x << 4); in MBIntraSearch() 2059 if (video->mb_y) in MBIntraSearch() 2136 if (video->mb_y) in MBIntraSearch()
|
D | residual.cpp | 28 int y_position = (video->mb_y << 4); in EncodeIntraPCM()
|
D | slice.cpp | 49 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in AVCEncodeSlice() 170 int y_position = (video->mb_y << 4); in EncodeMB()
|
D | motion_comp.cpp | 55 int y_position = (video->mb_y << 4); in AVCMBMotionComp()
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avcint_common.h | 684 int mb_y; /* y-coordinate of the current mbNum */ member
|