Lines Matching refs:dst_width

32                      uint8* dst, int dst_width) {
34 for (x = 0; x < dst_width - 1; x += 2) {
40 if (dst_width & 1) {
46 uint16* dst, int dst_width) {
48 for (x = 0; x < dst_width - 1; x += 2) {
54 if (dst_width & 1) {
60 uint8* dst, int dst_width) {
63 for (x = 0; x < dst_width - 1; x += 2) {
69 if (dst_width & 1) {
75 uint16* dst, int dst_width) {
78 for (x = 0; x < dst_width - 1; x += 2) {
84 if (dst_width & 1) {
90 uint8* dst, int dst_width) {
94 for (x = 0; x < dst_width - 1; x += 2) {
101 if (dst_width & 1) {
107 uint16* dst, int dst_width) {
111 for (x = 0; x < dst_width - 1; x += 2) {
118 if (dst_width & 1) {
124 uint8* dst, int dst_width) {
126 for (x = 0; x < dst_width - 1; x += 2) {
132 if (dst_width & 1) {
138 uint16* dst, int dst_width) {
140 for (x = 0; x < dst_width - 1; x += 2) {
146 if (dst_width & 1) {
152 uint8* dst, int dst_width) {
155 for (x = 0; x < dst_width - 1; x += 2) {
175 if (dst_width & 1) {
188 uint16* dst, int dst_width) {
191 for (x = 0; x < dst_width - 1; x += 2) {
211 if (dst_width & 1) {
224 uint8* dst, int dst_width) {
226 assert((dst_width % 3 == 0) && (dst_width > 0));
227 for (x = 0; x < dst_width; x += 3) {
237 uint16* dst, int dst_width) {
239 assert((dst_width % 3 == 0) && (dst_width > 0));
240 for (x = 0; x < dst_width; x += 3) {
251 uint8* d, int dst_width) {
255 assert((dst_width % 3 == 0) && (dst_width > 0));
256 for (x = 0; x < dst_width; x += 3) {
273 uint16* d, int dst_width) {
277 assert((dst_width % 3 == 0) && (dst_width > 0));
278 for (x = 0; x < dst_width; x += 3) {
296 uint8* d, int dst_width) {
300 assert((dst_width % 3 == 0) && (dst_width > 0));
301 for (x = 0; x < dst_width; x += 3) {
318 uint16* d, int dst_width) {
322 assert((dst_width % 3 == 0) && (dst_width > 0));
323 for (x = 0; x < dst_width; x += 3) {
341 int dst_width, int x, int dx) {
343 for (j = 0; j < dst_width - 1; j += 2) {
350 if (dst_width & 1) {
356 int dst_width, int x, int dx) {
358 for (j = 0; j < dst_width - 1; j += 2) {
365 if (dst_width & 1) {
372 int dst_width, int x, int dx) {
374 for (j = 0; j < dst_width - 1; j += 2) {
379 if (dst_width & 1) {
385 int dst_width, int x, int dx) {
387 for (j = 0; j < dst_width - 1; j += 2) {
392 if (dst_width & 1) {
402 int dst_width, int x, int dx) {
404 for (j = 0; j < dst_width - 1; j += 2) {
417 if (dst_width & 1) {
426 int dst_width, int x32, int dx) {
429 for (j = 0; j < dst_width - 1; j += 2) {
442 if (dst_width & 1) {
455 int dst_width, int x, int dx) {
457 for (j = 0; j < dst_width - 1; j += 2) {
470 if (dst_width & 1) {
479 int dst_width, int x32, int dx) {
482 for (j = 0; j < dst_width - 1; j += 2) {
495 if (dst_width & 1) {
505 uint8* dst, int dst_width) {
507 assert(dst_width % 3 == 0);
508 for (x = 0; x < dst_width; x += 3) {
518 uint16* dst, int dst_width) {
520 assert(dst_width % 3 == 0);
521 for (x = 0; x < dst_width; x += 3) {
533 uint8* dst_ptr, int dst_width) {
536 assert((dst_width % 3 == 0) && (dst_width > 0));
537 for (i = 0; i < dst_width; i += 3) {
559 uint16* dst_ptr, int dst_width) {
562 assert((dst_width % 3 == 0) && (dst_width > 0));
563 for (i = 0; i < dst_width; i += 3) {
585 uint8* dst_ptr, int dst_width) {
588 assert((dst_width % 3 == 0) && (dst_width > 0));
589 for (i = 0; i < dst_width; i += 3) {
605 uint16* dst_ptr, int dst_width) {
608 assert((dst_width % 3 == 0) && (dst_width > 0));
609 for (i = 0; i < dst_width; i += 3) {
662 uint8* dst_argb, int dst_width) {
667 for (x = 0; x < dst_width - 1; x += 2) {
673 if (dst_width & 1) {
680 uint8* dst_argb, int dst_width) {
682 for (x = 0; x < dst_width; ++x) {
693 uint8* dst_argb, int dst_width) {
695 for (x = 0; x < dst_width; ++x) {
711 uint8* dst_argb, int dst_width) {
716 for (x = 0; x < dst_width - 1; x += 2) {
722 if (dst_width & 1) {
730 uint8* dst_argb, int dst_width) {
732 for (x = 0; x < dst_width; ++x) {
748 int dst_width, int x, int dx) {
752 for (j = 0; j < dst_width - 1; j += 2) {
759 if (dst_width & 1) {
765 int dst_width, int x32, int dx) {
770 for (j = 0; j < dst_width - 1; j += 2) {
777 if (dst_width & 1) {
784 int dst_width, int x, int dx) {
788 for (j = 0; j < dst_width - 1; j += 2) {
793 if (dst_width & 1) {
807 int dst_width, int x, int dx) {
811 for (j = 0; j < dst_width - 1; j += 2) {
826 if (dst_width & 1) {
836 int dst_width, int x32, int dx) {
841 for (j = 0; j < dst_width - 1; j += 2) {
856 if (dst_width & 1) {
870 int dst_width, int dst_height,
876 int dst_width_bytes = dst_width * bpp;
878 ptrdiff_t src_stride, int dst_width, int source_y_fraction) =
884 assert(dst_width > 0);
952 int dst_width, int dst_height,
958 int dst_width_words = dst_width * wpp;
960 ptrdiff_t src_stride, int dst_width, int source_y_fraction) =
966 assert(dst_width > 0);
1036 int dst_width, int dst_height,
1046 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) {
1050 if (dst_width >= src_width || dst_height >= src_height) {
1073 if (dst_width == src_width || dst_width * 3 == src_width) {
1095 int dst_width, int dst_height,
1104 assert(dst_width > 0);
1107 if (dst_width == 1 && src_width >= 32768) {
1108 dst_width = src_width;
1115 *dx = FixedDiv(Abs(src_width), dst_width);
1121 if (dst_width <= Abs(src_width)) {
1122 *dx = FixedDiv(Abs(src_width), dst_width);
1124 } else if (dst_width > 1) {
1125 *dx = FixedDiv1(Abs(src_width), dst_width);
1137 if (dst_width <= Abs(src_width)) {
1138 *dx = FixedDiv(Abs(src_width), dst_width);
1140 } else if (dst_width > 1) {
1141 *dx = FixedDiv1(Abs(src_width), dst_width);
1148 *dx = FixedDiv(Abs(src_width), dst_width);
1155 *x += (dst_width - 1) * *dx;