Home
last modified time | relevance | path

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

/external/libvpx/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/libyuv/files/source/
Drow_any.cc222 #define ANY31CT(NAMEANY, ANY_SIMD, UVSHIFT, DUVSHIFT, T, SBPP, BPP, MASK) \ argument
228 memset(temp, 0, 16 * 3 * SBPP); /* for YUY2 and msan */ \
234 memcpy(temp, y_buf + n, r * SBPP); \
235 memcpy(temp + 16, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
236 memcpy(temp + 32, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT) * SBPP); \
256 #define ANY21(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
266 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
380 #define ANY21C(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
390 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
455 #define ANY11(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
[all …]
Dscale_any.cc508 #define SAROW(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ argument
518 memcpy(src_temp, src_ptr + n * SBPP, r * SBPP); \
/external/libaom/libaom/third_party/libyuv/source/
Drow_any.cc122 #define ANY21(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, SBPP2, BPP, MASK) \ argument
132 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
225 #define ANY11(NAMEANY, ANY_SIMD, UVSHIFT, SBPP, BPP, MASK) \ argument
234 memcpy(temp, src_ptr + (n >> UVSHIFT) * SBPP, SS(r, UVSHIFT) * SBPP); \
402 #define ANY11P(NAMEANY, ANY_SIMD, T, SBPP, BPP, MASK) \ argument
412 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \
444 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ argument
455 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \
456 memcpy(temp + 64, src_ptr + src_stride_ptr + n * SBPP, r * SBPP); \