get_luma_dst       91 libavfilter/opencl/colorspace_common.cl     c /= powr(get_luma_dst(c), (gamma - 1.0f) / gamma);
get_luma_dst       25 libavfilter/opencl/tonemap.cl extern float  get_luma_dst(float3);
get_luma_dst      188 libavfilter/opencl/tonemap.cl         float luma = get_luma_dst(rgb);