Lines Matching defs:x1
87 // 32x3 -> 12x1
91 // 32x2 -> 12x1
95 // 16x2 -> 16x1
228 // Blends 32x2 rectangle to 16x1.
302 // Blends 32x2 rectangle to 16x1.
379 // Blends 32x4 rectangle to 8x1.
473 // Blends 32x8 rectangle to 4x1.
586 // Blends 32x2 rectangle to 24x1
756 // Scale 16x3 pixels to 6x1 with interpolation
822 // Scale 16x2 pixels to 6x1 with interpolation
929 // Bilinear row filtering combines 16x2 -> 16x1. SSE2 version.
1024 // Bilinear row filtering combines 16x2 -> 16x1. SSSE3 version.
1761 "sub $0x1,%5 \n"
1781 "sub $0x1,%2 \n"
1805 // Bilinear row filtering combines 16x2 -> 16x1. SSE2 version
1878 // Bilinear row filtering combines 16x2 -> 16x1. SSSE3 version
2201 // 8x3 -> 3x1
2227 // 8x2 -> 3x1
2247 // C version 8x2 -> 8x1
2701 int x1 = (xi < src_width - 1) ? xi + 1 : xi;
2703 int b = src0[x1];
2706 b = src1[x1];