Searched refs:vec_f (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_vsx.h | 56 vec_f vz0, vzo1, vzo2, vzo3; in pass_vsx_interleave() 57 vec_f x0, x1, x2, x3; in pass_vsx_interleave() 58 vec_f x4, x5, x6, x7; in pass_vsx_interleave() 59 vec_f x8, x9, x10, x11; in pass_vsx_interleave() 60 vec_f x12, x13, x14, x15; in pass_vsx_interleave() 61 vec_f x16, x17, x18, x19; in pass_vsx_interleave() 62 vec_f x20, x21, x22, x23; in pass_vsx_interleave() 63 vec_f vz0plus1, vzo1plus1, vzo2plus1, vzo3plus1; in pass_vsx_interleave() 64 vec_f y0, y1, y2, y3; in pass_vsx_interleave() 65 vec_f y4, y5, y8, y9; in pass_vsx_interleave() [all …]
|
D | fft_init.c | 55 const vec_f *tcos = (const vec_f*)(s->tcos+n8); in imdct_half_altivec() 56 const vec_f *tsin = (const vec_f*)(s->tsin+n8); in imdct_half_altivec() 57 const vec_f *pin = (const vec_f*)(input+n4); in imdct_half_altivec() 58 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() 63 vec_f cos,sin,cos0,sin0,cos1,sin1,re,im,r0,i0,r1,i1,a,b,c,d; in imdct_half_altivec() 110 vec_f cos,sin,re,im,a,b,c,d; in imdct_half_altivec()
|
/third_party/ffmpeg/libavutil/ppc/ |
D | float_dsp_vsx.c | 29 vec_f d0, d1, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_vsx() 44 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_vsx() 52 zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_window_vsx() 79 vec_f d, s0, s1, s2; in ff_vector_fmul_add_vsx() 94 vec_f d, s0, s1, h0, l0, s2, s3; in ff_vector_fmul_reverse_vsx() 95 vec_f zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_reverse_vsx()
|
D | float_dsp_altivec.c | 28 vec_f d0, d1, s, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_altivec() 43 vec_f zero, t0, t1, s0, s1, wi, wj; in ff_vector_fmul_window_altivec() 51 zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_window_altivec() 78 vec_f d, ss0, ss1, ss2, t0, t1, edges; in ff_vector_fmul_add_altivec() 99 vec_f d, s0, s1, h0, l0, s2, s3; in ff_vector_fmul_reverse_altivec() 100 vec_f zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_reverse_altivec()
|
D | util_altivec.h | 40 #define vec_f vector float macro
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_altivec.c | 159 const vec_f vmul = (vec_f) {fmult, fmult, fmult, fmult}; in yuv2plane1_float_altivec() 160 const vec_f vzero = (vec_f) {0, 0, 0, 0}; in yuv2plane1_float_altivec() 162 vec_f vd; in yuv2plane1_float_altivec() 192 const vec_f vmul = (vec_f) {fmult, fmult, fmult, fmult}; in yuv2plane1_float_bswap_altivec() 193 const vec_f vzero = (vec_f) {0, 0, 0, 0}; in yuv2plane1_float_bswap_altivec() 197 vec_f vd; in yuv2plane1_float_bswap_altivec() 211 vd = (vec_f) vec_rl((vec_u32) vd, vswapbig); in yuv2plane1_float_bswap_altivec() 212 vd = (vec_f) vec_rl((vec_u16) vd, vswapsmall); in yuv2plane1_float_bswap_altivec()
|