I 186 libavcodec/g726.c static int16_t g726_decode(G726Context* c, int I) I 190 libavcodec/g726.c int I_sig= I >> (c->code_size - 1); I 192 libavcodec/g726.c dq = inverse_quant(c, I); I 238 libavcodec/g726.c c->dms += (c->tbls.F[I]<<4) + ((- c->dms) >> 5); I 239 libavcodec/g726.c c->dml += (c->tbls.F[I]<<4) + ((- c->dml) >> 7); I 249 libavcodec/g726.c c->yu = av_clip(c->y + c->tbls.W[I] + ((-c->y)>>5), 544, 5120); I 83 libavcodec/iirfilter.c zp = cexp(I*th) * wa; I 134 libavcodec/x86/vp3dsp_mmx.c "movq "I(3)", %%mm2 \n\t" \ I 143 libavcodec/x86/vp3dsp_mmx.c "movq "I(1)", %%mm3 \n\t" \ I 159 libavcodec/x86/vp3dsp_mmx.c "movq "I(2)", %%mm2 \n\t" \ I 179 libavcodec/x86/vp3dsp_mmx.c "movq %%mm4, "I(1)"\n\t" /* save C. at I(1) */ \ I 185 libavcodec/x86/vp3dsp_mmx.c "movq %%mm6, "I(2)"\n\t" /* save D. at I(2) */ \ I 187 libavcodec/x86/vp3dsp_mmx.c "movq "I(0)", %%mm6 \n\t" \ I 204 libavcodec/x86/vp3dsp_mmx.c "movq "I(1)", %%mm0 \n\t" /* r0 = C. */ \ I 212 libavcodec/x86/vp3dsp_mmx.c "movq "I(2)", %%mm3 \n\t" /* r3 = D. */ \ I 226 libavcodec/x86/vp3dsp_mmx.c "movq %%mm1, "I(1)"\n\t" /* save R1 */ \ I 238 libavcodec/x86/vp3dsp_mmx.c "movq "I(2)", %%mm3 \n\t" /* r3 = D. */ \ I 240 libavcodec/x86/vp3dsp_mmx.c "movq %%mm2, "I(2)"\n\t" /* store NR2 at I2 */ \ I 242 libavcodec/x86/vp3dsp_mmx.c "movq %%mm1, "I(1)"\n\t" /* store NR1 at I1 */ \ I 256 libavcodec/x86/vp3dsp_mmx.c "movq %%mm3, "I(3)"\n\t" /* store NR3 at I3 */ \ I 266 libavcodec/x86/vp3dsp_mmx.c "movq %%mm0, "I(0)"\n\t" /* store NR0 at I0 */ I 301 libavcodec/x86/vp3dsp_mmx.c "movq %%mm0, "I(0)"\n\t" /* save a3 a2 a1 a0 */ \ I 313 libavcodec/x86/vp3dsp_mmx.c "movq "I(0)", %%mm4 \n\t" /* r4 = a3 a2 a1 a0 */ \ I 315 libavcodec/x86/vp3dsp_mmx.c "movq "I(1)", %%mm5 \n\t" /* r5 = b3 b2 b1 b0 */ \ I 327 libavcodec/x86/vp3dsp_mmx.c "movq %%mm0, "I(0)"\n\t" \ I 329 libavcodec/x86/vp3dsp_mmx.c "movq %%mm1, "I(1)"\n\t" \ I 332 libavcodec/x86/vp3dsp_mmx.c "movq %%mm4, "I(3)"\n\t" \ I 333 libavcodec/x86/vp3dsp_mmx.c "movq %%mm2, "I(2)"\n\t" I 42 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(3)", %%xmm2 \n\t" /* xmm2 = i3 */ \ I 45 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(5)", %%xmm7 \n\t" /* xmm7 = i5 */ \ I 51 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(1)", %%xmm3 \n\t" /* xmm3 = i1 */ \ I 57 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(7)", %%xmm1 \n\t" /* xmm1 = i7 */ \ I 67 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(2)", %%xmm2 \n\t" /* xmm2 = i2 */ \ I 73 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(6)", %%xmm5 \n\t" /* xmm5 = i6 */ \ I 87 libavcodec/x86/vp3dsp_sse2.c "movdqa %%xmm4, "I(1)" \n\t" /* Save C. at I(1) */ \ I 93 libavcodec/x86/vp3dsp_sse2.c "movdqa %%xmm6, "I(2)" \n\t" /* Save D. at I(2) */ \ I 95 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(0)", %%xmm6 \n\t" /* xmm6 = i0 */ \ I 98 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(4)", %%xmm3 \n\t" /* xmm3 = i4 */ \ I 112 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(1)", %%xmm0 \n\t" /* Load C. from I(1) */ \ I 122 libavcodec/x86/vp3dsp_sse2.c "movdqa "I(2)", %%xmm3 \n\t" /* Load D. from I(2) */ \ I 161 libavcodec/x86/vp3dsp_sse2.c #define O(x) I(x)