C4               1035 libavcodec/mpegaudiodec.c         t2 = MUL64(2*(in1[2*2] + in1[2*8]),   -C4);
C4               1061 libavcodec/mpegaudiodec.c         t2 = MULH(2*(in1[2*2] + in1[2*8]),   -C4);
C4                161 libavcodec/x86/fdct_mmx.c #define TABLE_SSE2 C4,  C4,  C1,  C3, -C6, -C2, -C1, -C5, \
C4                162 libavcodec/x86/fdct_mmx.c                    C4,  C4,  C5,  C7,  C2,  C6,  C3, -C7, \
C4                163 libavcodec/x86/fdct_mmx.c                   -C4,  C4,  C7,  C3,  C6, -C2,  C7, -C5, \
C4                164 libavcodec/x86/fdct_mmx.c                    C4, -C4,  C5, -C1,  C2, -C6,  C3, -C1,
C4                 42 libavcodec/x86/idct_mmx.c     int C1, C2, C3, C4, C5, C6, C7;
C4                 50 libavcodec/x86/idct_mmx.c     C4 = table[4];
C4                 55 libavcodec/x86/idct_mmx.c     a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
C4                 56 libavcodec/x86/idct_mmx.c     a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + *rounder;
C4                 57 libavcodec/x86/idct_mmx.c     a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + *rounder;
C4                 58 libavcodec/x86/idct_mmx.c     a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + *rounder;
C4                367 libavcodec/x86/idct_mmx.c     u12 = S (2 * F (C4, u12));
C4                368 libavcodec/x86/idct_mmx.c     v12 = S (2 * F (C4, v12));
C4                405 libavcodec/x86/idct_mmx.c     static const short c4_vector[] ATTR_ALIGN(8) = {C4,C4,C4,C4};
C4                 63 libavcodec/x86/simple_idct_mmx.c  C4,  C4,  C4,  C4,
C4                 64 libavcodec/x86/simple_idct_mmx.c  C4, -C4,  C4, -C4,
C4                104 libavcodec/x86/simple_idct_mmx.c         const int C4 = 16383; //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
C4                124 libavcodec/x86/simple_idct_mmx.c         a0 = C4*col[8*0] + C2*col[8*2] + C4*col[8*4] + C6*col[8*6] + (1<<(COL_SHIFT-1));
C4                125 libavcodec/x86/simple_idct_mmx.c         a1 = C4*col[8*0] + C6*col[8*2] - C4*col[8*4] - C2*col[8*6] + (1<<(COL_SHIFT-1));
C4                126 libavcodec/x86/simple_idct_mmx.c         a2 = C4*col[8*0] - C6*col[8*2] - C4*col[8*4] + C2*col[8*6] + (1<<(COL_SHIFT-1));
C4                127 libavcodec/x86/simple_idct_mmx.c         a3 = C4*col[8*0] - C2*col[8*2] + C4*col[8*4] - C6*col[8*6] + (1<<(COL_SHIFT-1));
C4                153 libavcodec/x86/simple_idct_mmx.c         const int C4 = 16383; //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5
C4                181 libavcodec/x86/simple_idct_mmx.c         a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + (1<<(ROW_SHIFT-1));
C4                182 libavcodec/x86/simple_idct_mmx.c         a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + (1<<(ROW_SHIFT-1));
C4                183 libavcodec/x86/simple_idct_mmx.c         a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + (1<<(ROW_SHIFT-1));
C4                184 libavcodec/x86/simple_idct_mmx.c         a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + (1<<(ROW_SHIFT-1));