Lines Matching refs:b31
200 vector float b01, b11, b21, b31, b41, b51, b61, b71; in ff_fdct_altivec() local
227 b31 = ((vector float) MERGE_S16(l, b10, b50)); 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()
355 x1 = vec_add(b51, b31); in ff_fdct_altivec()
356 x2 = vec_add(b71, b31); in ff_fdct_altivec()
376 b31 = vec_madd(cnst, b31, x1); in ff_fdct_altivec()
382 b31 = vec_add(b31, x2); in ff_fdct_altivec()
409 x2 = vec_mergel(b11, b31); in ff_fdct_altivec()
410 x3 = vec_mergeh(b11, b31); in ff_fdct_altivec()
425 b31 = vec_mergel(x4, x6); in ff_fdct_altivec()
429 FDCTCOL(b01, b11, b21, b31, b41, b51, b61, b71); in ff_fdct_altivec()