• Home
  • Raw
  • Download

Lines Matching refs:MERGE_S16

216 #define MERGE_S16(hl, a, b) vec_merge ## hl(vs16(a), vs16(b))  in ff_fdct_altivec()  macro
221 b01 = ((vector float) MERGE_S16(h, b00, b40)); in ff_fdct_altivec()
222 b11 = ((vector float) MERGE_S16(l, b00, b40)); in ff_fdct_altivec()
226 b21 = ((vector float) MERGE_S16(h, b10, b50)); in ff_fdct_altivec()
227 b31 = ((vector float) MERGE_S16(l, b10, b50)); in ff_fdct_altivec()
231 b41 = ((vector float) MERGE_S16(h, b20, b60)); in ff_fdct_altivec()
232 b51 = ((vector float) MERGE_S16(l, b20, b60)); in ff_fdct_altivec()
236 b61 = ((vector float) MERGE_S16(h, b30, b70)); in ff_fdct_altivec()
237 b71 = ((vector float) MERGE_S16(l, b30, b70)); in ff_fdct_altivec()
239 x0 = ((vector float) MERGE_S16(h, b01, b41)); in ff_fdct_altivec()
240 x1 = ((vector float) MERGE_S16(l, b01, b41)); in ff_fdct_altivec()
241 x2 = ((vector float) MERGE_S16(h, b11, b51)); in ff_fdct_altivec()
242 x3 = ((vector float) MERGE_S16(l, b11, b51)); in ff_fdct_altivec()
243 x4 = ((vector float) MERGE_S16(h, b21, b61)); in ff_fdct_altivec()
244 x5 = ((vector float) MERGE_S16(l, b21, b61)); in ff_fdct_altivec()
245 x6 = ((vector float) MERGE_S16(h, b31, b71)); in ff_fdct_altivec()
246 x7 = ((vector float) MERGE_S16(l, b31, b71)); in ff_fdct_altivec()
248 b00 = ((vector float) MERGE_S16(h, x0, x4)); in ff_fdct_altivec()
249 b10 = ((vector float) MERGE_S16(l, x0, x4)); in ff_fdct_altivec()
250 b20 = ((vector float) MERGE_S16(h, x1, x5)); in ff_fdct_altivec()
251 b30 = ((vector float) MERGE_S16(l, x1, x5)); in ff_fdct_altivec()
252 b40 = ((vector float) MERGE_S16(h, x2, x6)); in ff_fdct_altivec()
253 b50 = ((vector float) MERGE_S16(l, x2, x6)); in ff_fdct_altivec()
254 b60 = ((vector float) MERGE_S16(h, x3, x7)); in ff_fdct_altivec()
255 b70 = ((vector float) MERGE_S16(l, x3, x7)); in ff_fdct_altivec()
257 #undef MERGE_S16 in ff_fdct_altivec()