Home
last modified time | relevance | path

Searched refs:cnsts1 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c71 #define LD_W4 vec_splat(cnsts1, 0)
72 #define LD_W5 vec_splat(cnsts1, 1)
73 #define LD_W6 vec_splat(cnsts1, 2)
74 #define LD_W7 vec_splat(cnsts1, 3)
201 vector float mzero, cnst, cnsts0, cnsts1, cnsts2; in ff_fdct_altivec() local
210 cnsts1 = vec_ld(0, cp); in ff_fdct_altivec()