Searched refs:vb0 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c37 #define VEC_1D_DCT(vb0,vb1,vb2,vb3,va0,va1,va2,va3) \
39 vz0 = vec_add(vb0,vb2); /* temp[0] = Y[0] + Y[2] */ \
40 vz1 = vec_sub(vb0,vb2); /* temp[1] = Y[0] - Y[2] */ \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_altivec_template.c228 vector signed short vb0, vb1, vb2, vb3, vb4, vb5, vb6, vb7, vb8, vb9; local
296 const vector signed short v_diff01 = vec_sub(vb0, vb1);
299 const vector signed short v_first = vec_sel(vb1, vb0, v_cmp01);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c280 #define VEC_1D_DCT(vb0,vb1,vb2,vb3,va0,va1,va2,va3) \
282 vz0 = vec_add(vb0,vb2); /* temp[0] = Y[0] + Y[2] */ \
283 vz1 = vec_sub(vb0,vb2); /* temp[1] = Y[0] - Y[2] */ \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_altivec_template.c228 vector signed short vb0, vb1, vb2, vb3, vb4, vb5, vb6, vb7, vb8, vb9; local
296 const vector signed short v_diff01 = vec_sub(vb0, vb1);
299 const vector signed short v_first = vec_sel(vb1, vb0, v_cmp01);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp.asm155 addps vb, m4 ; va0..4 vb0..4

Completed in 59 milliseconds