Home | History | Annotate | Download | only in src

Lines Matching refs:mbNum

299     int     mbNum = mb_y * video->PicWidthInMbs + mb_x;
304 MbQ = &(video->mblock[mbNum]); // current Mb
313 filterLeftMbEdgeFlag = mb_is_available(video->mblock, video->PicSizeInMbs, mbNum - 1, mbNum);
314 filterTopMbEdgeFlag = mb_is_available(video->mblock, video->PicSizeInMbs, mbNum - video->PicWidthInMbs, mbNum);
386 /* Save Alpha, Beta and clipTable for future use, with the obselete variables filterLeftMbEdgeFlag, mbNum amd tmp */
388 mbNum = Beta;
485 /* Recover Alpha, Beta and clipTable for edge!=0 with the variables filterLeftMbEdgeFlag, mbNum and tmp */
488 Beta = mbNum;