Searched refs:REPT4 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 35 #define REPT4(...) { __VA_ARGS__, __VA_ARGS__, __VA_ARGS__, __VA_ARGS__ } macro 40 REPT4( -6, 123, 12, -1), 41 REPT4(-11, 108, 36, -8), 42 REPT4( -9, 93, 50, -6), 43 REPT4(-16, 77, 77, -16), 44 REPT4( -6, 50, 93, -9), 45 REPT4( -8, 36, 108, -11), 46 REPT4( -1, 12, 123, -6), 54 REPT4(0, 0, 2, 1), 55 REPT4(0, 0, 3, 3), [all …]
|