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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_win.cc37 xmm4 = _mm_loadl_epi64((__m128i*)y_buf); \
39 y_buf += 8;
48 xmm4 = _mm_loadl_epi64((__m128i*)y_buf); \
50 y_buf += 8; \
88 void I422ToARGBRow_SSSE3(const uint8* y_buf, argument
107 void I422AlphaToARGBRow_SSSE3(const uint8* y_buf, argument
2083 void I422ToARGBRow_AVX2(const uint8* y_buf,
2123 void I422AlphaToARGBRow_AVX2(const uint8* y_buf,
2166 void I444ToARGBRow_AVX2(const uint8* y_buf,
2205 void I411ToARGBRow_AVX2(const uint8* y_buf,
[all...]
H A Drow_mips.cc597 "lw $t0, 0(%[y_buf]) \n" \
656 void I422ToARGBRow_DSPR2(const uint8* y_buf, argument
685 "addiu %[y_buf], 4 \n"
705 :[y_buf] "+r" (y_buf),
H A Drow_gcc.cc1501 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1503 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n"
1512 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1514 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n"
1523 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1525 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n" \
1545 "movq " MEMACCESS([y_buf]) ",
1671 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1699 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
1744 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1773 I422AlphaToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1808 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1843 NV12ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1868 NV21ToARGBRow_SSSE3(const uint8* y_buf, const uint8* vu_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1944 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, const struct YuvConstants* yuvconstants, int width) argument
2136 I444ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2169 I411ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2202 I422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2235 I422AlphaToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2273 I422ToRGBARow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2316 NV12ToARGBRow_AVX2(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2346 NV21ToARGBRow_AVX2(const uint8* y_buf, const uint8* vu_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2435 I400ToARGBRow_SSE2(const uint8* y_buf, uint8* dst_argb, int width) argument
2482 I400ToARGBRow_AVX2(const uint8* y_buf, uint8* dst_argb, int width) argument
[all...]
/external/libyuv/files/source/
H A Drow_win.cc37 xmm4 = _mm_loadl_epi64((__m128i*)y_buf); \
39 y_buf += 8;
48 xmm4 = _mm_loadl_epi64((__m128i*)y_buf); \
50 y_buf += 8; \
87 void I422ToARGBRow_SSSE3(const uint8* y_buf, argument
106 void I422AlphaToARGBRow_SSSE3(const uint8* y_buf, argument
2068 const uint8* y_buf,
2108 const uint8* y_buf,
2151 const uint8* y_buf,
2190 const uint8* y_buf,
[all...]
H A Drow_dspr2.cc870 void I444ToARGBRow_DSPR2(const uint8* y_buf, argument
904 "lbu %[tmp_t7], 0(%[y_buf]) \n"
905 "lbu %[tmp_t1], 1(%[y_buf]) \n"
944 : [y_buf] "r"(y_buf), [yg] "r"(yg), [u_buf] "r"(u_buf),
949 y_buf += 2;
H A Drow_gcc.cc1506 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1508 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n"
1517 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1519 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n"
1528 "movq " MEMACCESS([y_buf]) ",%%xmm4 \n" \
1530 "lea " MEMLEA(0x8, [y_buf]) ",%[y_buf] \n" \
1539 "movq " MEMACCESS([y_buf]) ",
1656 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1685 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
1731 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1761 I422AlphaToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1798 NV12ToARGBRow_SSSE3(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1826 NV21ToARGBRow_SSSE3(const uint8* y_buf, const uint8* vu_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
1911 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, const struct YuvConstants* yuvconstants, int width) argument
2094 I444ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2128 I422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2163 I422AlphaToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2204 I422ToRGBARow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2248 NV12ToARGBRow_AVX2(const uint8* y_buf, const uint8* uv_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2281 NV21ToARGBRow_AVX2(const uint8* y_buf, const uint8* vu_buf, uint8* dst_argb, const struct YuvConstants* yuvconstants, int width) argument
2379 I400ToARGBRow_SSE2(const uint8* y_buf, uint8* dst_argb, int width) argument
2427 I400ToARGBRow_AVX2(const uint8* y_buf, uint8* dst_argb, int width) argument
[all...]

Completed in 133 milliseconds