Home | History | Annotate | Download | only in src

Lines Matching defs:nMBPerRow

2025     Int nMBPerRow = currVol->nMBPerRow;
2071 Mode_top = video->headerInfo.Mode[mbnum-nMBPerRow];
2074 DCAC = DC_store[-nMBPerRow];
2114 if (Ypos[comp] != 0) y_offset = -nMBPerRow;
2155 block_B = ((comp == 1 && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow])) || comp == 3) ?
2158 (Pos0[comp] && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow]))) ?
2175 (slice_nb[mbnum] == slice_nb[mbnum-1-nMBPerRow])) ||
2176 (comp == 1 && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow])) ||
2179 block_C = (comp == 2 || comp == 3 || (Pos0[comp] && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow]))) ?
2284 if ((Pos0[comp] && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow]))
2381 if ((Pos0[comp] && (slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow]))
2537 Int nMBPerRow = currVol->nMBPerRow;
2547 Int x = mbnum % nMBPerRow;
2548 Int y = mbnum / nMBPerRow;
2639 if (y > 0 && slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow])
2644 if ((x != nMBPerRow - 1) && (y > 0) && slice_nb[mbnum] == slice_nb[mbnum+1-nMBPerRow])
2661 (y == 0 || slice_nb[mbnum] != slice_nb[mbnum-nMBPerRow])))
2668 (x == nMBPerRow - 1 || y == 0 || slice_nb[mbnum] != slice_nb[mbnum+1-nMBPerRow])))
2681 p1x = motdata[yin1*nMBPerRow+xin1][vec1].x;
2682 p1y = motdata[yin1*nMBPerRow+xin1][vec1].y;
2693 p2x = motdata[yin2*nMBPerRow+xin2][vec2].x;
2694 p2y = motdata[yin2*nMBPerRow+xin2][vec2].y;
2705 p3x = motdata[yin3*nMBPerRow+xin3][vec3].x;
2706 p3y = motdata[yin3*nMBPerRow+xin3][vec3].y;