Home
last modified time | relevance | path

Searched refs:SBPP (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/source/
Drow_any.cc122 #define ANY41CT(NAMEANY, ANY_SIMD, UVSHIFT, DUVSHIFT, T, SBPP, BPP, MASK) \ argument
128 memset(temp, 0, 16 * 4 * SBPP); /* for YUY2 and msan */ \
134 memcpy(temp, y_buf + n, r * SBPP); \
135 memcpy(temp + 16, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
136 memcpy(temp + 32, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
137 memcpy(temp + 48, a_buf + n, r * SBPP); \
190 #define ANY41PT(NAMEANY, ANY_SIMD, STYPE, SBPP, DTYPE, BPP, MASK) \ argument
195 memset(temp, 0, 16 * 4 * SBPP); /* for YUY2 and msan */ \
201 memcpy(temp, r_buf + n, r * SBPP); \
202 memcpy(temp + 16, g_buf + n, r * SBPP); \
[all …]
Dscale_any.cc531 #define SAROW(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ argument
541 memcpy(src_temp, src_ptr + n * SBPP, r * SBPP); \
/external/libvpx/third_party/libyuv/source/
Drow_any.cc210 #define ANY31CT(NAMEANY, ANY_SIMD, UVSHIFT, DUVSHIFT, T, SBPP, BPP, MASK) \ argument
216 memset(temp, 0, 16 * 3 * SBPP); /* for YUY2 and msan */ \
222 memcpy(temp, y_buf + n, r * SBPP); \
223 memcpy(temp + 16, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
224 memcpy(temp + 32, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
244 #define ANY21(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
254 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
342 #define ANY21C(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
352 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
417 #define ANY11(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
[all …]
/external/libaom/third_party/libyuv/source/
Drow_any.cc234 #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
[all …]
Dscale_any.cc505 #define SAROW(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ argument
515 memcpy(src_temp, src_ptr + n * SBPP, r * SBPP); \