cr 861 ffplay.c uint8_t *lum, *cb, *cr; cr 872 ffplay.c cr = dst->data[2] + (dsty >> 1) * dst->linesize[2]; cr 884 ffplay.c cr += skip2; cr 890 ffplay.c cr[0] = ALPHA_BLEND(a >> 2, cr[0], v, 0); cr 892 ffplay.c cr++; cr 909 ffplay.c cr[0] = ALPHA_BLEND(a1 >> 2, cr[0], v1, 1); cr 911 ffplay.c cr++; cr 919 ffplay.c cr[0] = ALPHA_BLEND(a >> 2, cr[0], v, 0); cr 926 ffplay.c cr += dst->linesize[2] - width2 - skip2; cr 931 ffplay.c cr += skip2; cr 947 ffplay.c cr[0] = ALPHA_BLEND(a1 >> 2, cr[0], v1, 1); cr 949 ffplay.c cr++; cr 981 ffplay.c cr[0] = ALPHA_BLEND(a1 >> 2, cr[0], v1, 2); cr 984 ffplay.c cr++; cr 1002 ffplay.c cr[0] = ALPHA_BLEND(a1 >> 2, cr[0], v1, 1); cr 1004 ffplay.c cr++; cr 1011 ffplay.c cr += dst->linesize[2] - width2 - skip2; cr 1017 ffplay.c cr += skip2; cr 1023 ffplay.c cr[0] = ALPHA_BLEND(a >> 2, cr[0], v, 0); cr 1025 ffplay.c cr++; cr 1042 ffplay.c cr[0] = ALPHA_BLEND(a1 >> 2, cr[0], v, 1); cr 1044 ffplay.c cr++; cr 1052 ffplay.c cr[0] = ALPHA_BLEND(a >> 2, cr[0], v, 0); cr 576 libavcodec/4xm.c int cr = block[5][x + 8 * y]; cr 577 libavcodec/4xm.c int cg = (cb + cr) >> 1; cr 583 libavcodec/4xm.c dst[0] = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8); cr 585 libavcodec/4xm.c dst[1] = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8); cr 587 libavcodec/4xm.c dst[stride] = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8); cr 589 libavcodec/4xm.c dst[1 + stride] = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8); cr 62 libavcodec/cljrdec.c uint8_t *cr = &p->data[2][y * p->linesize[2]]; cr 70 libavcodec/cljrdec.c *(cr++) = get_bits(&gb, 6) << 2; cr 67 libavcodec/cljrenc.c uint8_t *cr = &p->data[2][y * p->linesize[2]]; cr 86 libavcodec/cljrenc.c put_bits(&pb, 6, (253*(*(cr++) + ((dither>>16)&3))) >> 10); cr 1064 libavcodec/dvbsubdec.c int y, cr, cb, alpha; cr 1116 libavcodec/dvbsubdec.c cr = *buf++; cr 1121 libavcodec/dvbsubdec.c cr = (((buf[0] & 3) << 2) | ((buf[1] >> 6) & 3)) << 4; cr 1131 libavcodec/dvbsubdec.c YUV_TO_RGB1_CCIR(cb, cr); cr 54 libavcodec/dvdsubdec.c int i, y, cb, cr; cr 59 libavcodec/dvdsubdec.c cr = *ycbcr++; cr 61 libavcodec/dvdsubdec.c YUV_TO_RGB1_CCIR(cb, cr); cr 604 libavcodec/dvdsubdec.c int i, y, cb, cr, r_add, g_add, b_add; cr 638 libavcodec/dvdsubdec.c cr = *++buf; cr 640 libavcodec/dvdsubdec.c YUV_TO_RGB1_CCIR(cb, cr); cr 207 libavcodec/escape130.c unsigned y[4] = { 0 }, cb = 0x10, cr = 0x10; cr 254 libavcodec/escape130.c cr = old_cr[0]; cr 278 libavcodec/escape130.c cr = get_bits(&gb, 5); cr 282 libavcodec/escape130.c cr = (cr + chroma_adjust[1][adjust_index]) & 31; cr 293 libavcodec/escape130.c *new_cr = cr; cr 143 libavcodec/fraps.c uint32_t *luma1,*luma2,*cb,*cr; cr 232 libavcodec/fraps.c cr = (uint32_t*)&f->data[1][ y * f->linesize[1] ]; cr 239 libavcodec/fraps.c *cr++ = *buf32++; cr 332 libavcodec/pgssubdec.c int y, cb, cr, alpha; cr 353 libavcodec/pgssubdec.c cr = bytestream_get_byte(&buf); cr 357 libavcodec/pgssubdec.c YUV_TO_RGB1(cb, cr); cr 247 libavcodec/snow.h static inline void snow_set_blocks(SnowContext *s, int level, int x, int y, int l, int cb, int cr, int mx, int my, int ref, int type){ cr 257 libavcodec/snow.h block.color[2]= cr; cr 479 libavcodec/snow.h static inline void set_blocks(SnowContext *s, int level, int x, int y, int l, int cb, int cr, int mx, int my, int ref, int type){ cr 490 libavcodec/snow.h block.color[2]= cr; cr 176 libavcodec/snowdec.c int cr= left->color[2]; cr 189 libavcodec/snowdec.c cr+= get_symbol(&s->c, &s->block_state[96], 1); cr 202 libavcodec/snowdec.c set_blocks(s, level, x, y, l, cb, cr, mx, my, ref, type); cr 239 libavcodec/snowenc.c int l,cr,cb; cr 374 libavcodec/snowenc.c cr= (sum + block_s/2)/block_s; cr 377 libavcodec/snowenc.c cb = cr = 0; cr 389 libavcodec/snowenc.c put_symbol(&ic, &i_state[96], cr-pcr, 1); cr 426 libavcodec/snowenc.c set_blocks(s, level, x, y, l, cb, cr, pmx, pmy, 0, BLOCK_INTRA); cr 79 libavcodec/vcr1.c uint8_t *cr = &p->data[2][(y >> 2) * p->linesize[2]]; cr 95 libavcodec/vcr1.c *cr++ = bytestream[1]; cr 149 libavfilter/vf_geq.c static double (*p[])(void *, double, double) = { lum, cb, cr, alpha }; cr 153 libavfilter/vf_geq.c double (*func2[])(void *, double, double) = { lum, cb, cr, alpha, p[plane], NULL }; cr 267 libavfilter/vsrc_mandelbrot.c const double cr=mb->start_x+scale*(x-mb->w/2); cr 268 libavfilter/vsrc_mandelbrot.c double zr=cr; cr 279 libavfilter/vsrc_mandelbrot.c mb->next_cache[next_cidx ].p[0]= cr; cr 295 libavfilter/vsrc_mandelbrot.c outr= inr*inr - ini*ini + cr;\ cr 383 libavfilter/vsrc_mandelbrot.c mb->next_cache[next_cidx ].p[0]= cr; cr 1681 libavformat/mov.c int y, cb, cr; cr 1684 libavformat/mov.c cr = (ycbcr >> 8) & 0xFF; cr 1688 libavformat/mov.c g = av_clip_uint8(1.164 * (y - 16) - 0.813 * (cr - 128) - 0.391 * (cb - 128)); cr 1689 libavformat/mov.c r = av_clip_uint8(1.164 * (y - 16) + 1.596 * (cr - 128)); cr 4738 libavformat/movenc.c int y, cb, cr; cr 4746 libavformat/movenc.c cr = av_clip_uint8(128. + 0.439 * r - 0.368 * g - 0.071 * b); cr 4748 libavformat/movenc.c return (y << 16) | (cr << 8) | cb; cr 37 libavutil/colorspace.h cr = (cr1) - 128;\ cr 38 libavutil/colorspace.h r_add = FIX(1.40200*255.0/224.0) * cr + ONE_HALF;\ cr 39 libavutil/colorspace.h g_add = - FIX(0.34414*255.0/224.0) * cb - FIX(0.71414*255.0/224.0) * cr + \ cr 55 libavutil/colorspace.h cr = (cr1) - 128;\ cr 56 libavutil/colorspace.h r_add = FIX(1.40200) * cr + ONE_HALF;\ cr 57 libavutil/colorspace.h g_add = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF;\ cr 38 tests/utils.c unsigned char *cr, const unsigned char *src, cr 88 tests/utils.c cr[0] = ((FIX(0.50000) * r1 - FIX(0.41869) * g1 - cr 92 tests/utils.c cr++; cr 111 tests/utils.c unsigned char *cb, *cr; cr 131 tests/utils.c cr = cr_tab; cr 136 tests/utils.c err_if(fwrite(cr, 1, w2, f) != w2); cr 138 tests/utils.c cr += w2; cr 147 tests/utils.c err_if(fwrite(cr, 1, w2, f) != w2); cr 148 tests/utils.c cr += w2;