Home
last modified time | relevance | path

Searched refs:dst_stride_b (Results 1 – 19 of 19) sorted by relevance

/external/libyuv/files/include/libyuv/
Drotate_row.h90 uint8* dst_b, int dst_stride_b,
95 uint8* dst_b, int dst_stride_b, int width);
98 uint8* dst_b, int dst_stride_b, int width);
101 uint8* dst_b, int dst_stride_b, int width);
104 uint8* dst_b, int dst_stride_b, int width);
108 uint8* dst_b, int dst_stride_b, int width);
111 uint8* dst_b, int dst_stride_b, int width);
114 uint8* dst_b, int dst_stride_b, int width);
Drotate.h78 uint8* dst_b, int dst_stride_b,
88 uint8* dst_b, int dst_stride_b,
94 uint8* dst_b, int dst_stride_b,
109 uint8* dst_b, int dst_stride_b,
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc194 uint8* dst_b, int dst_stride_b, in TransposeUV() argument
199 uint8* dst_b, int dst_stride_b, in TransposeUV()
222 dst_b, dst_stride_b, in TransposeUV()
233 dst_b, dst_stride_b, in TransposeUV()
241 uint8* dst_b, int dst_stride_b, in RotateUV90() argument
248 dst_b, dst_stride_b, in RotateUV90()
255 uint8* dst_b, int dst_stride_b, in RotateUV270() argument
258 dst_b += dst_stride_b * (width - 1); in RotateUV270()
260 dst_stride_b = -dst_stride_b; in RotateUV270()
264 dst_b, dst_stride_b, in RotateUV270()
[all …]
Drotate_common.cc38 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_C() argument
59 dst_b += dst_stride_b; in TransposeUVWx8_C()
77 uint8* dst_b, int dst_stride_b, in TransposeUVWxH_C() argument
84 dst_b[j + ((i >> 1) * dst_stride_b)] = src[i + (j * src_stride) + 1]; in TransposeUVWxH_C()
Drotate_mips.cc313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_MIPS_DSPR2() argument
471 [dst_stride_b] "r" (dst_stride_b) in TransposeUVWx8_MIPS_DSPR2()
Drotate_gcc.cc112 uint8* dst_b, int dst_stride_b, int width);
379 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_SSE2() argument
479 "r"((intptr_t)(dst_stride_b)) // %6 in TransposeUVWx8_SSE2()
Drotate_neon.cc249 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
523 "+r"(dst_stride_b), // %6 in TransposeUVWx8_NEON()
Drotate_neon64.cc256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
530 "r"(static_cast<ptrdiff_t>(dst_stride_b)), // %7 in TransposeUVWx8_NEON()
Drotate_win.cc117 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument
/external/libyuv/files/source/
Drotate.cc186 uint8* dst_b, int dst_stride_b, in TransposeUV() argument
191 uint8* dst_b, int dst_stride_b, in TransposeUV()
217 dst_b, dst_stride_b, in TransposeUV()
228 dst_b, dst_stride_b, in TransposeUV()
236 uint8* dst_b, int dst_stride_b, in RotateUV90() argument
243 dst_b, dst_stride_b, in RotateUV90()
250 uint8* dst_b, int dst_stride_b, in RotateUV270() argument
253 dst_b += dst_stride_b * (width - 1); in RotateUV270()
255 dst_stride_b = -dst_stride_b; in RotateUV270()
259 dst_b, dst_stride_b, in RotateUV270()
[all …]
Drotate_any.cc49 uint8* dst_b, int dst_stride_b, int width) { \
53 TPOS_SIMD(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, \
58 dst_b + n * dst_stride_b, dst_stride_b, r); \
Drotate_common.cc38 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_C() argument
59 dst_b += dst_stride_b; in TransposeUVWx8_C()
77 uint8* dst_b, int dst_stride_b, in TransposeUVWxH_C() argument
84 dst_b[j + ((i >> 1) * dst_stride_b)] = src[i + (j * src_stride) + 1]; in TransposeUVWxH_C()
Drotate_mips.cc313 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_DSPR2() argument
471 [dst_stride_b] "r" (dst_stride_b) in TransposeUVWx8_DSPR2()
Drotate_gcc.cc256 uint8* dst_b, int dst_stride_b, int width) { in TransposeUVWx8_SSE2() argument
356 "r"((intptr_t)(dst_stride_b)) // %6 in TransposeUVWx8_SSE2()
Drotate_neon.cc248 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
521 "+r"(dst_stride_b), // %6 in TransposeUVWx8_NEON()
Drotate_neon64.cc256 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_NEON() argument
530 "r"(static_cast<ptrdiff_t>(dst_stride_b)), // %7 in TransposeUVWx8_NEON()
Drotate_win.cc116 uint8* dst_b, int dst_stride_b, in TransposeUVWx8_SSE2() argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate_row.h117 uint8* dst_b, int dst_stride_b,
122 uint8* dst_b, int dst_stride_b, int width);
125 uint8* dst_b, int dst_stride_b, int width);
128 uint8* dst_b, int dst_stride_b, int width);
131 uint8* dst_b, int dst_stride_b, int width);
Drotate.h78 uint8* dst_b, int dst_stride_b,
88 uint8* dst_b, int dst_stride_b,
94 uint8* dst_b, int dst_stride_b,
109 uint8* dst_b, int dst_stride_b,