Searched refs:vb3 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 229 vector signed short vb0, vb1, vb2, vb3, vb4, vb5, vb6, vb7, vb8, vb9; in doVertLowPass_altivec() local 307 const vector signed short temp02 = vec_add(vb2, vb3); in doVertLowPass_altivec() 329 const vector signed short temp71 = vec_sub(v_sumsB6, vb3); in doVertLowPass_altivec() 456 const vector signed short l3minusl6 = vec_sub(vb3, vb6); in doVertDefFilter_altivec() 463 const vector signed short l3minusl2 = vec_sub(vb3, vb2); in doVertDefFilter_altivec()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 42 #define VEC_1D_DCT(vb0,vb1,vb2,vb3,va0,va1,va2,va3) \ 47 vz2 = vec_sub(vz2,vb3); /* temp[2] = Y[1].1/2 - Y[3] */ \ 48 vz3 = vec_sra(vb3,vec_splat_u16(1)); \
|
Completed in 5 milliseconds