Searched refs:vec_u32 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dtypes_altivec.h31 #define vec_u32 vector unsigned int macro
44 #define zero_u32v (vec_u32) zerov
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dtypes_altivec.h31 #define vec_u32 vector unsigned int macro
44 #define zero_u32v (vec_u32) zerov
H A Dfft_altivec.c125 vec_u32 sign = {1U<<31,1U<<31,1U<<31,1U<<31};
126 vec_u32 *p0 = (vec_u32*)(output+n4);
127 vec_u32 *p1 = (vec_u32*)(output+n4*3);
132 vec_u32 a = p0[k] ^ sign;
133 vec_u32 b = p1[-k-1];
H A Dvp3dsp_altivec.c143 vec_ste((vec_u32)t, 0, (unsigned int *)dst);\
144 vec_ste((vec_u32)t, 4, (unsigned int *)dst);
174 vec_ste((vec_u32)t, 0, (unsigned int *)dst);\
175 vec_ste((vec_u32)t, 4, (unsigned int *)dst);
H A Didct_altivec.c170 vec_ste ((vec_u32)tmp, 0, (unsigned int *)dest); \
171 vec_ste ((vec_u32)tmp, 4, (unsigned int *)dest);
206 vec_ste ((vec_u32)tmp, 0, (unsigned int *)dest); \
207 vec_ste ((vec_u32)tmp, 4, (unsigned int *)dest);
H A Dvp8dsp_altivec.c116 vec_ste((vec_u32)filt, 0, (uint32_t*)dst);
118 vec_ste((vec_u32)filt, 4, (uint32_t*)dst);
208 filt = (vec_u8)vec_splat((vec_u32)filt, 0);
210 vec_ste((vec_u32)filt, 4, (uint32_t*)dst);
211 vec_ste((vec_u32)filt, 0, (uint32_t*)dst);
H A Dint_altivec.c88 register vec_u32 shifts;
H A Dh264_template_altivec.c556 const vec_u32 v10ui = vec_splat_u32(10);
560 const vec_u32 v16ui = vec_sl(vec_splat_u32(1),vec_splat_u32(4));
H A Dh264_altivec.c314 va_u32 = vec_splat((vec_u32)va_u8, 0); \
323 vec_u32 va_u32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfft_altivec.c137 vec_u32 sign = {1U<<31,1U<<31,1U<<31,1U<<31};
138 vec_u32 *p0 = (vec_u32*)(output+n4);
139 vec_u32 *p1 = (vec_u32*)(output+n4*3);
144 vec_u32 a = p0[k] ^ sign;
145 vec_u32 b = p1[-k-1];
H A Dvp3dsp_altivec.c132 vec_ste((vec_u32)t, 0, (unsigned int *)dst);\
133 vec_ste((vec_u32)t, 4, (unsigned int *)dst);
164 vec_ste((vec_u32)t, 0, (unsigned int *)dst);\
165 vec_ste((vec_u32)t, 4, (unsigned int *)dst);
H A Didctdsp.c181 vec_ste((vec_u32) tmp, 0, (unsigned int *) dest); \
182 vec_ste((vec_u32) tmp, 4, (unsigned int *) dest)
224 vec_ste((vec_u32) tmp, 0, (unsigned int *) dest); \
225 vec_ste((vec_u32) tmp, 4, (unsigned int *) dest)
H A Dvp8dsp_altivec.c120 vec_ste((vec_u32)filt, 0, (uint32_t*)dst);
122 vec_ste((vec_u32)filt, 4, (uint32_t*)dst);
212 filt = (vec_u8)vec_splat((vec_u32)filt, 0);
214 vec_ste((vec_u32)filt, 4, (uint32_t*)dst);
215 vec_ste((vec_u32)filt, 0, (uint32_t*)dst);
H A Dh264qpel_template.c288 const vec_u32 v10ui = vec_splat_u32(10);
292 const vec_u32 v16ui = vec_sl(vec_splat_u32(1),vec_splat_u32(4));
H A Dh264dsp.c71 va_u32 = vec_splat((vec_u32)va_u8, 0); \
80 vec_u32 va_u32;

Completed in 62 milliseconds