Searched refs:b31 (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
230 b31 = ((vector float)MERGE_S16(l, b10, b50));
248 x6 = ((vector float)MERGE_S16(h, b31, b71));
249 x7 = ((vector float)MERGE_S16(l, b31, b71));
361 x1 = vec_add(b51, b31);
362 x2 = vec_add(b71, b31);
382 b31 = vec_madd(cnst, b31, x1);
388 b31 = vec_add(b31, 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
228 b31 = ((vector float) MERGE_S16(l, b10, b50));
246 x6 = ((vector float) MERGE_S16(h, b31, b71));
247 x7 = ((vector float) MERGE_S16(l, b31, b71));
356 x1 = vec_add(b51, b31);
357 x2 = vec_add(b71, b31);
377 b31 = vec_madd(cnst, b31, x1);
383 b31 = vec_add(b31, x
[all...]

Completed in 169 milliseconds