Searched refs:b51 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfdct_altivec.c203 vector float b01, b11, b21, b31, b41, b51, b61, b71; local
235 b51 = ((vector float)MERGE_S16(l, b20, b60));
244 x2 = ((vector float)MERGE_S16(h, b11, b51));
245 x3 = ((vector float)MERGE_S16(l, b11, b51));
361 x1 = vec_add(b51, b31);
363 x3 = vec_add(b51, b11);
380 b51 = vec_madd(cnst, b51, x1);
387 b51 = vec_add(b51, x
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfdctdsp.c201 vector float b01, b11, b21, b31, b41, b51, b61, b71; local
233 b51 = ((vector float) MERGE_S16(l, b20, b60));
242 x2 = ((vector float) MERGE_S16(h, b11, b51));
243 x3 = ((vector float) MERGE_S16(l, b11, b51));
356 x1 = vec_add(b51, b31);
358 x3 = vec_add(b51, b11);
375 b51 = vec_madd(cnst, b51, x1);
382 b51 = vec_add(b51, x
[all...]

Completed in 81 milliseconds