Home | History | Annotate | Download | only in src

Lines Matching refs:mb_x

59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
120 int x_pos = video->mb_x;
290 void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV)
294 int filterLeftMbEdgeFlag = (mb_x != 0);
300 int mbNum = mb_y * video->PicWidthInMbs + mb_x;