Searched refs:b61 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fdctdsp.c | 200 vector float b01, b11, b21, b31, b41, b51, b61, b71; in ff_fdct_altivec() local 236 b61 = ((vector float) MERGE_S16(h, b30, b70)); 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() 298 x1 = vec_add(b61, b21); in ff_fdct_altivec() 308 b61 = vec_madd(cnst, b61, x1); in ff_fdct_altivec() 397 x4 = vec_mergel(b41, b61); in ff_fdct_altivec() 398 x5 = vec_mergeh(b41, b61); in ff_fdct_altivec() 404 b61 in ff_fdct_altivec() [all...] |
Completed in 1 milliseconds