Lines Matching defs:width
377 int width, int height,
382 const int chromWidth = width >> 1;
426 * Height should be a multiple of 2 and width should be a multiple of 16.
431 int width, int height, int lumStride,
435 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
441 int width, int height,
446 const int chromWidth = width >> 1;
490 * Height should be a multiple of 2 and width should be a multiple of 16
495 int width, int height, int lumStride,
499 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
508 int width, int height, int lumStride,
511 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
520 int width, int height, int lumStride,
523 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
528 * Height should be a multiple of 2 and width should be a multiple of 16.
533 int width, int height, int lumStride,
537 const int chromWidth = width >> 1;
607 * Height should be a multiple of 2 and width should be a multiple of 16.
614 int width, int height, int lumStride,
618 const int chromWidth = width >> 1;
643 * Height should be a multiple of 2 and width should be a multiple of 2.
650 uint8_t *vdst, int width, int height, int lumStride,
657 const int chromWidth = width >> 1;
711 uint8_t *dest, int width, int height,
718 for (w = 0; w < width; w++) {
729 int width, int height, int srcStride,
736 for (w = 0; w < width; w++) {
748 int width, int height,
753 int w = width / 2;
772 int width, int height,
777 int w = width / 2;
872 const uint8_t *src, int width, int height,
876 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
879 extract_even_c(src, ydst, width);
892 const uint8_t *src, int width, int height,
896 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
899 extract_even_c(src, ydst, width);
910 const uint8_t *src, int width, int height,
914 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
917 extract_even_c(src + 1, ydst, width);
930 const uint8_t *src, int width, int height,
934 const int chromWidth = AV_CEIL_RSHIFT(width, 1);
937 extract_even_c(src + 1, ydst, width);