Searched refs:mbnum_row (Results 1 – 8 of 8) sorted by relevance
49 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()
80 …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 …]
148 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;
174 ypos = video->mbnum_row << 4 ; in MBMotionComp()527 ypos = video->mbnum_row << 4 ; in SkippedMBMotionComp()
145 int y_pos = video->mbnum_row; in PV_GetMBvectors()366 int mbnum_row = video->mbnum_row; in mv_prediction() local376 …indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* l… in mv_prediction()406 if (mbnum_row) in mv_prediction()
42 int y_pos = video->mbnum_row; in doDCACPrediction()218 int y_pos = video->mbnum_row; in doDCACPrediction_I()
234 uint mbnum_row; member
230 int y_pos = video->mbnum_row; in MBlockIDCT()