lum               101 libavfilter/vf_fftfilt.c static double weight_Y(void *priv, double x, double y) { return lum(priv, x, y, Y); }
lum               102 libavfilter/vf_fftfilt.c static double weight_U(void *priv, double x, double y) { return lum(priv, x, y, U); }
lum               103 libavfilter/vf_fftfilt.c static double weight_V(void *priv, double x, double y) { return lum(priv, x, y, V); }
lum               274 libavfilter/vf_geq.c             lum   , cb   , cr   , alpha   ,
lum               287 libavfilter/vf_geq.c             lum   , cb   , cr   , alpha   , p[plane],
lum               119 libswscale/slice.c int ff_rotate_slice(SwsSlice *s, int lum, int chr)
lum               122 libswscale/slice.c     if (lum) {
lum               125 libswscale/slice.c             int l = lum - s->plane[i].sliceY;
lum              1019 libswscale/swscale_internal.h int ff_rotate_slice(SwsSlice *s, int lum, int chr);
lum                37 tests/utils.c  static void rgb24_to_yuv420p(unsigned char *lum, unsigned char *cb,
lum                56 tests/utils.c              lum[0]  = (FIX(0.29900) * r + FIX(0.58700) * g +
lum                64 tests/utils.c              lum[1]  = (FIX(0.29900) * r + FIX(0.58700) * g +
lum                67 tests/utils.c              lum    += wrap;
lum                75 tests/utils.c              lum[0]  = (FIX(0.29900) * r + FIX(0.58700) * g +
lum                83 tests/utils.c              lum[1]  = (FIX(0.29900) * r + FIX(0.58700) * g +
lum                94 tests/utils.c              lum += -wrap  + 2;
lum                97 tests/utils.c          lum += wrap;