Home
last modified time | relevance | path

Searched refs:abuf0 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Doutput.c695 const int16_t *abuf0, uint8_t *dest, int dstW, in yuv2mono_1_c_template()
767 const int16_t *abuf0, uint8_t *dest, int dstW, \
771 abuf0, dest, dstW, uvalpha, \
871 const int16_t *abuf0, uint8_t *dest, int dstW, in yuv2422_1_c_template()
975 *abuf0 = hasAlpha ? abuf[0] : NULL, in yuv2ya16_2_c_template() local
989 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 15; in yuv2ya16_2_c_template()
1001 const int32_t *abuf0, uint16_t *dest, int dstW, in yuv2ya16_1_c_template()
1004 int hasAlpha = !!abuf0; in yuv2ya16_1_c_template()
1014 A = abuf0[i] >> 3; in yuv2ya16_1_c_template()
1116 *abuf0 in yuv2rgba64_2_c_template() local
693 yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) yuv2mono_1_c_template() argument
869 yuv2422_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) yuv2422_1_c_template() argument
999 yuv2ya16_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *unused_ubuf[2], const int32_t *unused_vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int unused_uvalpha, int y, enum AVPixelFormat target, int unused_hasAlpha, int unused_eightbytes) yuv2ya16_1_c_template() argument
1172 yuv2rgba64_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes) yuv2rgba64_1_c_template() argument
1348 *abuf0 = hasAlpha ? abuf[0] : NULL, yuv2rgba64_full_2_c_template() local
1391 yuv2rgba64_full_1_c_template(SwsContext *c, const int32_t *buf0, const int32_t *ubuf[2], const int32_t *vbuf[2], const int32_t *abuf0, uint16_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha, int eightbytes) yuv2rgba64_full_1_c_template() argument
1743 *abuf0 = hasAlpha ? abuf[0] : NULL, yuv2rgb_2_c_template() local
1774 yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_1_c_template() argument
2096 *abuf0 = hasAlpha ? abuf[0] : NULL, yuv2rgb_full_2_c_template() local
2132 yuv2rgb_full_1_c_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_1_c_template() argument
2443 yuv2ya8_1_c(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2ya8_1_c() argument
2476 *abuf0 = hasAlpha ? abuf[0] : NULL, yuv2ya8_2_c() local
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dswscale_template.c801 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1]; in yuv2rgb32_2() local
806 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2()
807 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2()
812 "r" (abuf0), "r" (abuf1) in yuv2rgb32_2()
816 c->u_temp=(intptr_t)abuf0; in yuv2rgb32_2()
828 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2()
829 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2()
1106 "movq (%1, "#index", 2), %%mm7 \n\t" /* abuf0[index ] */\
1107 "movq 8(%1, "#index", 2), %%mm1 \n\t" /* abuf0[index+4] */\
1108 "psraw $7, %%mm7 \n\t" /* abuf0[inde
1116 yuv2rgb32_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb32_1() argument
1185 yuv2bgr24_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2bgr24_1() argument
1226 yuv2rgb555_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb555_1() argument
1279 yuv2rgb565_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb565_1() argument
1369 yuv2yuyv422_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2yuyv422_1() argument
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c689 *abuf0 = hasAlpha ? abuf[0] : NULL, in yuv2rgb_full_2_vsx_template() local
761 SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha); in yuv2rgb_full_2_vsx_template()
811 *abuf0 = hasAlpha ? abuf[0] : NULL, in yuv2rgb_2_vsx_template() local
891 SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha); in yuv2rgb_2_vsx_template()
980 const int16_t *abuf0, uint8_t *dest, int dstW, in yuv2rgb_full_1_vsx_template()
1068 A = vec_ld(0, &abuf0[i]); in yuv2rgb_full_1_vsx_template()
1109 const int16_t *abuf0, uint8_t *dest, int dstW, in yuv2rgb_1_vsx_template()
1206 A = vec_ld(0, &abuf0[i]); in yuv2rgb_1_vsx_template()
1318 const int16_t *abuf0, uint8_t *dest, int dstW, \
1321 name ## base ## _1_vsx_template(c, buf0, ubuf, vbuf, abuf0, des
978 yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_full_1_vsx_template() argument
1107 yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target, int hasAlpha) yuv2rgb_1_vsx_template() argument
1570 yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y, enum AVPixelFormat target) yuv2422_1_vsx_template() argument
[all...]

Completed in 10 milliseconds