get_component     184 libavfilter/vf_colorbalance.c             r = get_component(r, l, s->cyan_red.shadows, s->cyan_red.midtones, s->cyan_red.highlights);
get_component     185 libavfilter/vf_colorbalance.c             g = get_component(g, l, s->magenta_green.shadows, s->magenta_green.midtones, s->magenta_green.highlights);
get_component     186 libavfilter/vf_colorbalance.c             b = get_component(b, l, s->yellow_blue.shadows, s->yellow_blue.midtones, s->yellow_blue.highlights);
get_component     238 libavfilter/vf_colorbalance.c             r = get_component(r, l, s->cyan_red.shadows, s->cyan_red.midtones, s->cyan_red.highlights);
get_component     239 libavfilter/vf_colorbalance.c             g = get_component(g, l, s->magenta_green.shadows, s->magenta_green.midtones, s->magenta_green.highlights);
get_component     240 libavfilter/vf_colorbalance.c             b = get_component(b, l, s->yellow_blue.shadows, s->yellow_blue.midtones, s->yellow_blue.highlights);
get_component     295 libavfilter/vf_colorbalance.c             r = get_component(r, l, s->cyan_red.shadows, s->cyan_red.midtones, s->cyan_red.highlights);
get_component     296 libavfilter/vf_colorbalance.c             g = get_component(g, l, s->magenta_green.shadows, s->magenta_green.midtones, s->magenta_green.highlights);
get_component     297 libavfilter/vf_colorbalance.c             b = get_component(b, l, s->yellow_blue.shadows, s->yellow_blue.midtones, s->yellow_blue.highlights);
get_component     347 libavfilter/vf_colorbalance.c             r = get_component(r, l, s->cyan_red.shadows, s->cyan_red.midtones, s->cyan_red.highlights);
get_component     348 libavfilter/vf_colorbalance.c             g = get_component(g, l, s->magenta_green.shadows, s->magenta_green.midtones, s->magenta_green.highlights);
get_component     349 libavfilter/vf_colorbalance.c             b = get_component(b, l, s->yellow_blue.shadows, s->yellow_blue.midtones, s->yellow_blue.highlights);