Searched refs:b21 (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
229 b21 = ((vector float)MERGE_S16(h, b10, b50));
246 x4 = ((vector float)MERGE_S16(h, b21, b61));
247 x5 = ((vector float)MERGE_S16(l, b21, b61));
302 x1 = vec_add(b61, b21);
309 b21 = vec_madd(cnst, b21, x1);
414 x0 = vec_mergel(b01, b21);
415 x1 = vec_mergeh(b01, b21);
431 b21
[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
227 b21 = ((vector float) MERGE_S16(h, b10, b50));
244 x4 = ((vector float) MERGE_S16(h, b21, b61));
245 x5 = ((vector float) MERGE_S16(l, b21, b61));
299 x1 = vec_add(b61, b21);
306 b21 = vec_madd(cnst, b21, x1);
408 x0 = vec_mergel(b01, b21);
409 x1 = vec_mergeh(b01, b21);
425 b21
[all...]

Completed in 58 milliseconds