Lines Matching defs:width
1086 int width, int height,
1090 const x86_reg chromWidth= width>>1;
1139 * Height should be a multiple of 2 and width should be a multiple of 16.
1143 int width, int height,
1147 RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
1151 int width, int height,
1155 const x86_reg chromWidth= width>>1;
1204 * Height should be a multiple of 2 and width should be a multiple of 16
1208 int width, int height,
1212 RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
1219 int width, int height,
1222 RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
1229 int width, int height,
1232 RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
1236 * Height should be a multiple of 2 and width should be a multiple of 16.
1240 int width, int height,
1244 const x86_reg chromWidth= width>>1;
1436 * Height should be a multiple of 2 and width should be a multiple of 16.
1442 int width, int height,
1446 const x86_reg chromWidth= width>>1;
1540 * Height should be a multiple of 2 and width should be a multiple of 2.
1548 int width, int height,
1556 const x86_reg chromWidth= width>>1;
1559 ff_rgb24toyv12_c(src, ydst, udst, vdst, width, 2, lumStride, chromStride, srcStride, rgb2yuv);
1632 : : "r" (src+width*3), "r" (ydst+width), "g" ((x86_reg)-width), "r"(rgb2yuv)
1740 ff_rgb24toyv12_c(src, ydst, udst, vdst, width, height-y, lumStride, chromStride, srcStride, rgb2yuv);
1747 int width, int height, int src1Stride,
1755 if (width >= 16) {
1772 ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
1798 ::"r"(dest), "r"(src1), "r"(src2), "r" ((x86_reg)width-15)
1803 for (w= (width&(~15)); w < width; w++) {
1828 int width, int height, int srcStride,
1834 RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL);
1850 int width, int height,
1856 w=width/2; h=height/2;
1942 int width, int height,
1948 w=width/2; h=height;
2305 int width, int height,
2309 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
2312 RENAME(extract_even)(src, ydst, width);
2330 int width, int height,
2334 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
2337 RENAME(extract_even)(src, ydst, width);
2353 int width, int height,
2357 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
2360 RENAME(extract_odd)(src, ydst, width);
2379 int width, int height,
2383 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
2386 RENAME(extract_odd)(src, ydst, width);