c2 610 libavcodec/atrac3.c float c1, c2; c2 628 libavcodec/atrac3.c c2 = su2[band+nsample]; c2 629 libavcodec/atrac3.c c2 = c1 * INTERPOLATE(mc1_l,mc2_l,nsample) + c2 * INTERPOLATE(mc1_r,mc2_r,nsample); c2 630 libavcodec/atrac3.c su1[band+nsample] = c2; c2 631 libavcodec/atrac3.c su2[band+nsample] = c1 * 2.0 - c2; c2 640 libavcodec/atrac3.c c2 = su2[band+nsample]; c2 641 libavcodec/atrac3.c su1[band+nsample] = c2 * 2.0; c2 642 libavcodec/atrac3.c su2[band+nsample] = (c1 - c2) * 2.0; c2 649 libavcodec/atrac3.c c2 = su2[band+nsample]; c2 650 libavcodec/atrac3.c su1[band+nsample] = (c1 + c2) * 2.0; c2 651 libavcodec/atrac3.c su2[band+nsample] = c2 * -2.0; c2 658 libavcodec/atrac3.c c2 = su2[band+nsample]; c2 659 libavcodec/atrac3.c su1[band+nsample] = c1 + c2; c2 660 libavcodec/atrac3.c su2[band+nsample] = c1 - c2; c2 1899 libavcodec/avcodec.h int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size); c2 337 libavcodec/motion_est_template.c const int64_t c2= nx*nx*( r + l - 2*c) + 4*nx*( r- l) + 32*c; c2 339 libavcodec/motion_est_template.c int score= (ny*ny*(b2 + t2 - 2*c2) + 4*ny*(b2 - t2) + 32*c2 + 512)>>10; c2 57 libavcodec/ppc/fft_altivec.c vector float *r, a, b, a1, c1, c2; c2 64 libavcodec/ppc/fft_altivec.c c2 = vcii(p,p,n,p); c2 66 libavcodec/ppc/fft_altivec.c c2 = vcii(p,p,p,n); c2 86 libavcodec/ppc/fft_altivec.c vec_st(vec_madd(b,c2,a), 0, r); c2 87 libavcodec/ppc/fft_altivec.c vec_st(vec_nmsub(b,c2,a), sizeof(vector float), r); c2 36 libavcodec/sh4/idct_sh4.c c2, c6,-c6,-c2, c2 38 libavcodec/sh4/idct_sh4.c c6,-c2, c2,-c6 c2 414 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3; c2 422 libavcodec/simple_idct.c c2 = ((a0 - a2) << (CN_SHIFT - 1)) + (1 << (C_SHIFT - 1)); c2 427 libavcodec/simple_idct.c dest[0] = cm[(c2 + c3) >> C_SHIFT]; c2 429 libavcodec/simple_idct.c dest[0] = cm[(c2 - c3) >> C_SHIFT]; c2 494 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3; c2 502 libavcodec/simple_idct.c c2 = (a0 - a2)*C3 + (1 << (C_SHIFT - 1)); c2 507 libavcodec/simple_idct.c dest[0] = cm[dest[0] + ((c2 + c3) >> C_SHIFT)]; c2 509 libavcodec/simple_idct.c dest[0] = cm[dest[0] + ((c2 - c3) >> C_SHIFT)]; c2 522 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3; c2 530 libavcodec/simple_idct.c c2 = (a0 - a2)*R3 + (1 << (R_SHIFT - 1)); c2 534 libavcodec/simple_idct.c row[1]= (c2 + c3) >> R_SHIFT; c2 535 libavcodec/simple_idct.c row[2]= (c2 - c3) >> R_SHIFT; c2 79 libavcodec/x86/idct_mmx.c #define mmxext_table(c1,c2,c3,c4,c5,c6,c7) { c4, c2, -c4, -c2, \ c2 84 libavcodec/x86/idct_mmx.c -c4, c2, c4, -c2, \ c2 194 libavcodec/x86/idct_mmx.c #define mmx_table(c1,c2,c3,c4,c5,c6,c7) { c4, c2, c4, c6, \ c2 195 libavcodec/x86/idct_mmx.c c4, c6, -c4, -c2, \ c2 198 libavcodec/x86/idct_mmx.c c4, -c6, c4, -c2, \ c2 199 libavcodec/x86/idct_mmx.c -c4, c2, c4, -c6, \ c2 3270 libpostproc/postprocess_template.c const QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2) c2 3272 libpostproc/postprocess_template.c DECLARE_ALIGNED(8, PPContext, c)= *c2; //copy to stack for faster access c2 3731 libpostproc/postprocess_template.c *c2= c; //copy local context back