Home | History | Annotate | Download | only in src

Lines Matching defs:nMBPerRow

146     int doubleWidth = video->nMBPerRow << 1;
368 int nMBPerRow = video->nMBPerRow;
369 int nMVPerRow = nMBPerRow << 1;
408 if (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow])
414 if (mbnum_col < nMBPerRow - 1 && slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow+1])