Searched refs:y_buf (Results 1 - 19 of 19) 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 Dconvert_argb.cc55 void (*I444ToARGBRow)(const uint8* y_buf,
123 void (*I422ToARGBRow)(const uint8* y_buf,
200 void (*I411ToARGBRow)(const uint8* y_buf,
266 void (*I400ToARGBRow)(const uint8* y_buf,
727 void (*NV12ToARGBRow)(const uint8* y_buf,
784 void (*NV21ToARGBRow)(const uint8* y_buf,
840 void (*NV12ToARGBRow)(const uint8* y_buf,
1014 void (*J422ToARGBRow)(const uint8* y_buf,
1083 void (*J422ToARGBRow)(const uint8* y_buf,
H A Dconvert_from.cc461 void (*I422ToARGBRow)(const uint8* y_buf,
530 void (*I422ToBGRARow)(const uint8* y_buf,
599 void (*I422ToABGRRow)(const uint8* y_buf,
659 void (*I422ToRGBARow)(const uint8* y_buf,
719 void (*I422ToRGB24Row)(const uint8* y_buf,
779 void (*I422ToRAWRow)(const uint8* y_buf,
839 void (*I422ToARGB1555Row)(const uint8* y_buf,
900 void (*I422ToARGB4444Row)(const uint8* y_buf,
960 void (*I422ToRGB565Row)(const uint8* y_buf,
1028 void (*I422ToARGBRow)(const uint8* y_buf,
[all...]
H A 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); \
36 memcpy(temp, y_buf + n, r); \
123 void NAMEANY(const uint8* y_buf, const uint8* uv_buf, \
130 ANY_SIMD(y_buf, uv_buf, dst_ptr, n); \
132 memcpy(temp, y_buf + n * SBPP, r * SBPP); \
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...]
H A Dplanar_functions.cc789 void (*I422ToBGRARow)(const uint8* y_buf,
866 void (*I422ToABGRRow)(const uint8* y_buf,
934 void (*I422ToRGBARow)(const uint8* y_buf,
1001 void (*NV12ToRGB565Row)(const uint8* y_buf,
1058 void (*NV21ToRGB565Row)(const uint8* y_buf,
H A Dscale_argb.cc455 void (*I422ToARGBRow)(const uint8* y_buf,
/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_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_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 Dconvert_argb.cc68 void (*I444ToARGBRow)(const uint8* y_buf,
113 void (*I422ToARGBRow)(const uint8* y_buf,
165 void (*I411ToARGBRow)(const uint8* y_buf,
208 void (*YToARGBRow)(const uint8* y_buf,
544 void (*NV12ToARGBRow)(const uint8* y_buf,
595 void (*NV21ToARGBRow)(const uint8* y_buf,
645 void (*NV12ToARGBRow)(const uint8* y_buf,
725 void (*I422ToARGBRow)(const uint8* y_buf,
796 void (*I422ToARGBRow)(const uint8* y_buf,
H A Dconvert_from.cc699 void (*I422ToARGBRow)(const uint8* y_buf,
753 void (*I422ToBGRARow)(const uint8* y_buf,
807 void (*I422ToABGRRow)(const uint8* y_buf,
861 void (*I422ToRGBARow)(const uint8* y_buf,
915 void (*I422ToRGB24Row)(const uint8* y_buf,
969 void (*I422ToRAWRow)(const uint8* y_buf,
1023 void (*I422ToARGBRow)(const uint8* y_buf,
1083 void (*I422ToARGBRow)(const uint8* y_buf,
1143 void (*I422ToARGBRow)(const uint8* y_buf,
H A Dplanar_functions.cc449 void (*I422ToBGRARow)(const uint8* y_buf,
501 void (*I422ToABGRRow)(const uint8* y_buf,
553 void (*I422ToRGBARow)(const uint8* y_buf,
839 void (*NV12ToARGBRow)(const uint8* y_buf,
890 void (*NV21ToARGBRow)(const uint8* y_buf,
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...]
H A Dformat_conversion.cc453 void (*I422ToARGBRow)(const uint8* y_buf,
/external/libyuv/files/include/libyuv/
H A Drow.h179 void I422ToARGBRow_NEON(const uint8* y_buf,
184 void I422ToBGRARow_NEON(const uint8* y_buf,
189 void I422ToABGRRow_NEON(const uint8* y_buf,
194 void I422ToRGBARow_NEON(const uint8* y_buf,
199 void I422ToRGB24Row_NEON(const uint8* y_buf,
204 void I422ToRAWRow_NEON(const uint8* y_buf,
209 void NV12ToARGBRow_NEON(const uint8* y_buf,
213 void NV21ToARGBRow_NEON(const uint8* y_buf,
333 void I444ToARGBRow_C(const uint8* y_buf,
339 void I422ToARGBRow_C(const uint8* y_buf,
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h300 DECLARE_ALIGNED(32, unsigned char, y_buf[22*32]);
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c255 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
256 y = xd->y_buf + y_stride*buf_r1 +buf_c1;
391 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
392 y = xd->y_buf + y_stride + 1;
702 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
703 y = xd->y_buf + y_stride + 1;

Completed in 235 milliseconds