Home
last modified time | relevance | path

Searched refs:u_buf (Results 1 – 25 of 26) sorted by relevance

12

/external/libaom/libaom/third_party/libyuv/source/
Drow_mips.cc659 const uint8* u_buf, in I422ToARGBRow_MIPS_DSPR2() argument
708 [u_buf] "+r" (u_buf), in I422ToARGBRow_MIPS_DSPR2()
721 const uint8* u_buf, in I422ToABGRRow_MIPS_DSPR2() argument
770 [u_buf] "+r" (u_buf), in I422ToABGRRow_MIPS_DSPR2()
783 const uint8* u_buf, in I422ToBGRARow_MIPS_DSPR2() argument
834 [u_buf] "+r" (u_buf), in I422ToBGRARow_MIPS_DSPR2()
Drow_gcc.cc1538 "movq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
1539 MEMOPREG(movq, 0x00, [u_buf], [v_buf], 1, xmm1) \
1540 "lea " MEMLEA(0x8, [u_buf]) ",%[u_buf] \n" \
1545 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
1546 MEMOPREG(movd, 0x00, [u_buf], [v_buf], 1, xmm1) \
1547 "lea " MEMLEA(0x4, [u_buf]) ",%[u_buf] \n" \
1553 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
1554 MEMOPREG(movd, 0x00, [u_buf], [v_buf], 1, xmm1) \
1555 "lea " MEMLEA(0x2, [u_buf]) ",%[u_buf] \n" \
1641 const uint8* u_buf, in I444ToARGBRow_SSSE3() argument
[all …]
Dconvert_from.cc462 const uint8* u_buf, in I420ToARGB()
531 const uint8* u_buf, in I420ToBGRA()
600 const uint8* u_buf, in I420ToABGR()
660 const uint8* u_buf, in I420ToRGBA()
720 const uint8* u_buf, in I420ToRGB24()
780 const uint8* u_buf, in I420ToRAW()
840 const uint8* u_buf, in I420ToARGB1555()
901 const uint8* u_buf, in I420ToARGB4444()
961 const uint8* u_buf, in I420ToRGB565()
1029 const uint8* u_buf, in I420ToRGB565Dither()
Dconvert_argb.cc56 const uint8* u_buf, in I444ToARGB()
124 const uint8* u_buf, in I422ToARGB()
201 const uint8* u_buf, in I411ToARGB()
1015 const uint8* u_buf, in J420ToARGB()
1084 const uint8* u_buf, in J422ToARGB()
Drow_any.cc27 void NAMEANY(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, \
34 ANY_SIMD(y_buf, u_buf, v_buf, dst_ptr, n); \
37 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
Drow_win.cc152 const uint8* u_buf, in I422ToARGBRow_SSSE3() argument
158 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf; in I422ToARGBRow_SSSE3()
161 xmm0 = _mm_cvtsi32_si128(*(uint32*)u_buf); in I422ToARGBRow_SSSE3()
162 xmm1 = _mm_cvtsi32_si128(*(uint32*)(u_buf + offset)); in I422ToARGBRow_SSSE3()
195 u_buf += 4; in I422ToARGBRow_SSSE3()
2012 const uint8* u_buf, in I422ToARGBRow_AVX2() argument
2048 const uint8* u_buf, in J422ToARGBRow_AVX2() argument
2084 const uint8* u_buf, in I444ToARGBRow_AVX2() argument
2120 const uint8* u_buf, in I411ToARGBRow_AVX2() argument
2219 const uint8* u_buf, in I422ToBGRARow_AVX2() argument
[all …]
Dplanar_functions.cc790 const uint8* u_buf, in I422ToBGRA()
867 const uint8* u_buf, in I422ToABGR()
935 const uint8* u_buf, in I422ToRGBA()
Dscale_argb.cc456 const uint8* u_buf, in ScaleYUVToARGBBilinearUp()
/external/libyuv/files/source/
Drow_gcc.cc2008 const uint8_t* u_buf, in I444ToARGBRow_SSSE3() argument
2026 [u_buf]"+r"(u_buf), // %[u_buf] in I444ToARGBRow_SSSE3()
2037 const uint8_t* u_buf, in I422ToRGB24Row_SSSE3() argument
2066 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToRGB24Row_SSSE3()
2083 const uint8_t* u_buf, in I422ToARGBRow_SSSE3() argument
2101 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToARGBRow_SSSE3()
2112 const uint8_t* u_buf, in I422ToAR30Row_SSSE3() argument
2135 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToAR30Row_SSSE3()
2147 const uint16_t* u_buf, in I210ToARGBRow_SSSE3() argument
2165 [u_buf]"+r"(u_buf), // %[u_buf] in I210ToARGBRow_SSSE3()
[all …]
Drow_any.cc35 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
43 ANY_SIMD(y_buf, u_buf, v_buf, a_buf, dst_ptr, yuvconstants, n); \
46 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
71 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
78 ANY_SIMD(y_buf, u_buf, v_buf, dst_ptr, n); \
81 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
139 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
147 ANY_SIMD(y_buf, u_buf, v_buf, dst_ptr, yuvconstants, n); \
150 memcpy(temp + 128, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
223 void NAMEANY(const T* y_buf, const T* u_buf, const T* v_buf, \
[all …]
Dconvert_from.cc550 void (*I422ToRGBARow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGBAMatrix()
657 void (*I422ToRGB24Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB24Matrix()
800 void (*I422ToARGB1555Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGB1555()
873 void (*I422ToARGB4444Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGB4444()
947 void (*I422ToRGB565Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB565Matrix()
1069 void (*I422ToRGB565Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I422ToRGB565()
1144 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB565Dither()
1260 void (*I422ToAR30Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToAR30Matrix()
Drow_dspr2.cc871 const uint8* u_buf, in I444ToARGBRow_DSPR2() argument
944 : [y_buf] "r"(y_buf), [yg] "r"(yg), [u_buf] "r"(u_buf), in I444ToARGBRow_DSPR2()
950 u_buf += 2; in I444ToARGBRow_DSPR2()
Dconvert_argb.cc63 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGBMatrix()
242 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I422ToARGBMatrix()
428 void (*I210ToAR30Row)(const uint16_t* y_buf, const uint16_t* u_buf, in I010ToAR30Matrix()
550 void (*I210ToARGBRow)(const uint16_t* y_buf, const uint16_t* u_buf, in I010ToARGBMatrix()
676 void (*I444ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I444ToARGBMatrix()
808 void (*I422AlphaToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420AlphaToARGBMatrix()
Drow_win.cc32 xmm0 = _mm_cvtsi32_si128(*(uint32_t*)u_buf); \
33 xmm1 = _mm_cvtsi32_si128(*(uint32_t*)(u_buf + offset)); \
36 u_buf += 4; \
43 xmm0 = _mm_cvtsi32_si128(*(uint32_t*)u_buf); \
44 xmm1 = _mm_cvtsi32_si128(*(uint32_t*)(u_buf + offset)); \
47 u_buf += 4; \
88 const uint8_t* u_buf, in I422ToARGBRow_SSSE3() argument
95 const ptrdiff_t offset = (uint8_t*)v_buf - (uint8_t*)u_buf; in I422ToARGBRow_SSSE3()
107 const uint8_t* u_buf, in I422AlphaToARGBRow_SSSE3() argument
114 const ptrdiff_t offset = (uint8_t*)v_buf - (uint8_t*)u_buf; in I422AlphaToARGBRow_SSSE3()
[all …]
Dscale_argb.cc595 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in ScaleYUVToARGBBilinearUp()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc2008 const uint8_t* u_buf, in I444ToARGBRow_SSSE3() argument
2026 [u_buf]"+r"(u_buf), // %[u_buf] in I444ToARGBRow_SSSE3()
2037 const uint8_t* u_buf, in I422ToRGB24Row_SSSE3() argument
2066 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToRGB24Row_SSSE3()
2083 const uint8_t* u_buf, in I422ToARGBRow_SSSE3() argument
2101 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToARGBRow_SSSE3()
2112 const uint8_t* u_buf, in I422ToAR30Row_SSSE3() argument
2135 [u_buf]"+r"(u_buf), // %[u_buf] in I422ToAR30Row_SSSE3()
2147 const uint16_t* u_buf, in I210ToARGBRow_SSSE3() argument
2165 [u_buf]"+r"(u_buf), // %[u_buf] in I210ToARGBRow_SSSE3()
[all …]
Drow_any.cc35 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
43 ANY_SIMD(y_buf, u_buf, v_buf, a_buf, dst_ptr, yuvconstants, n); \
46 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
71 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
78 ANY_SIMD(y_buf, u_buf, v_buf, dst_ptr, n); \
81 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
127 void NAMEANY(const uint8_t* y_buf, const uint8_t* u_buf, \
135 ANY_SIMD(y_buf, u_buf, v_buf, dst_ptr, yuvconstants, n); \
138 memcpy(temp + 128, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
211 void NAMEANY(const T* y_buf, const T* u_buf, const T* v_buf, \
[all …]
Dconvert_from.cc526 void (*I422ToRGBARow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGBAMatrix()
633 void (*I422ToRGB24Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB24Matrix()
776 void (*I422ToARGB1555Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGB1555()
849 void (*I422ToARGB4444Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGB4444()
922 void (*I422ToRGB565Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB565()
993 void (*I422ToRGB565Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I422ToRGB565()
1068 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB565Dither()
1184 void (*I422ToAR30Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToAR30Matrix()
Dconvert_argb.cc63 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToARGBMatrix()
242 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I422ToARGBMatrix()
428 void (*I210ToAR30Row)(const uint16_t* y_buf, const uint16_t* u_buf, in I010ToAR30Matrix()
550 void (*I210ToARGBRow)(const uint16_t* y_buf, const uint16_t* u_buf, in I010ToARGBMatrix()
676 void (*I444ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I444ToARGBMatrix()
808 void (*I422AlphaToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in I420AlphaToARGBMatrix()
Drow_win.cc32 xmm0 = _mm_cvtsi32_si128(*(uint32_t*)u_buf); \
33 xmm1 = _mm_cvtsi32_si128(*(uint32_t*)(u_buf + offset)); \
36 u_buf += 4; \
43 xmm0 = _mm_cvtsi32_si128(*(uint32_t*)u_buf); \
44 xmm1 = _mm_cvtsi32_si128(*(uint32_t*)(u_buf + offset)); \
47 u_buf += 4; \
88 const uint8_t* u_buf, in I422ToARGBRow_SSSE3() argument
95 const ptrdiff_t offset = (uint8_t*)v_buf - (uint8_t*)u_buf; in I422ToARGBRow_SSSE3()
107 const uint8_t* u_buf, in I422AlphaToARGBRow_SSSE3() argument
114 const ptrdiff_t offset = (uint8_t*)v_buf - (uint8_t*)u_buf; in I422AlphaToARGBRow_SSSE3()
[all …]
Dscale_argb.cc548 void (*I422ToARGBRow)(const uint8_t* y_buf, const uint8_t* u_buf, in ScaleYUVToARGBBilinearUp()
Dplanar_functions.cc1512 void (*I422ToRGBARow)(const uint8_t* y_buf, const uint8_t* u_buf, in I422ToRGBAMatrix()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1414 const uint8_t* u_buf,
1910 const uint8_t* u_buf,
1916 const uint8_t* u_buf,
1922 const uint8_t* u_buf,
1928 const uint8_t* u_buf,
1934 const uint8_t* u_buf,
1940 const uint8_t* u_buf,
1946 const uint8_t* u_buf,
1953 const uint8_t* u_buf,
1959 const uint16_t* u_buf,
[all …]
/external/libyuv/files/include/libyuv/
Drow.h1672 const uint8_t* u_buf,
2241 const uint8_t* u_buf,
2247 const uint8_t* u_buf,
2253 const uint8_t* u_buf,
2259 const uint8_t* u_buf,
2265 const uint8_t* u_buf,
2271 const uint8_t* u_buf,
2277 const uint8_t* u_buf,
2284 const uint8_t* u_buf,
2290 const uint16_t* u_buf,
[all …]
/external/oss-fuzz/projects/libwebp/
Dfuzz_simple_api.c72 uint8_t* const u_buf = (uint8_t*)malloc(u_size); in LLVMFuzzerTestOneInput() local
75 u_buf, u_size, uv_stride, v_buf, v_size, uv_stride); in LLVMFuzzerTestOneInput()
77 free(u_buf); in LLVMFuzzerTestOneInput()

12