Searched refs:b71 (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 237 b71 = ((vector float) MERGE_S16(l, b30, b70)); 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() 354 x0 = vec_add(b71, b11); in ff_fdct_altivec() 356 x2 = vec_add(b71, b31); in ff_fdct_altivec() 372 b71 = vec_madd(cnst, b71, x0); in ff_fdct_altivec() 380 b71 = vec_add(b71, x in ff_fdct_altivec() [all...] |
Completed in 2 milliseconds