Searched refs:filter_length (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapFilter_opts_SSE2.cpp | 51 int filter_offset, filter_length; in convolveHorizontally_SSE2() local 64 filter.FilterForValue(out_x, &filter_offset, &filter_length); in convolveHorizontally_SSE2() 74 for (int filter_x = 0; filter_x < filter_length >> 2; filter_x++) { in convolveHorizontally_SSE2() 127 int r = filter_length&3; in convolveHorizontally_SSE2() 183 int filter_offset, filter_length; in convolve4RowsHorizontally_SSE2() local 196 filter.FilterForValue(out_x, &filter_offset, &filter_length); in convolve4RowsHorizontally_SSE2() 205 for (int filter_x = 0; filter_x < (filter_length >> 2); filter_x++) { in convolve4RowsHorizontally_SSE2() 246 int r = filter_length & 3; in convolve4RowsHorizontally_SSE2() 304 int filter_length, in convolveVertically_SSE2() argument 323 for (int filter_y = 0; filter_y < filter_length; filter_y++) { in convolveVertically_SSE2() [all …]
|
D | SkBitmapFilter_opts_SSE2.h | 15 int filter_length,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dsp_helper.cc | 303 size_t filter_length; // Number of coefficients. in DownsampleTo4kHz() local 308 filter_length = 3; in DownsampleTo4kHz() 315 filter_length = 5; in DownsampleTo4kHz() 322 filter_length = 7; in DownsampleTo4kHz() 329 filter_length = 7; in DownsampleTo4kHz() 348 &input[filter_length - 1], input_length - filter_length + 1, output, in DownsampleTo4kHz() 349 output_length, filter_coefficients, filter_length, factor, filter_delay); in DownsampleTo4kHz()
|
/external/speex/include/speex/ |
D | speex_echo.h | 77 SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length); 86 SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int nb_spea…
|
/external/speex/libspeex/ |
D | mdf.c | 402 EXPORT SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length) in speex_echo_state_init() argument 404 return speex_echo_state_init_mc(frame_size, filter_length, 1, 1); in speex_echo_state_init() 407 EXPORT SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int … in speex_echo_state_init_mc() argument 427 M = st->M = (filter_length+st->frame_size-1)/frame_size; in speex_echo_state_init_mc()
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 4220 int filter_length, int log2_phase_count, 4246 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_p…
|