Searched refs:b41 (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
234 b41 = ((vector float)MERGE_S16(h, b20, b60));
242 x0 = ((vector float)MERGE_S16(h, b01, b41));
243 x1 = ((vector float)MERGE_S16(l, b01, b41));
404 x4 = vec_mergel(b41, b61);
405 x5 = vec_mergeh(b41, b61);
409 b41 = vec_mergeh(x5, x7);
437 FDCTCOL(b01, b11, b21, b31, b41, b51, b61, b71);
/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
232 b41 = ((vector float) MERGE_S16(h, b20, b60));
240 x0 = ((vector float) MERGE_S16(h, b01, b41));
241 x1 = ((vector float) MERGE_S16(l, b01, b41));
398 x4 = vec_mergel(b41, b61);
399 x5 = vec_mergeh(b41, b61);
403 b41 = vec_mergeh(x5, x7);
430 FDCTCOL(b01, b11, b21, b31, b41, b51, b61, b71);

Completed in 43 milliseconds