Home
last modified time | relevance | path

Searched refs:frames_to_process (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/mac/
H A Dvector_math_mac.h34 frames_to_process, filter_size); in Conv()
50 dest_stride, frames_to_process); in Vadd()
53 dest_stride, frames_to_process); in Vadd()
69 dest_stride, frames_to_process); in Vsub()
103 dest_stride, frames_to_process); in Vmul()
128 frames_to_process); in Vsmul()
131 frames_to_process); in Vsmul()
143 frames_to_process); in Vsadd()
146 frames_to_process); in Vsadd()
158 frames_to_process); in Vsadd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Dvector_math.cc85 uint32_t frames_to_process, in Conv() argument
104 uint32_t frames_to_process) { in Vadd() argument
115 uint32_t frames_to_process) { in Vsub() argument
184 uint32_t frames_to_process) { in Vmul() argument
198 frames_to_process); in Vsma()
210 frames_to_process); in Vsma()
222 frames_to_process); in Vsmul()
234 frames_to_process); in Vsmul()
246 frames_to_process); in Vsadd()
258 frames_to_process); in Vsadd()
[all …]
H A Daudio_delay_dsp_kernel.cc121 uint32_t frames_to_process) const { in ProcessARateVector()
130 for (unsigned k = 0; k < frames_to_process; ++k) { in HandleNaN()
152 for (unsigned i = start; i < frames_to_process; ++i) { in ProcessARateScalar()
203 HandleNaN(delay_times, frames_to_process, max_time); in ProcessARate()
206 frames_to_process); in ProcessARate()
210 ProcessARateVector(destination, frames_to_process); in ProcessARate()
212 if (frames_processed < frames_to_process) { in ProcessARate()
270 frames_to_process); in ProcessKRate()
271 w_index += frames_to_process; in ProcessKRate()
291 DCHECK_LE(frames_to_process, temp_buffer_.size()); in ProcessKRate()
[all …]
H A Dvector_math_scalar.h46 while (i < frames_to_process) { in Conv()
318 while (frames_to_process > 0u) { in Vadd()
323 --frames_to_process; in Vadd()
339 --frames_to_process; in Vsub()
354 --frames_to_process; in Vclip()
365 --frames_to_process; in Vmaxmgv()
381 --frames_to_process; in Vmul()
396 --frames_to_process; in Vsma()
411 --frames_to_process; in Vsmul()
426 --frames_to_process; in Vsadd()
[all …]
H A Dvector_math.h50 uint32_t frames_to_process,
71 uint32_t frames_to_process);
78 uint32_t frames_to_process);
88 uint32_t frames_to_process);
95 uint32_t frames_to_process);
102 uint32_t frames_to_process);
109 uint32_t frames_to_process);
119 uint32_t frames_to_process);
130 uint32_t frames_to_process);
157 uint32_t frames_to_process);
[all …]
H A Dreverb_convolver_stage.cc122 uint32_t frames_to_process) { in ProcessInBackground() argument
125 input_buffer->DirectReadFrom(&input_read_index_, frames_to_process); in ProcessInBackground()
126 Process(source, frames_to_process); in ProcessInBackground()
130 uint32_t frames_to_process) { in Process() argument
150 is_temporary_buffer_safe = frames_to_process <= temporary_buffer_.size(); in Process()
173 frames_to_process); in Process()
180 temporary_buffer, frames_to_process); in Process()
183 frames_to_process); in Process()
186 accumulation_buffer_->Accumulate(temporary_buffer, frames_to_process, in Process()
194 pre_read_write_index_ += frames_to_process; in Process()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/mac/
H A Dvector_math_mac.h29 uint32_t frames_to_process, in Conv() argument
34 frames_to_process, filter_size); in Conv()
37 dest_stride, frames_to_process, filter_size); in Conv()
50 dest_stride, frames_to_process); in Vadd()
53 dest_stride, frames_to_process); in Vadd()
65 dest_stride, frames_to_process); in Vclip()
84 dest_stride, frames_to_process); in Vmul()
87 dest_stride, frames_to_process); in Vmul()
98 dest_stride, frames_to_process); in Vsma()
109 frames_to_process); in Vsmul()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Dwave_shaper_dsp_kernel.cc124 DCHECK_LE(frames_to_process, virtual_index_.size()); in WaveShaperCurveValues()
138 1, frames_to_process); in WaveShaperCurveValues()
142 frames_to_process); in WaveShaperCurveValues()
145 DCHECK_LE(frames_to_process, index_.size()); in WaveShaperCurveValues()
151 DCHECK_LE(frames_to_process, v1_.size()); in WaveShaperCurveValues()
152 DCHECK_LE(frames_to_process, v2_.size()); in WaveShaperCurveValues()
157 DCHECK_LE(frames_to_process, f_.size()); in WaveShaperCurveValues()
164 int loop_limit = frames_to_process / 4; in WaveShaperCurveValues()
204 int loop_limit = frames_to_process / 4; in WaveShaperCurveValues()
252 for (; k < frames_to_process; ++k) { in WaveShaperCurveValues()
[all …]
H A Daudio_listener.cc200 forward_x_values_.Data(), frames_to_process); in UpdateValuesIfNeeded()
202 forward_y_values_.Data(), frames_to_process); in UpdateValuesIfNeeded()
216 UpdateValuesIfNeeded(frames_to_process); in GetPositionXValues()
221 UpdateValuesIfNeeded(frames_to_process); in GetPositionYValues()
226 UpdateValuesIfNeeded(frames_to_process); in GetPositionZValues()
231 UpdateValuesIfNeeded(frames_to_process); in GetForwardXValues()
236 UpdateValuesIfNeeded(frames_to_process); in GetForwardYValues()
241 UpdateValuesIfNeeded(frames_to_process); in GetForwardZValues()
246 UpdateValuesIfNeeded(frames_to_process); in GetUpXValues()
251 UpdateValuesIfNeeded(frames_to_process); in GetUpYValues()
[all …]
H A Dbiquad_dsp_kernel.cc40 for (int k = 1; k < frames_to_process; ++k) { in hasConstantValues()
62 cutoff_frequency, frames_to_process); in UpdateCoefficientsIfNecessary()
64 q, frames_to_process); in UpdateCoefficientsIfNecessary()
66 gain, frames_to_process); in UpdateCoefficientsIfNecessary()
68 detune, frames_to_process); in UpdateCoefficientsIfNecessary()
76 hasConstantValues(q, frames_to_process) && in UpdateCoefficientsIfNecessary()
77 hasConstantValues(gain, frames_to_process) && in UpdateCoefficientsIfNecessary()
78 hasConstantValues(detune, frames_to_process); in UpdateCoefficientsIfNecessary()
168 uint32_t frames_to_process) { in Process() argument
184 UpdateCoefficientsIfNecessary(frames_to_process); in Process()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_listener.cc189 forward_x_values_.Data(), frames_to_process); in UpdateValuesIfNeeded()
191 forward_y_values_.Data(), frames_to_process); in UpdateValuesIfNeeded()
205 UpdateValuesIfNeeded(frames_to_process); in GetPositionXValues()
210 UpdateValuesIfNeeded(frames_to_process); in GetPositionYValues()
215 UpdateValuesIfNeeded(frames_to_process); in GetPositionZValues()
220 UpdateValuesIfNeeded(frames_to_process); in GetForwardXValues()
225 UpdateValuesIfNeeded(frames_to_process); in GetForwardYValues()
230 UpdateValuesIfNeeded(frames_to_process); in GetForwardZValues()
235 UpdateValuesIfNeeded(frames_to_process); in GetUpXValues()
240 UpdateValuesIfNeeded(frames_to_process); in GetUpYValues()
[all …]
H A Dwave_shaper_dsp_kernel.cc61 uint32_t frames_to_process) { in Process() argument
64 ProcessCurve(source, destination, frames_to_process); in Process()
67 ProcessCurve2x(source, destination, frames_to_process); in Process()
70 ProcessCurve4x(source, destination, frames_to_process); in Process()
136 for (unsigned i = 0; i < frames_to_process; ++i) { in ProcessCurve()
150 up_sampler_->Process(source, temp_p, frames_to_process); in ProcessCurve2x()
153 ProcessCurve(temp_p, temp_p, frames_to_process * 2); in ProcessCurve2x()
166 up_sampler_->Process(source, temp_p, frames_to_process); in ProcessCurve4x()
167 up_sampler2_->Process(temp_p, temp_p2, frames_to_process * 2); in ProcessCurve4x()
170 ProcessCurve(temp_p2, temp_p2, frames_to_process * 4); in ProcessCurve4x()
[all …]
H A Dbiquad_dsp_kernel.cc40 for (int k = 1; k < frames_to_process; ++k) { in hasConstantValues()
61 cutoff_frequency, frames_to_process); in UpdateCoefficientsIfNecessary()
63 q, frames_to_process); in UpdateCoefficientsIfNecessary()
65 gain, frames_to_process); in UpdateCoefficientsIfNecessary()
67 detune, frames_to_process); in UpdateCoefficientsIfNecessary()
75 hasConstantValues(q, frames_to_process) && in UpdateCoefficientsIfNecessary()
76 hasConstantValues(gain, frames_to_process) && in UpdateCoefficientsIfNecessary()
77 hasConstantValues(detune, frames_to_process); in UpdateCoefficientsIfNecessary()
167 uint32_t frames_to_process) { in Process() argument
183 UpdateCoefficientsIfNecessary(frames_to_process); in Process()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Dvector_math.cc85 uint32_t frames_to_process, in Conv() argument
104 uint32_t frames_to_process) { in Vadd() argument
115 uint32_t frames_to_process) { in Vclip() argument
150 uint32_t frames_to_process) { in Vmul() argument
160 uint32_t frames_to_process) { in Vsma() argument
164 frames_to_process); in Vsma()
172 uint32_t frames_to_process) { in Vsmul() argument
176 frames_to_process); in Vsmul()
182 uint32_t frames_to_process) { in Vsvesq() argument
197 uint32_t frames_to_process) { in Zvmul() argument
[all …]
H A Dvector_math_scalar.h46 while (i < frames_to_process) { in Conv()
318 while (frames_to_process > 0u) { in Vadd()
323 --frames_to_process; in Vadd()
334 while (frames_to_process > 0u) { in Vclip()
338 --frames_to_process; in Vclip()
346 while (frames_to_process > 0u) { in Vmaxmgv()
349 --frames_to_process; in Vmaxmgv()
365 --frames_to_process; in Vmul()
380 --frames_to_process; in Vsma()
395 --frames_to_process; in Vsmul()
[all …]
H A Dreverb_convolver_stage.cc122 uint32_t frames_to_process) { in ProcessInBackground() argument
125 input_buffer->DirectReadFrom(&input_read_index_, frames_to_process); in ProcessInBackground()
126 Process(source, frames_to_process); in ProcessInBackground()
130 uint32_t frames_to_process) { in Process() argument
150 is_temporary_buffer_safe = frames_to_process <= temporary_buffer_.size(); in Process()
173 frames_to_process); in Process()
180 temporary_buffer, frames_to_process); in Process()
183 frames_to_process); in Process()
186 accumulation_buffer_->Accumulate(temporary_buffer, frames_to_process, in Process()
194 pre_read_write_index_ += frames_to_process; in Process()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/cpu/x86/
H A Dvector_math_x86.h68 frames_to_process -= counts.scalar_for_alignment; in SplitFramesToProcess()
74 frames_to_process -= counts.sse_for_alignment; in SplitFramesToProcess()
81 frames_to_process -= counts.avx; in SplitFramesToProcess()
86 frames_to_process -= counts.sse; in SplitFramesToProcess()
90 counts.scalar = frames_to_process; in SplitFramesToProcess()
173 dest_stride, frames_to_process); in Vadd()
209 dest_stride, frames_to_process); in Vsub()
312 dest_stride, frames_to_process); in Vmul()
346 frames_to_process); in Vsma()
380 frames_to_process); in Vsmul()
[all …]
H A Dvector_math_sse.h29 uint32_t frames_to_process,
41 uint32_t frames_to_process);
47 uint32_t frames_to_process);
55 uint32_t frames_to_process);
59 void Vmaxmgv(const float* source_p, float* max_p, uint32_t frames_to_process);
65 uint32_t frames_to_process);
71 uint32_t frames_to_process);
77 uint32_t frames_to_process);
83 uint32_t frames_to_process);
88 uint32_t frames_to_process);
[all …]
H A Dvector_math_avx.h29 uint32_t frames_to_process,
41 uint32_t frames_to_process);
47 uint32_t frames_to_process);
55 uint32_t frames_to_process);
59 void Vmaxmgv(const float* source_p, float* max_p, uint32_t frames_to_process);
65 uint32_t frames_to_process);
71 uint32_t frames_to_process);
77 uint32_t frames_to_process);
83 uint32_t frames_to_process);
88 uint32_t frames_to_process);
[all …]
H A Dvector_math_impl.h62 uint32_t frames_to_process, in Conv() argument
64 const float* const dest_end_p = dest_p + frames_to_process; in Conv()
66 DCHECK_EQ(0u, frames_to_process % kPackedFloatsPerRegister); in Conv()
101 uint32_t frames_to_process) { in Vadd() argument
139 uint32_t frames_to_process) { in Vsub() argument
179 uint32_t frames_to_process) { in Vclip() argument
239 uint32_t frames_to_process) { in Vmul() argument
277 uint32_t frames_to_process) { in Vsma() argument
308 uint32_t frames_to_process) { in Vsmul() argument
338 uint32_t frames_to_process) { in Vsadd() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/cpu/x86/
H A Dvector_math_x86.h68 frames_to_process -= counts.scalar_for_alignment; in SplitFramesToProcess()
74 frames_to_process -= counts.sse_for_alignment; in SplitFramesToProcess()
81 frames_to_process -= counts.avx; in SplitFramesToProcess()
86 frames_to_process -= counts.sse; in SplitFramesToProcess()
90 counts.scalar = frames_to_process; in SplitFramesToProcess()
114 uint32_t frames_to_process, in Conv() argument
173 dest_stride, frames_to_process); in Vadd()
276 dest_stride, frames_to_process); in Vmul()
310 frames_to_process); in Vsma()
344 frames_to_process); in Vsmul()
[all …]
H A Dvector_math_impl.h62 uint32_t frames_to_process, in Conv() argument
64 const float* const dest_end_p = dest_p + frames_to_process; in Conv()
66 DCHECK_EQ(0u, frames_to_process % kPackedFloatsPerRegister); in Conv()
101 uint32_t frames_to_process) { in Vadd() argument
105 DCHECK_EQ(0u, frames_to_process % kPackedFloatsPerRegister); in Vadd()
141 uint32_t frames_to_process) { in Vclip() argument
145 DCHECK_EQ(0u, frames_to_process % kPackedFloatsPerRegister); in Vclip()
201 uint32_t frames_to_process) { in Vmul() argument
239 uint32_t frames_to_process) { in Vsma() argument
270 uint32_t frames_to_process) { in Vsmul() argument
[all …]
H A Dvector_math_avx.h29 uint32_t frames_to_process,
41 uint32_t frames_to_process);
49 uint32_t frames_to_process);
53 void Vmaxmgv(const float* source_p, float* max_p, uint32_t frames_to_process);
59 uint32_t frames_to_process);
65 uint32_t frames_to_process);
71 uint32_t frames_to_process);
74 void Vsvesq(const float* source_p, float* sum_p, uint32_t frames_to_process);
84 uint32_t frames_to_process);
H A Dvector_math_sse.h29 uint32_t frames_to_process,
41 uint32_t frames_to_process);
49 uint32_t frames_to_process);
53 void Vmaxmgv(const float* source_p, float* max_p, uint32_t frames_to_process);
59 uint32_t frames_to_process);
65 uint32_t frames_to_process);
71 uint32_t frames_to_process);
74 void Vsvesq(const float* source_p, float* sum_p, uint32_t frames_to_process);
84 uint32_t frames_to_process);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/cpu/arm/
H A Dvector_math_neon.h27 uint32_t frames_to_process) { in Vadd() argument
28 int n = frames_to_process; in Vadd()
57 int n = frames_to_process; in Vsub()
86 int n = frames_to_process; in Vclip()
111 int n = frames_to_process; in Vmaxmgv()
143 int n = frames_to_process; in Vmul()
171 int n = frames_to_process; in Vsma()
200 int n = frames_to_process; in Vsmul()
226 int n = frames_to_process; in Vsadd()
250 int n = frames_to_process; in Vsvesq()
[all …]

1234567891011