|
FFmpeg
|
Go to the source code of this file.
Functions | |
| double | fmin (double, double) |
| double | fmax (double, double) |
| float | fminf (float, float) |
| float | fmaxf (float, float) |
| long double | fmodl (long double, long double) |
| long double | scalbnl (long double, int) |
| long double | copysignl (long double, long double) |
| double fmin | ( | double | , |
| double | |||
| ) |
Referenced by config_input(), detect_clips(), draw_response(), ff_estimate_b_frame_motion(), and sample_noise_block().
| double fmax | ( | double | , |
| double | |||
| ) |
Referenced by draw_response(), process_frame(), sample_noise_block(), set_band_parameters(), and set_parameters().
| float fminf | ( | float | , |
| float | |||
| ) |
Referenced by draw_response().
| float fmaxf | ( | float | , |
| float | |||
| ) |
Referenced by draw_response(), kelvin2rgb(), and set_parameters().
1.8.17