Home
last modified time | relevance | path

Searched refs:get_scale (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_selectivecolor.c73 get_range_scale_func get_scale; member
171 if (pr->mask & (1<<RANGE_REDS | 1<<RANGE_GREENS | 1<<RANGE_BLUES)) pr->get_scale = get_rgb_scale; in register_range()
172 else if (pr->mask & (1<<RANGE_CYANS | 1<<RANGE_MAGENTAS | 1<<RANGE_YELLOWS)) pr->get_scale = get_cmy_scale; in register_range()
173 else if (!s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_whites_scale8; in register_range()
174 else if (!s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_neutrals_scale8; in register_range()
175 else if (!s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_blacks_scale8; in register_range()
176 else if ( s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_whites_scale16; in register_range()
177 else if ( s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_neutrals_scale16; in register_range()
178 else if ( s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_blacks_scale16; in register_range()
371 const int scale = pr->get_scale(
[all...]
H A Davf_showspectrum.c710 static float get_scale(AVFilterContext *ctx, int scale, float a) in get_scale() function
1002 return av_clipf(get_scale(ctx, s->scale, a), 0.f, 1.f); in get_value()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c85 get_scale(lower_drawpixels_state *state) in get_scale() function
166 def = nir_ffma(b, def, get_scale(state), get_bias(state)); in lower_color()

Completed in 7 milliseconds