Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-virtual-surround-sink.c210 const float scaling_factor = 2.5; in normalize_hrir() local
227 hrir_data[i * hrir_channels + j] /= hrir_max * scaling_factor; in normalize_hrir()
233 const float scaling_factor = 2.5; in normalize_hrir_stereo() local
252 hrir_data[i * hrir_channels + j] /= hrir_max * scaling_factor; in normalize_hrir_stereo()
253 hrir_right_data[i * hrir_channels + j] /= hrir_max * scaling_factor; in normalize_hrir_stereo()
/third_party/ffmpeg/libavfilter/
Debur128.c317 #define EBUR128_FILTER(type, scaling_factor) \ argument
335 max /= scaling_factor; \
344 st->d->v[ci][0] = (double) (srcs[c][src_index + i * stride] / scaling_factor) \
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c212 double scaling_factor = scaling_factors[tx][txtp]; in ftx_2d() local
222 temp[j * sz + i] = temp_out[j] * scaling_factor; in ftx_2d()