Home
last modified time | relevance | path

Searched refs:mbnum_row (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dconceal.cpp49 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow); in ConcealTexture_I()
50 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_I()
64 video->mbnum_row = PV_GET_ROW(video->mbnum, video->nMBPerRow); in ConcealTexture_I()
65 video->mbnum_col = video->mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_I()
93 video->mbnum_row = PV_GET_ROW(mbnum, video->nMBPerRow); in ConcealTexture_P()
94 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_P()
Ddatapart_decode.cpp80 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeFrameDataPartMode()
81 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeFrameDataPartMode()
238 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_I_VideoPacket()
239 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_I_VideoPacket()
263 …video->mbnum_row = PV_GET_ROW(mbnum , nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_I_VideoPacket()
264 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_I_VideoPacket()
365 …video->mbnum_row = PV_GET_ROW(video->mbnum, nMBPerRow); /* This is needed if mbnum is read from… in DecodeDataPart_P_VideoPacket()
366 video->mbnum_col = video->mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_P_VideoPacket()
421 …video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the pa… in DecodeDataPart_P_VideoPacket()
422 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_P_VideoPacket()
[all …]
Dcombined_decode.cpp148 video->mbnum_row = PV_GET_ROW(mbnum, nMBPerRow); in DecodeFrameCombinedMode()
149 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeFrameCombinedMode()
202 if (mbnum >= (int)(video->mbnum_row + 1)*video->nMBinGOB) /* 10/11/01 */ in DecodeFrameCombinedMode()
547 int y_pos = video->mbnum_row;
Dmb_motion_comp.cpp174 ypos = video->mbnum_row << 4 ; in MBMotionComp()
527 ypos = video->mbnum_row << 4 ; in SkippedMBMotionComp()
Dvlc_decode.cpp145 int y_pos = video->mbnum_row; in PV_GetMBvectors()
366 int mbnum_row = video->mbnum_row; in mv_prediction() local
376 …indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* l… in mv_prediction()
406 if (mbnum_row) in mv_prediction()
Ddcac_prediction.cpp42 int y_pos = video->mbnum_row; in doDCACPrediction()
218 int y_pos = video->mbnum_row; in doDCACPrediction_I()
Dmp4lib_int.h234 uint mbnum_row; member
Dblock_idct.cpp230 int y_pos = video->mbnum_row; in MBlockIDCT()