OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celt_fir
(Results
1 - 5
of
5
) sorted by null
/external/libopus/celt/x86/
celt_lpc_sse.h
47
#define
celt_fir
(x, num, y, N, ord, arch) \
macro
60
# define
celt_fir
(x, num, y, N, ord, arch) \
macro
x86_celt_map.c
55
MAY_HAVE_SSE4_1(
celt_fir
), /* sse4.1 */
56
MAY_HAVE_SSE4_1(
celt_fir
) /* avx */
/external/libopus/celt/
celt_lpc.h
51
#define
celt_fir
(x, num, y, N, ord, arch) \
macro
celt_decoder.c
675
because
celt_fir
() cannot filter in-place. */
676
celt_fir
(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER,
[
all
...]
/external/libopus/silk/
LPC_analysis_filter.c
42
/* OPT: Using
celt_fir
() for this function should be faster, but it may cause
76
celt_fir
( in + d, num, out + d, len - d, d, arch );
Completed in 1539 milliseconds