Home
last modified time | relevance | path

Searched refs:mb_y (Results 1 – 16 of 16) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dresidual.cpp26 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()
Dslice.cpp68 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in DecodeSlice()
737 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in ConcealSlice()
Dpred_intra.cpp44 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()
Dpred_inter.cpp52 int y_position = (video->mb_y << 4); in InterMBPrediction()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dcombined_encode.cpp110 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()
Ddatapart_encode.cpp98 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()
Dfastcodemb.cpp77 Int ind_y = video->outputMB->mb_y; in CodeMB_H263()
308 Int ind_y = video->outputMB->mb_y; in CodeMB_MPEG()
Dmp4lib_int.h135 Int mb_y; /* Y coordinate */ member
Dvlc_encode.cpp2027 Int y_pos = video->outputMB->mb_y; in DCACPred()
/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp35 if (video->mb_y) in InitNeighborAvailability()
41 if (video->mb_y) in InitNeighborAvailability()
Ddeblock.cpp57 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/
Dintra_est.cpp39 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()
Dresidual.cpp28 int y_position = (video->mb_y << 4); in EncodeIntraPCM()
Dslice.cpp49 video->mb_y = CurrMbAddr / video->PicWidthInMbs; in AVCEncodeSlice()
170 int y_position = (video->mb_y << 4); in EncodeMB()
Dmotion_comp.cpp55 int y_position = (video->mb_y << 4); in AVCMBMotionComp()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h684 int mb_y; /* y-coordinate of the current mbNum */ member