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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale_template.c869 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1]; local
874 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
875 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
880 "r" (abuf0), "r" (abuf1)
884 c->u_temp=(intptr_t)abuf0;
896 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
897 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
1174 "movq (%1, "#index", 2), %%mm7 \n\t" /* abuf0[index ] */\
1175 "movq 8(%1, "#index", 2), %%mm1 \n\t" /* abuf0[index+4] */\
1176 "psraw $7, %%mm7 \n\t" /* abuf0[inde
1184 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) argument
1253 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) argument
1294 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) argument
1347 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) argument
1437 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) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c774 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1]; local
779 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
780 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
785 "r" (abuf0), "r" (abuf1)
789 *(const uint16_t **)(&c->u_temp)=abuf0;
801 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
802 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/
1080 "movq (%1, "#index", 2), %%mm7 \n\t" /* abuf0[index ] */\
1081 "movq 8(%1, "#index", 2), %%mm1 \n\t" /* abuf0[index+4] */\
1082 "psraw $7, %%mm7 \n\t" /* abuf0[inde
1090 yuv2rgb32_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1157 yuv2bgr24_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1194 yuv2rgb555_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1243 yuv2rgb565_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
1329 yuv2yuyv422_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *bguf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doutput.c440 const int16_t *abuf0, uint8_t *dest, int dstW,
512 const int16_t *abuf0, uint8_t *dest, int dstW, \
516 abuf0, dest, dstW, uvalpha, \
614 const int16_t *abuf0, uint8_t *dest, int dstW,
766 *abuf0 = hasAlpha ? abuf[0] : NULL, local
792 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 1;
793 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 1;
814 const int32_t *abuf0, uint16_t *dest, int dstW,
837 A1 = abuf0[i * 2 ] << 11;
838 A2 = abuf0[
438 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) argument
612 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) argument
812 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) argument
1002 yuv2rgb48_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) argument
1322 *abuf0 = hasAlpha ? abuf[0] : NULL, local
1351 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) argument
1660 *abuf0 = hasAlpha ? abuf[0] : NULL, local
1693 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) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c395 const int32_t *abuf0, uint16_t *dest, int dstW,
451 *abuf0 = (const int32_t *) _abuf0; \
453 name ## base ## _1_c_template(c, buf0, ubuf, vbuf, abuf0, dest, \
532 const int16_t *abuf0, uint8_t *dest, int dstW,
578 const int16_t *abuf0, uint8_t *dest, int dstW, \
582 abuf0, dest, dstW, uvalpha, \
668 const int16_t *abuf0, uint8_t *dest, int dstW,
814 const int32_t *abuf0, uint16_t *dest, int dstW,
1079 *abuf0 = hasAlpha ? abuf[0] : NULL, local
1096 A1 = (abuf0[
393 yuv2gray16_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 PixelFormat target) argument
530 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 PixelFormat target) argument
666 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 PixelFormat target) argument
812 yuv2rgb48_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 PixelFormat target) argument
1106 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 PixelFormat target, int hasAlpha) argument
[all...]

Completed in 161 milliseconds