Home
last modified time | relevance | path

Searched refs:volume_i (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_volume.c232 if (vol->volume_i < 0x1000000) in volume_init()
238 if (vol->volume_i < 0x10000) in volume_init()
279 vol->volume_i = (int)(vol->volume * 256 + 0.5); in set_volume()
280 vol->volume = vol->volume_i / 256.0; in set_volume()
281 av_log(ctx, AV_LOG_VERBOSE, "volume_i:%d/255 ", vol->volume_i); in set_volume()
384 vol->volume_i = (int)(vol->volume * 256 + 0.5); in filter_frame()
404 if (vol->volume == 1.0 || vol->volume_i == 256) { in filter_frame()
411 && (vol->precision != PRECISION_FIXED || vol->volume_i > 0)) { in filter_frame()
427 if (vol->precision != PRECISION_FIXED || vol->volume_i > 0) { in filter_frame()
439 vol->volume_i); in filter_frame()
Daf_volume.h81 int volume_i; member
/third_party/ffmpeg/libavfilter/x86/
Daf_volume_init.c42 if (EXTERNAL_SSE2(cpu_flags) && vol->volume_i < 32768) { in ff_volume_init_x86()