Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c73 #define STORE2(v,dst)\ in imdct_half_altivec() macro
82 STORE2(a, revtabk[ p*2-4]);\ in imdct_half_altivec()
83 STORE2(b, revtabk[ p*2-3]);\ in imdct_half_altivec()
84 STORE2(c, revtabj[-p*2+2]);\ in imdct_half_altivec()
85 STORE2(d, revtabj[-p*2+3]); in imdct_half_altivec()
/third_party/ffmpeg/libavfilter/
Dvf_fspp.c120 #define STORE2(pos) … in store_slice2_c() macro
130 STORE2(0); in store_slice2_c()
131 STORE2(1); in store_slice2_c()
132 STORE2(2); in store_slice2_c()
133 STORE2(3); in store_slice2_c()
134 STORE2(4); in store_slice2_c()
135 STORE2(5); in store_slice2_c()
136 STORE2(6); in store_slice2_c()
137 STORE2(7); in store_slice2_c()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec.c32 #define STORE2(y, dc, d, c) do { \ macro
90 STORE2(0, a + d4, d1, c1); in TransformAC3_C()
91 STORE2(1, a + c4, d1, c1); in TransformAC3_C()
92 STORE2(2, a - c4, d1, c1); in TransformAC3_C()
93 STORE2(3, a - d4, d1, c1); in TransformAC3_C()
97 #undef STORE2