U                  54 libavcodec/arm/vp56_arith.h            U("ldrhcs  %2,  [%4], #2          \n")
U                  92 libavcodec/arm/vp56_arith.h            U("ldrhcs  %2,  [%4], #2          \n")
U                  45 libavcodec/aura.c     uint8_t *Y, *U, *V;
U                  66 libavcodec/aura.c     U = frame->data[1];
U                  73 libavcodec/aura.c         U[0] = val & 0xF0;
U                  78 libavcodec/aura.c         Y   += 2; U++; V++;
U                  83 libavcodec/aura.c             U[0] = U[-1] + delta_table[val >> 4];
U                  88 libavcodec/aura.c             Y   += 2; U++; V++;
U                  91 libavcodec/aura.c         U += frame->linesize[1] - (avctx->width >> 1);
U                  66 libavcodec/dxtory.c     uint8_t *Y1, *Y2, *Y3, *Y4, *U, *V;
U                  82 libavcodec/dxtory.c     U  = pic->data[1];
U                  90 libavcodec/dxtory.c             U[w >> 2] = src[16] + 0x80;
U                  98 libavcodec/dxtory.c         U  += pic->linesize[1];
U                 109 libavcodec/dxtory.c     uint8_t *Y1, *Y2, *U, *V;
U                 123 libavcodec/dxtory.c     U  = pic->data[1];
U                 129 libavcodec/dxtory.c             U[w >> 1] = src[4] + 0x80;
U                 135 libavcodec/dxtory.c         U  += pic->linesize[1];
U                 146 libavcodec/dxtory.c     uint8_t *Y, *U, *V;
U                 159 libavcodec/dxtory.c     U = pic->data[1];
U                 164 libavcodec/dxtory.c             U[w] = *src++ ^ 0x80;
U                 168 libavcodec/dxtory.c         U += pic->linesize[1];
U                 447 libavcodec/dxtory.c     uint8_t *U  = frame->data[1] + (ustride >> 2) * line;
U                 455 libavcodec/dxtory.c             U[x >> 2] = decode_sym(gb, lru[1]) ^ 0x80;
U                 460 libavcodec/dxtory.c         U += ustride;
U                 490 libavcodec/dxtory.c     uint8_t *U  = frame->data[1] + (ustride >> 1) * line;
U                 500 libavcodec/dxtory.c             U[x >> 1] = decode_sym(gb, lru[1]) ^ 0x80;
U                 505 libavcodec/dxtory.c         U += ustride;
U                 534 libavcodec/dxtory.c     uint8_t *U  = frame->data[1] + ustride * line;
U                 540 libavcodec/dxtory.c             U[x] = decode_sym(gb, lru[1]) ^ 0x80;
U                 545 libavcodec/dxtory.c         U += ustride;
U                 280 libavcodec/g2meet.c static inline void yuv2rgb(uint8_t *out, int ridx, int Y, int U, int V)
U                 283 libavcodec/g2meet.c     out[1]        = av_clip_uint8(Y + (-22554 * U - 46802 * V + 32768 >> 16));
U                 284 libavcodec/g2meet.c     out[2 - ridx] = av_clip_uint8(Y + (116130 * U             + 32768 >> 16));
U                 348 libavcodec/g2meet.c                     int Y, U, V;
U                 351 libavcodec/g2meet.c                     U = c->block[4][(i >> 1) + (j >> 1) * 8] - 128;
U                 353 libavcodec/g2meet.c                     yuv2rgb(out + i * 3, ridx, Y, U, V);
U                 659 libavcodec/qsv.c     ptr->U     = qsv_mid->locked_frame->data[1];
U                 673 libavcodec/rv34.c     uint8_t *Y, *U, *V, *srcY, *srcU, *srcV;
U                 740 libavcodec/rv34.c         U = s->dest[1] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
U                 744 libavcodec/rv34.c         U = r->tmp_b_block_uv[dir*2]   + (xoff>>1) + (yoff>>1)*s->uvlinesize;
U                 777 libavcodec/rv34.c     chroma_mc[2-width]   (U, srcU, s->uvlinesize, height*4, uvmx, uvmy);
U                 314 libavcodec/tdsc.c static inline void tdsc_yuv2rgb(uint8_t *out, int Y, int U, int V)
U                 317 libavcodec/tdsc.c     out[1] = av_clip_uint8(Y + (-22554 * U - 46802 * V + 32768 >> 16));
U                 318 libavcodec/tdsc.c     out[2] = av_clip_uint8(Y + (116130 * U             + 32768 >> 16));
U                 433 libavcodec/truemotion2.c     int *Y, *U, *V;\
U                 441 libavcodec/truemotion2.c     U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
U                 526 libavcodec/truemotion2.c     tm2_high_chroma(U, Ustride, clast,     ctx->CD,     deltas);
U                 545 libavcodec/truemotion2.c     tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx);
U                 568 libavcodec/truemotion2.c     tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx);
U                 610 libavcodec/truemotion2.c     tm2_low_chroma(U, Ustride, clast, ctx->CD, deltas, bx);
U                 654 libavcodec/truemotion2.c             U[i] = Uo[i];
U                 657 libavcodec/truemotion2.c         U  += Ustride; V += Vstride;
U                 660 libavcodec/truemotion2.c     U -= Ustride * 2;
U                 662 libavcodec/truemotion2.c     TM2_RECALC_BLOCK(U, Ustride, clast, ctx->CD);
U                 690 libavcodec/truemotion2.c             U[i] = Uo[i] + GET_TOK(ctx, TM2_UPD);
U                 693 libavcodec/truemotion2.c         U  += Ustride;
U                 698 libavcodec/truemotion2.c     U -= Ustride * 2;
U                 700 libavcodec/truemotion2.c     TM2_RECALC_BLOCK(U, Ustride, clast, ctx->CD);
U                 744 libavcodec/truemotion2.c             U[i] = Uo[i];
U                 747 libavcodec/truemotion2.c         U  += Ustride;
U                 752 libavcodec/truemotion2.c     U -= Ustride * 2;
U                 754 libavcodec/truemotion2.c     TM2_RECALC_BLOCK(U, Ustride, clast, ctx->CD);
U                 781 libavcodec/truemotion2.c     int *Y, *U, *V;
U                 835 libavcodec/truemotion2.c     U = (ctx->cur?ctx->U2:ctx->U1);
U                 840 libavcodec/truemotion2.c             unsigned y = Y[i], u = U[i >> 1], v = V[i >> 1];
U                 866 libavcodec/truemotion2.c             U[-2]     = U[-1] = U[0];
U                 868 libavcodec/truemotion2.c             U[cw + 1] = U[cw] = U[cw - 1];
U                 873 libavcodec/truemotion2.c                 memcpy(U - 2 - 1 * ctx->uv_stride, U - 2, ctx->uv_stride);
U                 875 libavcodec/truemotion2.c                 memcpy(U - 2 - 2 * ctx->uv_stride, U - 2, ctx->uv_stride);
U                 878 libavcodec/truemotion2.c                 memcpy(U - 2 + 1 * ctx->uv_stride, U - 2, ctx->uv_stride);
U                 880 libavcodec/truemotion2.c                 memcpy(U - 2 + 2 * ctx->uv_stride, U - 2, ctx->uv_stride);
U                 884 libavcodec/truemotion2.c             U += ctx->uv_stride;
U                  66 libavcodec/wnv1.c     unsigned char *Y,*U,*V;
U                 114 libavcodec/wnv1.c     U = p->data[1];
U                 119 libavcodec/wnv1.c             prev_u = U[i] = wnv1_get_code(l, prev_u);
U                 124 libavcodec/wnv1.c         U += p->linesize[1];
U                  46 libavcodec/xl.c     uint8_t *Y, *U, *V;
U                  67 libavcodec/xl.c     U = p->data[1];
U                 108 libavcodec/xl.c             U[j >> 2] = c0 << 1;
U                 114 libavcodec/xl.c         U   += p->linesize[1];
U                 186 libavcodec/xxan.c     uint8_t *U, *V;
U                 219 libavcodec/xxan.c     U = s->pic->data[1];
U                 235 libavcodec/xxan.c                     U[i] = uval | (uval >> 5);
U                 239 libavcodec/xxan.c             U += s->pic->linesize[1];
U                 243 libavcodec/xxan.c             memcpy(U, U - s->pic->linesize[1], avctx->width >> 1);
U                 247 libavcodec/xxan.c         uint8_t *U2 = U + s->pic->linesize[1];
U                 261 libavcodec/xxan.c                     U[i] = U[i+1] = U2[i] = U2[i+1] = uval | (uval >> 5);
U                 265 libavcodec/xxan.c             U  += s->pic->linesize[1] * 2;
U                 273 libavcodec/xxan.c             memcpy(U, U - lines * s->pic->linesize[1], lines * s->pic->linesize[1]);
U                 162 libavfilter/qsvvpp.c         surface->Data.U = frame->data[1];
U                 167 libavfilter/qsvvpp.c         surface->Data.U = frame->data[0] + 1;
U                 127 libavfilter/vf_avgblur_opencl.c     s->radius[U] = s->radius[V] = s->chroma_param.radius;
U                 131 libavfilter/vf_avgblur_opencl.c     s->power[U] = s->power[V] = s->chroma_param.power;
U                 102 libavfilter/vf_boxblur.c     s->radius[U] = s->radius[V] = s->chroma_param.radius;
U                 106 libavfilter/vf_boxblur.c     s->power[U] = s->power[V] = s->chroma_param.power;
U                 100 libavfilter/vf_drawbox.c         s->yuv_color[U] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0);
U                 200 libavfilter/vf_drawbox.c            s->yuv_color[Y], s->yuv_color[U], s->yuv_color[V], s->yuv_color[A]);
U                 240 libavfilter/vf_drawbox.c                         row[1][x >> s->hsub] = s->yuv_color[U];
U                 265 libavfilter/vf_drawbox.c                         row[1][x >> s->hsub] = (1 - alpha) * row[1][x >> s->hsub] + alpha * s->yuv_color[U];
U                 412 libavfilter/vf_drawbox.c                         row[1][x >> drawgrid->hsub] = drawgrid->yuv_color[U];
U                 437 libavfilter/vf_drawbox.c                         row[1][x >> drawgrid->hsub] = (1 - alpha) * row[1][x >> drawgrid->hsub] + alpha * drawgrid->yuv_color[U];
U                  82 libavfilter/vf_fftfilt.c     { "dc_U",  "adjust gain in U plane",              OFFSET(dc[U]),      AV_OPT_TYPE_INT,    {.i64 = 0},      0,     1000,     FLAGS },
U                  85 libavfilter/vf_fftfilt.c     { "weight_U", "set chrominance expression in U plane", OFFSET(weight_str[U]), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
U                 102 libavfilter/vf_fftfilt.c static double weight_U(void *priv, double x, double y) { return lum(priv, x, y, U); }
U                 217 libavfilter/vf_fftfilt.c     if (!s->dc[U] && !s->dc[V]) {
U                 218 libavfilter/vf_fftfilt.c         s->dc[U] = s->dc[Y];
U                 221 libavfilter/vf_fftfilt.c         if (!s->dc[U]) s->dc[U] = s->dc[V];
U                 222 libavfilter/vf_fftfilt.c         if (!s->dc[V]) s->dc[V] = s->dc[U];
U                 225 libavfilter/vf_fftfilt.c     if (!s->weight_str[U] && !s->weight_str[V]) {
U                 226 libavfilter/vf_fftfilt.c         s->weight_str[U] = av_strdup(s->weight_str[Y]);
U                 229 libavfilter/vf_fftfilt.c         if (!s->weight_str[U]) s->weight_str[U] = av_strdup(s->weight_str[V]);
U                 230 libavfilter/vf_fftfilt.c         if (!s->weight_str[V]) s->weight_str[V] = av_strdup(s->weight_str[U]);
U                 331 libavfilter/vf_fillborders.c     s->yuv_color[U] = RGB_TO_U_CCIR(s->rgba_color[R], s->rgba_color[G], s->rgba_color[B], 0);
U                  74 libavfilter/vf_geq.c     { "cb_expr",    "set chroma blue expression", OFFSET(expr_str[U]), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
U                  75 libavfilter/vf_geq.c     { "cb",         "set chroma blue expression", OFFSET(expr_str[U]), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
U                 236 libavfilter/vf_geq.c     if ((geq->expr_str[Y] || geq->expr_str[U] || geq->expr_str[V]) && (geq->expr_str[G] || geq->expr_str[B] || geq->expr_str[R])) {
U                 242 libavfilter/vf_geq.c     if (!geq->expr_str[U] && !geq->expr_str[V]) {
U                 244 libavfilter/vf_geq.c         geq->expr_str[U] = av_strdup(geq->expr_str[Y]);
U                 248 libavfilter/vf_geq.c         if (!geq->expr_str[U]) geq->expr_str[U] = av_strdup(geq->expr_str[V]);
U                 249 libavfilter/vf_geq.c         if (!geq->expr_str[V]) geq->expr_str[V] = av_strdup(geq->expr_str[U]);
U                 267 libavfilter/vf_geq.c             (!geq->expr_str[U] || !geq->expr_str[V] || !geq->expr_str[A])) {
U                  92 libavfilter/vf_lut.c     { "u",  "set U expression",            OFFSET(comp_expr_str[U]),  AV_OPT_TYPE_STRING, { .str = "clipval" }, .flags = FLAGS },
U                 267 libavfilter/vf_lut.c         min[U] = 16 * (1 << (desc->comp[1].depth - 8));
U                 271 libavfilter/vf_lut.c         max[U] = 240 * (1 << (desc->comp[1].depth - 8));
U                 778 libavutil/hwcontext_qsv.c         surface->Data.U = frame->data[1];
U                 791 libavutil/hwcontext_qsv.c         surface->Data.U = frame->data[0] + 1;
U                 744 libswscale/output.c #define output_pixels(pos, Y1, U, Y2, V) \
U                 747 libswscale/output.c         dest[pos + 1] = U;  \
U                 754 libswscale/output.c         dest[pos + 3] = U;  \
U                 756 libswscale/output.c         dest[pos + 0] = U;  \
U                 776 libswscale/output.c         int U  = 1 << 18;
U                 784 libswscale/output.c             U += chrUSrc[j][i] * chrFilter[j];
U                 789 libswscale/output.c         U  >>= 19;
U                 791 libswscale/output.c         if ((Y1 | Y2 | U | V) & 0x100) {
U                 794 libswscale/output.c             U  = av_clip_uint8(U);
U                 797 libswscale/output.c         output_pixels(4*i, Y1, U, Y2, V);
U                 820 libswscale/output.c         int U  = (ubuf0[i]        * uvalpha1 + ubuf1[i]        * uvalpha) >> 19;
U                 823 libswscale/output.c         if ((Y1 | Y2 | U | V) & 0x100) {
U                 826 libswscale/output.c             U  = av_clip_uint8(U);
U                 830 libswscale/output.c         output_pixels(i * 4, Y1, U, Y2, V);
U                 847 libswscale/output.c             int U  = (ubuf0[i]       +64) >> 7;
U                 850 libswscale/output.c             if ((Y1 | Y2 | U | V) & 0x100) {
U                 853 libswscale/output.c                 U  = av_clip_uint8(U);
U                 857 libswscale/output.c             output_pixels(i * 4, Y1, U, Y2, V);
U                 864 libswscale/output.c             int U  = (ubuf0[i] + ubuf1[i]+128) >> 8;
U                 867 libswscale/output.c             if ((Y1 | Y2 | U | V) & 0x100) {
U                 870 libswscale/output.c                 U  = av_clip_uint8(U);
U                 874 libswscale/output.c             output_pixels(i * 4, Y1, U, Y2, V);
U                1005 libswscale/output.c         int U  = -(128 << 23); // 19
U                1014 libswscale/output.c             U += chrUSrc[j][i] * (unsigned)chrFilter[j];
U                1036 libswscale/output.c         U  >>= 14;
U                1049 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1050 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                1095 libswscale/output.c         int U  = (ubuf0[i]        * uvalpha1 + ubuf1[i]        * uvalpha - (128 << 23)) >> 14;
U                1107 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1108 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                1151 libswscale/output.c             int U  = (ubuf0[i] - (128 << 11)) >> 2;
U                1171 libswscale/output.c             G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1172 libswscale/output.c             B =                            U * c->yuv2rgb_u2b_coeff;
U                1197 libswscale/output.c             int U  = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3;
U                1217 libswscale/output.c             G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1218 libswscale/output.c             B =                            U * c->yuv2rgb_u2b_coeff;
U                1254 libswscale/output.c         int U  = -(128 << 23); // 19
U                1262 libswscale/output.c             U += chrUSrc[j][i] * (unsigned)chrFilter[j];
U                1278 libswscale/output.c         U  >>= 14;
U                1288 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1289 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                1326 libswscale/output.c         int U  = (ubuf0[i]   * uvalpha1 + ubuf1[i]     * uvalpha - (128 << 23)) >> 14;
U                1335 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1336 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                1369 libswscale/output.c             int U  = (ubuf0[i] - (128 << 11)) >> 2;
U                1384 libswscale/output.c             G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1385 libswscale/output.c             B =                            U * c->yuv2rgb_u2b_coeff;
U                1402 libswscale/output.c             int U  = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3;
U                1417 libswscale/output.c             G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                1418 libswscale/output.c             B =                            U * c->yuv2rgb_u2b_coeff;
U                1652 libswscale/output.c         int U  = 1 << 18;
U                1661 libswscale/output.c             U += chrUSrc[j][i] * chrFilter[j];
U                1666 libswscale/output.c         U  >>= 19;
U                1684 libswscale/output.c         g = (c->table_gU[U + YUVRGB_TABLE_HEADROOM] + c->table_gV[V + YUVRGB_TABLE_HEADROOM]);
U                1685 libswscale/output.c         b =  c->table_bU[U + YUVRGB_TABLE_HEADROOM];
U                1713 libswscale/output.c         int U  = (ubuf0[i]        * uvalpha1 + ubuf1[i]        * uvalpha) >> 19;
U                1717 libswscale/output.c                    *g = (c->table_gU[U + YUVRGB_TABLE_HEADROOM] + c->table_gV[V + YUVRGB_TABLE_HEADROOM]),
U                1718 libswscale/output.c                    *b =  c->table_bU[U + YUVRGB_TABLE_HEADROOM];
U                1746 libswscale/output.c             int U  = (ubuf0[i]        + 64) >> 7;
U                1750 libswscale/output.c                        *g = (c->table_gU[U + YUVRGB_TABLE_HEADROOM] + c->table_gV[V + YUVRGB_TABLE_HEADROOM]),
U                1751 libswscale/output.c                        *b =  c->table_bU[U + YUVRGB_TABLE_HEADROOM];
U                1768 libswscale/output.c             int U  = (ubuf0[i] + ubuf1[i] + 128) >> 8;
U                1772 libswscale/output.c                        *g = (c->table_gU[U + YUVRGB_TABLE_HEADROOM] + c->table_gV[V + YUVRGB_TABLE_HEADROOM]),
U                1773 libswscale/output.c                        *b =  c->table_bU[U + YUVRGB_TABLE_HEADROOM];
U                1844 libswscale/output.c     uint8_t *dest, int i, int Y, int A, int U, int V,
U                1854 libswscale/output.c     G = (unsigned)Y + V*c->yuv2rgb_v2g_coeff + U*c->yuv2rgb_u2g_coeff;
U                1855 libswscale/output.c     B = (unsigned)Y +                          U*c->yuv2rgb_u2b_coeff;
U                2002 libswscale/output.c         int U = (1<<9)-(128 << 19);
U                2009 libswscale/output.c             U += chrUSrc[j][i] * chrFilter[j];
U                2013 libswscale/output.c         U >>= 10;
U                2024 libswscale/output.c         yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
U                2060 libswscale/output.c         int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha-(128 << 19)) >> 10;
U                2069 libswscale/output.c         yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
U                2097 libswscale/output.c             int U = (ubuf0[i] - (128<<7)) * 4;
U                2106 libswscale/output.c             yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
U                2114 libswscale/output.c             int U = (ubuf0[i] + ubuf1[i] - (128<<8)) * 2;
U                2123 libswscale/output.c             yuv2rgb_write_full(c, dest, i, Y, A, U, V, y, target, hasAlpha, err);
U                2176 libswscale/output.c         int U = (1 << 9) - (128 << 19);
U                2184 libswscale/output.c             U += chrUSrc[j][i] * chrFilter[j];
U                2189 libswscale/output.c         U >>= 10;
U                2206 libswscale/output.c         G = Y + V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                2207 libswscale/output.c         B = Y +                            U * c->yuv2rgb_u2b_coeff;
U                2260 libswscale/output.c         int U = -(128 << 23);
U                2268 libswscale/output.c             U += chrUSrc[j][i] * (unsigned)chrFilter[j];
U                2274 libswscale/output.c         U >>= 14;
U                2291 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                2292 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                2336 libswscale/output.c         int U = -(128 << 23);
U                2344 libswscale/output.c             U += chrUSrc[j][i] * (unsigned)chrFilter[j];
U                2350 libswscale/output.c         U >>= 14;
U                2367 libswscale/output.c         G = V * c->yuv2rgb_v2g_coeff + U * c->yuv2rgb_u2g_coeff;
U                2368 libswscale/output.c         B =                            U * c->yuv2rgb_u2b_coeff;
U                2499 libswscale/output.c         int Y = 1 << 14, U = 1 << 14;
U                2504 libswscale/output.c         U -= 0x40000000;
U                2512 libswscale/output.c             U += chrUSrc[j][i] * (unsigned)chrFilter[j];
U                2522 libswscale/output.c         U = 0x8000 + av_clip_int16(U >> 15);
U                2528 libswscale/output.c         AV_WL16(dest + 8 * i + 4, U);
U                 255 libswscale/ppc/yuv2rgb_altivec.c                                vector signed short U, vector signed short V,
U                 262 libswscale/ppc/yuv2rgb_altivec.c     U = vec_sub(U, (vector signed short)
U                 268 libswscale/ppc/yuv2rgb_altivec.c     ux = vec_sl(U, c->CSHIFT);
U                 276 libswscale/ppc/yuv2rgb_altivec.c     uvx = vec_mradds(U, c->CGU, Y);
U                 300 libswscale/ppc/yuv2rgb_altivec.c     vector signed short U, V;                                                 \
U                 355 libswscale/ppc/yuv2rgb_altivec.c             U = vec_unpackh(u);                                               \
U                 369 libswscale/ppc/yuv2rgb_altivec.c             ux  = vec_sl(U, lCSHIFT);                                         \
U                 381 libswscale/ppc/yuv2rgb_altivec.c             uvx  = vec_mradds(U, lCGU, (vector signed short) { 0 });          \
U                 471 libswscale/ppc/yuv2rgb_altivec.c     vector signed short Y, U, V;
U                 484 libswscale/ppc/yuv2rgb_altivec.c             U = (vector signed short)
U                 491 libswscale/ppc/yuv2rgb_altivec.c             cvtyuvtoRGB(c, Y, U, V, &R0, &G0, &B0);
U                 495 libswscale/ppc/yuv2rgb_altivec.c             U = (vector signed short)
U                 502 libswscale/ppc/yuv2rgb_altivec.c             cvtyuvtoRGB(c, Y, U, V, &R1, &G1, &B1);
U                 636 libswscale/ppc/yuv2rgb_altivec.c     vector signed short X, X0, X1, Y0, U0, V0, Y1, U1, V1, U, V;
U                 664 libswscale/ppc/yuv2rgb_altivec.c         U = RND;
U                 669 libswscale/ppc/yuv2rgb_altivec.c             U = vec_mradds(X, CCoeffs[j], U);
U                 677 libswscale/ppc/yuv2rgb_altivec.c         U  = vec_sra(U, SCL);
U                 682 libswscale/ppc/yuv2rgb_altivec.c         U  = vec_clip_s16(U);
U                 694 libswscale/ppc/yuv2rgb_altivec.c         U0 = vec_mergeh(U, U);
U                 697 libswscale/ppc/yuv2rgb_altivec.c         U1 = vec_mergel(U, U);
U                 755 libswscale/ppc/yuv2rgb_altivec.c         U = RND;
U                 760 libswscale/ppc/yuv2rgb_altivec.c             U = vec_mradds(X, CCoeffs[j], U);
U                 768 libswscale/ppc/yuv2rgb_altivec.c         U  = vec_sra(U, SCL);
U                 773 libswscale/ppc/yuv2rgb_altivec.c         U  = vec_clip_s16(U);
U                 785 libswscale/ppc/yuv2rgb_altivec.c         U0 = vec_mergeh(U, U);
U                 788 libswscale/ppc/yuv2rgb_altivec.c         U1 = vec_mergel(U, U);
U                 670 libswscale/rgb2rgb_template.c             unsigned int U = ((ru * r + gu * g + bu * b) >> RGB2YUV_SHIFT) + 128;
U                 672 libswscale/rgb2rgb_template.c             udst[i]     = U;
U                  71 libswscale/yuv2rgb.c     U = pu[i];                                      \
U                  74 libswscale/yuv2rgb.c     g = (void *)(c->table_gU[U+YUVRGB_TABLE_HEADROOM] + c->table_gV[V+YUVRGB_TABLE_HEADROOM]);  \
U                  75 libswscale/yuv2rgb.c     b = (void *)c->table_bU[U+YUVRGB_TABLE_HEADROOM];
U                 158 libswscale/yuv2rgb.c                 int av_unused U, V, Y;                                      \
U                 169 libswscale/yuv2rgb.c         int av_unused Y, U, V;                      \