Lines Matching refs:npixels
778 int *bottom, BoxRec *dstBox, int *npixels, int *nlines,
881 *npixels = ((*right + 1) & ~1) - *left;
889 *npixels = ((*right + 1) & ~1) - *left;
895 *npixels = *right - *left;
909 int *line_len, int npixels, int nlines,
915 npixels = (npixels + 7) & ~7;
924 *dstPitch = (npixels + 63) & ~63; /*luma and chroma pitch*/
925 *line_len = npixels;
932 *dstPitch = ((npixels << 1) + 63) & ~63;
933 *line_len = npixels << 1;
940 *dstPitch = ((npixels << 2) + 63) & ~63;
941 *line_len = npixels << 2;
947 *dstPitch = ((npixels << 1) + 63) & ~63;
948 *line_len = npixels << 1;
1147 int top = 0, left = 0, right = 0, bottom = 0, npixels = 0, nlines = 0;
1151 int line_len = 0; /* length of a line, like npixels, but in bytes */
1170 &npixels, &nlines, clipBoxes, width, height))
1177 &line_len, npixels, nlines,
1287 line_len, nlines, npixels);
1305 nlines, npixels);
1340 dstPitch, nlines, npixels);
1346 int dwords = npixels << 1;
1364 map += dstPitch - (npixels << 1);
1365 tbuf += srcPitch - (npixels << 1);
1371 nlines, npixels);
1376 int dwords = npixels << 1;
1394 map += dstPitch - (npixels << 1);
1395 buf += srcPitch - (npixels << 1);
1437 xb, yb, npixels, nlines,
1444 npixels, nlines, src_w, src_h,
1457 xb, yb, npixels, nlines,
1465 xb, yb, npixels, nlines,
1473 xb, yb, npixels, nlines,
1480 xb, yb, npixels, nlines,
1489 dstPitch, &dstBox, 0, 0, xb, yb, npixels,