c1 753 ffserver.c HTTPContext **cp, *c1;
c1 762 ffserver.c c1 = *cp;
c1 763 ffserver.c if (c1 == c)
c1 766 ffserver.c cp = &c1->next;
c1 770 ffserver.c for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
c1 771 ffserver.c if (c1->rtsp_c == c)
c1 772 ffserver.c c1->rtsp_c = NULL;
c1 1651 ffserver.c HTTPContext *c1;
c1 1875 ffserver.c c1 = first_http_ctx;
c1 1877 ffserver.c while (c1 != NULL) {
c1 1882 ffserver.c if (c1->stream) {
c1 1883 ffserver.c for (j = 0; j < c1->stream->nb_streams; j++) {
c1 1884 ffserver.c if (!c1->stream->feed)
c1 1885 ffserver.c bitrate += c1->stream->streams[j]->codec->bit_rate;
c1 1886 ffserver.c else if (c1->feed_streams[j] >= 0)
c1 1887 ffserver.c bitrate += c1->stream->feed->streams[c1->feed_streams[j]]->codec->bit_rate;
c1 1892 ffserver.c p = inet_ntoa(c1->from_addr.sin_addr);
c1 1895 ffserver.c c1->stream ? c1->stream->filename : "",
c1 1896 ffserver.c c1->state == HTTPSTATE_RECEIVE_DATA ? "(input)" : "",
c1 1898 ffserver.c c1->protocol,
c1 1899 ffserver.c http_state[c1->state]);
c1 1902 ffserver.c fmt_bytecount(pb, compute_datarate(&c1->datarate, c1->data_count) * 8);
c1 1904 ffserver.c fmt_bytecount(pb, c1->data_count);
c1 1906 ffserver.c c1 = c1->next;
c1 2428 ffserver.c HTTPContext *c1;
c1 2487 ffserver.c for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
c1 2488 ffserver.c if (c1->state == HTTPSTATE_WAIT_FEED &&
c1 2489 ffserver.c c1->stream->feed == c->stream->feed)
c1 2490 ffserver.c c1->state = HTTPSTATE_SEND_DATA;
c1 2543 ffserver.c for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
c1 2544 ffserver.c if (c1->state == HTTPSTATE_WAIT_FEED &&
c1 2545 ffserver.c c1->stream->feed == c->stream->feed)
c1 2546 ffserver.c c1->state = HTTPSTATE_SEND_DATA_TRAILER;
c1 590 libavcodec/4xm.c int blue = 2*(c0&0x001F) + (c1&0x001F);
c1 591 libavcodec/4xm.c int green= (2*(c0&0x03E0) + (c1&0x03E0))>>5;
c1 592 libavcodec/4xm.c int red = 2*(c0>>10) + (c1>>10);
c1 610 libavcodec/atrac3.c float c1, c2;
c1 627 libavcodec/atrac3.c c1 = su1[band+nsample];
c1 629 libavcodec/atrac3.c c2 = c1 * INTERPOLATE(mc1_l,mc2_l,nsample) + c2 * INTERPOLATE(mc1_r,mc2_r,nsample);
c1 631 libavcodec/atrac3.c su2[band+nsample] = c1 * 2.0 - c2;
c1 639 libavcodec/atrac3.c c1 = su1[band+nsample];
c1 642 libavcodec/atrac3.c su2[band+nsample] = (c1 - c2) * 2.0;
c1 648 libavcodec/atrac3.c c1 = su1[band+nsample];
c1 650 libavcodec/atrac3.c su1[band+nsample] = (c1 + c2) * 2.0;
c1 657 libavcodec/atrac3.c c1 = su1[band+nsample];
c1 659 libavcodec/atrac3.c su1[band+nsample] = c1 + c2;
c1 660 libavcodec/atrac3.c su2[band+nsample] = c1 - c2;
c1 51 libavcodec/fft-test.c double c1, s1, alpha;
c1 58 libavcodec/fft-test.c c1 = cos(alpha);
c1 62 libavcodec/fft-test.c exptab[i].re = c1;
c1 64 libavcodec/fft.c float alpha, c1, s1, s2;
c1 136 libavcodec/fft.c c1 = cos(alpha);
c1 138 libavcodec/fft.c s->exptab[i].re = c1;
c1 57 libavcodec/ppc/fft_altivec.c vector float *r, a, b, a1, c1, c2;
c1 61 libavcodec/ppc/fft_altivec.c c1 = vcii(p,p,n,n);
c1 75 libavcodec/ppc/fft_altivec.c a = vec_madd(a,c1,b);
c1 79 libavcodec/ppc/fft_altivec.c b = vec_madd(a1,c1,b);
c1 254 libavcodec/ppc/float_altivec.c vector signed short d0, d1, d2, c0, c1, t0, t1;
c1 267 libavcodec/ppc/float_altivec.c c1 = vec_mergel(t0, t1);
c1 271 libavcodec/ppc/float_altivec.c d1 = vec_perm(c0, c1, align);
c1 273 libavcodec/ppc/float_altivec.c d0 = vec_perm(c1, d2, align);
c1 40 libavcodec/qpeg.c int c0, c1;
c1 57 libavcodec/qpeg.c c1 = *src++;
c1 59 libavcodec/qpeg.c run = ((code & 0x7) << 16) + (c0 << 8) + c1 + 2;
c1 68 libavcodec/qpeg.c c1 = *src++;
c1 70 libavcodec/qpeg.c copy = ((code & 0x3F) << 16) + (c0 << 8) + c1 + 1;
c1 31 libavcodec/s3tc.c unsigned int x, y, c0, c1, a = (!flag * 255) << 24;
c1 36 libavcodec/s3tc.c c1 = AV_RL16(s+2);
c1 39 libavcodec/s3tc.c rb1 = (c1<<3 | c1<<8) & 0xf800f8;
c1 43 libavcodec/s3tc.c g1 = (c1 <<5) & 0x00fc00;
c1 50 libavcodec/s3tc.c if (c0 > c1 || flag) {
c1 42 libavcodec/sh4/idct_sh4.c c1, c3, c5, c7,
c1 43 libavcodec/sh4/idct_sh4.c c3,-c7,-c1,-c5,
c1 44 libavcodec/sh4/idct_sh4.c c5,-c1, c7, c3,
c1 45 libavcodec/sh4/idct_sh4.c c7,-c5, c3,-c1
c1 414 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3;
c1 423 libavcodec/simple_idct.c c1 = a1 * C1 + a3 * C2;
c1 425 libavcodec/simple_idct.c dest[0] = cm[(c0 + c1) >> C_SHIFT];
c1 431 libavcodec/simple_idct.c dest[0] = cm[(c0 - c1) >> C_SHIFT];
c1 494 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3;
c1 503 libavcodec/simple_idct.c c1 = a1 * C1 + a3 * C2;
c1 505 libavcodec/simple_idct.c dest[0] = cm[dest[0] + ((c0 + c1) >> C_SHIFT)];
c1 511 libavcodec/simple_idct.c dest[0] = cm[dest[0] + ((c0 - c1) >> C_SHIFT)];
c1 522 libavcodec/simple_idct.c int c0, c1, c2, c3, a0, a1, a2, a3;
c1 531 libavcodec/simple_idct.c c1 = a1 * R1 + a3 * R2;
c1 533 libavcodec/simple_idct.c row[0]= (c0 + c1) >> R_SHIFT;
c1 536 libavcodec/simple_idct.c row[3]= (c0 - c1) >> R_SHIFT;
c1 81 libavcodec/x86/idct_mmx.c c1, c3, -c1, -c5, \
c1 85 libavcodec/x86/idct_mmx.c c5, -c1, c3, -c1, \
c1 196 libavcodec/x86/idct_mmx.c c1, c3, c3, -c7, \
c1 197 libavcodec/x86/idct_mmx.c c5, c7, -c1, -c5, \
c1 200 libavcodec/x86/idct_mmx.c c5, -c1, c7, -c5, \
c1 201 libavcodec/x86/idct_mmx.c c7, c3, c3, -c1 }
c1 51 libavcodec/xl.c int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0;
c1 96 libavcodec/xl.c c1 = (val & 0x1F) << 2;
c1 98 libavcodec/xl.c c1 += xl_table[val & 0x1F];
c1 106 libavcodec/xl.c V[j >> 2] = c1 << 1;