Home | History | Annotate | Download | only in source

Lines Matching full: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 uint8* dst, int dst_width) {
111 dst_width -= 1;
112 for (x = 0; x < dst_width - 1; x += 2) {
119 if (dst_width & 1) {
129 uint16* dst, int dst_width) {
133 for (x = 0; x < dst_width - 1; x += 2) {
140 if (dst_width & 1) {
146 uint8* dst, int dst_width) {
148 for (x = 0; x < dst_width - 1; x += 2) {
154 if (dst_width & 1) {
160 uint16* dst, int dst_width) {
162 for (x = 0; x < dst_width - 1; x += 2) {
168 if (dst_width & 1) {
174 uint8* dst, int dst_width) {
177 for (x = 0; x < dst_width - 1; x += 2) {
197 if (dst_width & 1) {
210 uint16* dst, int dst_width) {
213 for (x = 0; x < dst_width - 1; x += 2) {
233 if (dst_width & 1) {
246 uint8* dst, int dst_width) {
248 assert((dst_width % 3 == 0) && (dst_width > 0));
249 for (x = 0; x < dst_width; x += 3) {
259 uint16* dst, int dst_width) {
261 assert((dst_width % 3 == 0) && (dst_width > 0));
262 for (x = 0; x < dst_width; x += 3) {
273 uint8* d, int dst_width) {
277 assert((dst_width % 3 == 0) && (dst_width > 0));
278 for (x = 0; x < dst_width; x += 3) {
295 uint16* d, int dst_width) {
299 assert((dst_width % 3 == 0) && (dst_width > 0));
300 for (x = 0; x < dst_width; x += 3) {
318 uint8* d, int dst_width) {
322 assert((dst_width % 3 == 0) && (dst_width > 0));
323 for (x = 0; x < dst_width; x += 3) {
340 uint16* d, int dst_width) {
344 assert((dst_width % 3 == 0) && (dst_width > 0));
345 for (x = 0; x < dst_width; x += 3) {
363 int dst_width, int x, int dx) {
365 for (j = 0; j < dst_width - 1; j += 2) {
372 if (dst_width & 1) {
378 int dst_width, int x, int dx) {
380 for (j = 0; j < dst_width - 1; j += 2) {
387 if (dst_width & 1) {
394 int dst_width, int x, int dx) {
396 for (j = 0; j < dst_width - 1; j += 2) {
401 if (dst_width & 1) {
407 int dst_width, int x, int dx) {
409 for (j = 0; j < dst_width - 1; j += 2) {
414 if (dst_width & 1) {
430 int dst_width, int x, int dx) {
432 for (j = 0; j < dst_width - 1; j += 2) {
445 if (dst_width & 1) {
454 int dst_width, int x32, int dx) {
457 for (j = 0; j < dst_width - 1; j += 2) {
470 if (dst_width & 1) {
484 int dst_width, int x, int dx) {
486 for (j = 0; j < dst_width - 1; j += 2) {
499 if (dst_width & 1) {
508 int dst_width, int x32, int dx) {
511 for (j = 0; j < dst_width - 1; j += 2) {
524 if (dst_width & 1) {
534 uint8* dst, int dst_width) {
536 assert(dst_width % 3 == 0);
537 for (x = 0; x < dst_width; x += 3) {
547 uint16* dst, int dst_width) {
549 assert(dst_width % 3 == 0);
550 for (x = 0; x < dst_width; x += 3) {
562 uint8* dst_ptr, int dst_width) {
565 assert((dst_width % 3 == 0) && (dst_width > 0));
566 for (i = 0; i < dst_width; i += 3) {
588 uint16* dst_ptr, int dst_width) {
591 assert((dst_width % 3 == 0) && (dst_width > 0));
592 for (i = 0; i < dst_width; i += 3) {
614 uint8* dst_ptr, int dst_width) {
617 assert((dst_width % 3 == 0) && (dst_width > 0));
618 for (i = 0; i < dst_width; i += 3) {
634 uint16* dst_ptr, int dst_width) {
637 assert((dst_width % 3 == 0) && (dst_width > 0));
638 for (i = 0; i < dst_width; i += 3) {
683 uint8* dst_argb, int dst_width) {
688 for (x = 0; x < dst_width - 1; x += 2) {
694 if (dst_width & 1) {
701 uint8* dst_argb, int dst_width) {
703 for (x = 0; x < dst_width; ++x) {
714 uint8* dst_argb, int dst_width) {
716 for (x = 0; x < dst_width; ++x) {
732 uint8* dst_argb, int dst_width) {
737 for (x = 0; x < dst_width - 1; x += 2) {
743 if (dst_width & 1) {
751 uint8* dst_argb, int dst_width) {
753 for (x = 0; x < dst_width; ++x) {
769 int dst_width, int x, int dx) {
773 for (j = 0; j < dst_width - 1; j += 2) {
780 if (dst_width & 1) {
786 int dst_width, int x32, int dx) {
791 for (j = 0; j < dst_width - 1; j += 2) {
798 if (dst_width & 1) {
805 int dst_width, int x, int dx) {
809 for (j = 0; j < dst_width - 1; j += 2) {
814 if (dst_width & 1) {
829 int dst_width, int x, int dx) {
833 for (j = 0; j < dst_width - 1; j += 2) {
848 if (dst_width & 1) {
858 int dst_width, int x32, int dx) {
863 for (j = 0; j < dst_width - 1; j += 2) {
878 if (dst_width & 1) {
892 int dst_width, int dst_height,
898 int dst_width_bytes = dst_width * bpp;
900 ptrdiff_t src_stride, int dst_width, int source_y_fraction) =
906 assert(dst_width > 0);
958 int dst_width, int dst_height,
964 int dst_width_words = dst_width * wpp;
966 ptrdiff_t src_stride, int dst_width, int source_y_fraction) =
972 assert(dst_width > 0);
1034 int dst_width, int dst_height,
1044 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) {
1067 if (dst_width == src_width || dst_width * 3 == src_width) {
1089 int dst_width, int dst_height,
1098 assert(dst_width > 0);
1101 if (dst_width == 1 && src_width >= 32768) {
1102 dst_width = src_width;
1109 *dx = FixedDiv(Abs(src_width), dst_width);
1115 if (dst_width <= Abs(src_width)) {
1116 *dx = FixedDiv(Abs(src_width), dst_width);
1118 } else if (dst_width > 1) {
1119 *dx = FixedDiv1(Abs(src_width), dst_width);
1131 if (dst_width <= Abs(src_width)) {
1132 *dx = FixedDiv(Abs(src_width), dst_width);
1134 } else if (dst_width > 1) {
1135 *dx = FixedDiv1(Abs(src_width), dst_width);
1142 *dx = FixedDiv(Abs(src_width), dst_width);
1149 *x += (dst_width - 1) * *dx;