Lines Matching refs:SBPP
234 #define ANY31CT(NAMEANY, ANY_SIMD, UVSHIFT, DUVSHIFT, T, SBPP, BPP, MASK) \ argument
240 memset(temp, 0, 16 * 3 * SBPP); /* for YUY2 and msan */ \
246 memcpy(temp, y_buf + n, r * SBPP); \
247 memcpy(temp + 16, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
248 memcpy(temp + 32, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
271 #define ANY21(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
281 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
395 #define ANY21C(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
405 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
485 #define ANY11(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
494 memcpy(temp, src_ptr + (n >> UVSHIFT) * SBPP, SS(r, UVSHIFT) * SBPP); \
863 #define ANY11B(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
872 memcpy(temp, src_ptr + (n >> UVSHIFT) * SBPP, SS(r, UVSHIFT) * SBPP); \
899 #define ANY11P(NAMEANY, ANY_SIMD, T, SBPP, BPP, MASK) \ argument
908 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \
1013 #define ANY11C(NAMEANY, ANY_SIMD, SBPP, BPP, STYPE, DTYPE, MASK) \ argument
1017 memset(temp, 0, 32 * SBPP); /* for msan */ \
1023 memcpy(temp, src_ptr + n, r * SBPP); \
1067 #define ANY11P16(NAMEANY, ANY_SIMD, ST, T, SBPP, BPP, MASK) \ argument
1071 memset(temp, 0, SBPP * 32); /* for msan */ \
1077 memcpy(temp, src_ptr + n, r * SBPP); \
1117 #define ANY11C(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
1127 memcpy(temp, src_ptr + (n >> UVSHIFT) * SBPP, SS(r, UVSHIFT) * SBPP); \
1154 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ argument
1164 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \
1165 memcpy(temp + 64, src_ptr + src_stride_ptr + n * SBPP, r * SBPP); \