Searched defs:y_buf (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_mips.cc600 "lw $t0, 0(%[y_buf]) \n" \
658 void I422ToARGBRow_MIPS_DSPR2(const uint8* y_buf, argument
687 "addiu %[y_buf], 4 \n"
707 :[y_buf] "+r" (y_buf),
720 void I422ToABGRRow_MIPS_DSPR2(const uint8* y_buf, argument
749 "addiu %[y_buf], 4 \n"
769 :[y_buf] "+r" (y_buf),
782 void I422ToBGRARow_MIPS_DSPR2(const uint8* y_buf, argument
[all...]
H A Drow_gcc.cc1580 "movq " MEMACCESS([y_buf]) ",%%xmm3 \n" \
1581 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n" \
1640 void OMITFP I444ToARGBRow_SSSE3(const uint8* y_buf, argument
1655 : [y_buf]"+r"(y_buf), // %[y_buf]
1667 void OMITFP I422ToRGB24Row_SSSE3(const uint8* y_buf, argument
1693 : [y_buf]"+r"(y_buf), //
1711 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
1755 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
1781 J422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
1807 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
1833 NV12ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, int width) argument
1856 NV21ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, int width) argument
1879 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
1905 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
1931 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
1997 I422ToBGRARow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2039 I422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2081 J422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2123 I422ToABGRRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2164 I422ToRGBARow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2203 I400ToARGBRow_SSE2(const uint8* y_buf, uint8* dst_argb, int width) argument
2250 I400ToARGBRow_AVX2(const uint8* y_buf, uint8* dst_argb, int width) argument
[all...]
H A Drow_win.cc151 void I422ToARGBRow_SSSE3(const uint8* y_buf, argument
173 xmm3 = _mm_loadl_epi64((__m128i*)y_buf);
194 y_buf += 8;
2011 void I422ToARGBRow_AVX2(const uint8* y_buf, argument
2047 void J422ToARGBRow_AVX2(const uint8* y_buf, argument
2083 void I444ToARGBRow_AVX2(const uint8* y_buf, argument
2119 void I411ToARGBRow_AVX2(const uint8* y_buf, argument
2155 void NV12ToARGBRow_AVX2(const uint8* y_buf, argument
2186 void NV21ToARGBRow_AVX2(const uint8* y_buf, argument
2218 void I422ToBGRARow_AVX2(const uint8* y_buf, argument
2264 I422ToRGBARow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2310 I422ToABGRRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2548 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2581 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
2615 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
2649 I422ToRGB565Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb565_buf, int width) argument
2688 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2722 J422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2756 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2791 NV12ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, int width) argument
2819 NV21ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, int width) argument
2845 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2875 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
2906 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
2940 I400ToARGBRow_SSE2(const uint8* y_buf, uint8* rgb_buf, int width) argument
2988 I400ToARGBRow_AVX2(const uint8* y_buf, uint8* rgb_buf, int width) argument
[all...]
/external/libyuv/files/source/
H A Drow_neon.cc78 void I422ToARGBRow_NEON(const uint8* y_buf, argument
97 : "+r"(y_buf), // %0
111 void I422ToBGRARow_NEON(const uint8* y_buf, argument
131 : "+r"(y_buf), // %0
145 void I422ToABGRRow_NEON(const uint8* y_buf, argument
165 : "+r"(y_buf), // %0
179 void I422ToRGBARow_NEON(const uint8* y_buf, argument
198 : "+r"(y_buf), // %0
212 void I422ToRGB24Row_NEON(const uint8* y_buf, argument
230 : "+r"(y_buf), //
244 I422ToRAWRow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
277 NV12ToARGBRow_NEON(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf, int width) argument
308 NV21ToARGBRow_NEON(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_common.cc470 void I444ToARGBRow_C(const uint8* y_buf, argument
476 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf, 24, 16, 8, 0);
477 y_buf += 1;
485 void I422ToARGBRow_C(const uint8* y_buf, argument
491 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf + 0, 24, 16, 8, 0);
492 YuvPixel(y_buf[1], u_buf[0], v_buf[0], rgb_buf + 4, 24, 16, 8, 0);
493 y_buf += 2;
499 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf + 0, 24, 16, 8, 0);
503 void I422ToRGB24Row_C(const uint8* y_buf, argument
509 YuvPixel2(y_buf[
524 I422ToRAWRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
545 I411ToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
571 NV12ToARGBRow_C(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf, int width) argument
587 NV21ToARGBRow_C(const uint8* y_buf, const uint8* vu_buf, uint8* rgb_buf, int width) argument
603 I422ToBGRARow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
621 I422ToABGRRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
639 I422ToRGBARow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
657 YToARGBRow_C(const uint8* y_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_posix.cc1358 "movq (%[y_buf]),%%xmm3 \n" \
1359 "lea 0x8(%[y_buf]),%[y_buf] \n" \
1383 "movq (%[y_buf]),%%xmm3 \n" \
1384 "lea 0x8(%[y_buf]),%[y_buf] \n" \
1398 void OMITFP I444ToARGBRow_SSSE3(const uint8* y_buf, argument
1421 : [y_buf]"+r"(y_buf), // %[y_buf]
1434 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1470 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1506 NV12ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* argb_buf, int width) argument
1539 NV21ToARGBRow_SSSE3(const uint8* y_buf, const uint8* vu_buf, uint8* argb_buf, int width) argument
1572 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1608 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1644 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1680 NV12ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* argb_buf, int width) argument
1713 NV21ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* vu_buf, uint8* argb_buf, int width) argument
1746 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
1783 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
1819 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
1856 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
1894 YToARGBRow_SSE2(const uint8* y_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_win.cc1617 void I444ToARGBRow_SSSE3(const uint8* y_buf, argument
1660 void I422ToARGBRow_SSSE3(const uint8* y_buf, argument
1704 void I411ToARGBRow_SSSE3(const uint8* y_buf, argument
1747 void NV12ToARGBRow_SSSE3(const uint8* y_buf, argument
1785 void NV21ToARGBRow_SSSE3(const uint8* y_buf, argument
1823 void I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, argument
1866 void I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, argument
1910 void I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, argument
1954 void NV12ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, argument
1992 void NV21ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, argument
2028 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
2069 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
2110 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
2151 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
2192 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgba_buf, int width) argument
2233 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgba_buf, int width) argument
2277 YToARGBRow_SSE2(const uint8* y_buf, uint8* rgb_buf, int width) argument
[all...]

Completed in 239 milliseconds