Searched refs:dstV (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/
H A Dswscale_template.c1621 static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1642 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1649 dstV[i]= src1[4*i + 3];
1655 static inline void RENAME(LEToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1675 : : "g" ((x86_reg)-width), "r" (src1+width*2), "r" (src2+width*2), "r" (dstU+width), "r" (dstV+width)
1682 dstV[i]= src2[2*i + 1];
1713 static inline void RENAME(uyvyToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1734 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1741 dstV[i]= src1[4*i + 2];
1747 static inline void RENAME(BEToUV)(uint8_t *dstU, uint8_t *dstV, cons argument
1814 nv12ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1821 nv21ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1882 bgr24ToUV_mmx(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, long width, enum PixelFormat srcFormat) argument
1957 bgr24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1975 bgr24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2005 rgb24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2024 rgb24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
[all...]
H A Dswscale.c1010 static inline void rgb48ToUV(uint8_t *dstU, uint8_t *dstV,
1022 dstV[i] = (RV*r + GV*g + BV*b + (257<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
1026 static inline void rgb48ToUV_half(uint8_t *dstU, uint8_t *dstV,
1038 dstV[i]= (RV*r + GV*g + BV*b + (257<<RGB2YUV_SHIFT)) >> (RGB2YUV_SHIFT+1);
1071 static inline void name(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1080 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
1083 static inline void name ## _half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1097 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
1118 static inline void palToUV(uint8_t *dstU, uint8_t *dstV,
1128 dstV[
[all...]
H A Dswscale_internal.h293 void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libswscale/
H A Dswscale_template.c1621 static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1642 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1649 dstV[i]= src1[4*i + 3];
1655 static inline void RENAME(LEToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1675 : : "g" ((x86_reg)-width), "r" (src1+width*2), "r" (src2+width*2), "r" (dstU+width), "r" (dstV+width)
1682 dstV[i]= src2[2*i + 1];
1713 static inline void RENAME(uyvyToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1734 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1741 dstV[i]= src1[4*i + 2];
1747 static inline void RENAME(BEToUV)(uint8_t *dstU, uint8_t *dstV, cons argument
1814 nv12ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1821 nv21ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1882 bgr24ToUV_mmx(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, long width, enum PixelFormat srcFormat) argument
1957 bgr24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1975 bgr24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2005 rgb24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2024 rgb24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
[all...]
H A Dswscale.c1010 static inline void rgb48ToUV(uint8_t *dstU, uint8_t *dstV,
1022 dstV[i] = (RV*r + GV*g + BV*b + (257<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
1026 static inline void rgb48ToUV_half(uint8_t *dstU, uint8_t *dstV,
1038 dstV[i]= (RV*r + GV*g + BV*b + (257<<RGB2YUV_SHIFT)) >> (RGB2YUV_SHIFT+1);
1071 static inline void name(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1080 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
1083 static inline void name ## _half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1097 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
1118 static inline void palToUV(uint8_t *dstU, uint8_t *dstV,
1128 dstV[
[all...]
H A Dswscale_internal.h293 void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libswscale/
H A Dswscale_template.c1621 static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1642 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1649 dstV[i]= src1[4*i + 3];
1655 static inline void RENAME(LEToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1675 : : "g" ((x86_reg)-width), "r" (src1+width*2), "r" (src2+width*2), "r" (dstU+width), "r" (dstV+width)
1682 dstV[i]= src2[2*i + 1];
1713 static inline void RENAME(uyvyToUV)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1734 : : "g" ((x86_reg)-width), "r" (src1+width*4), "r" (dstU+width), "r" (dstV+width)
1741 dstV[i]= src1[4*i + 2];
1747 static inline void RENAME(BEToUV)(uint8_t *dstU, uint8_t *dstV, cons argument
1814 nv12ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1821 nv21ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1882 bgr24ToUV_mmx(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, long width, enum PixelFormat srcFormat) argument
1957 bgr24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
1975 bgr24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2005 rgb24ToUV(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
2024 rgb24ToUV_half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, long width, uint32_t *unused) argument
[all...]
H A Dswscale.c1010 static inline void rgb48ToUV(uint8_t *dstU, uint8_t *dstV,
1022 dstV[i] = (RV*r + GV*g + BV*b + (257<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
1026 static inline void rgb48ToUV_half(uint8_t *dstU, uint8_t *dstV,
1038 dstV[i]= (RV*r + GV*g + BV*b + (257<<RGB2YUV_SHIFT)) >> (RGB2YUV_SHIFT+1);
1071 static inline void name(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1080 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<((S)-1)))>>(S);\
1083 static inline void name ## _half(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, const uint8_t *dummy, long width, uint32_t *unused)\
1097 dstV[i]= ((RV)*r + (GV)*g + (BV)*b + (257<<(S)))>>((S)+1);\
1118 static inline void palToUV(uint8_t *dstU, uint8_t *dstV,
1128 dstV[
[all...]
H A Dswscale_internal.h293 void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ppc/
H A Ddsputil_altivec.c1029 register vector signed short srcV, dstV; \
1041 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1044 but0 = vec_sub(srcV, dstV); \
1178 dstV __asm__ ("v25"), \
1203 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1210 but0 = vec_sub(srcV, dstV); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ppc/
H A Ddsputil_altivec.c1029 register vector signed short srcV, dstV; \
1041 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1044 but0 = vec_sub(srcV, dstV); \
1178 dstV __asm__ ("v25"), \
1203 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1210 but0 = vec_sub(srcV, dstV); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/ppc/
H A Ddsputil_altivec.c1029 register vector signed short srcV, dstV; \
1041 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1044 but0 = vec_sub(srcV, dstV); \
1178 dstV __asm__ ("v25"), \
1203 dstV = (vector signed short)vec_mergeh((vector signed char)vzero, \
1210 but0 = vec_sub(srcV, dstV); \

Completed in 354 milliseconds