Searched refs:SQRT_2 (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.c43 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
48 #define W2 (SQRT_2 * C6)
49 #define W3 (SQRT_2 * C3)
50 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
51 #define W5 (SQRT_2 * ( C1 + C3 - C5 + C7))
52 #define W6 (SQRT_2 * ( C1 + C3 + C5 - C7))
53 #define W7 (SQRT_2 * ( C1 + C3 - C5 - C7))
54 #define W8 (SQRT_2 * ( C7 - C3))
55 #define W9 (SQRT_2 * (-C1 - C3))
56 #define WA (SQRT_2 * (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfdctdsp.c47 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
51 #define W2 (SQRT_2 * C6)
52 #define W3 (SQRT_2 * C3)
53 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
54 #define W5 (SQRT_2 * (C1 + C3 - C5 + C7))
55 #define W6 (SQRT_2 * (C1 + C3 + C5 - C7))
56 #define W7 (SQRT_2 * (C1 + C3 - C5 - C7))
57 #define W8 (SQRT_2 * (C7 - C3))
58 #define W9 (SQRT_2 * (-C1 - C3))
59 #define WA (SQRT_2 * (
[all...]

Completed in 69 milliseconds