Home
last modified time | relevance | path

Searched refs:N4 (Results 1 – 25 of 199) sorted by relevance

12345678

/external/libopus/celt/mips/
Dmdct_mipsr1.h64 int N, N2, N4; in clt_mdct_forward() local
89 N4 = N>>2; in clt_mdct_forward()
92 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward()
115 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward()
123 for(;i<N4;i++) in clt_mdct_forward()
138 for(i=0;i<N4;i++) in clt_mdct_forward()
144 t1 = t[N4+i]; in clt_mdct_forward()
170 for(i=0;i<N4;i++) in clt_mdct_forward()
173 yr = S_MUL_SUB(fp->i,t[N4+i] , fp->r,t[i]); in clt_mdct_forward()
174 yi = S_MUL_ADD(fp->r,t[N4+i] ,fp->i,t[i]); in clt_mdct_forward()
[all …]
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c51 int N, N2, N4; in clt_mdct_forward_neon() local
67 N4 = N>>2; in clt_mdct_forward_neon()
70 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward_neon()
93 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_neon()
101 for(;i<N4;i++) in clt_mdct_forward_neon()
116 for(i=0;i<N4;i++) in clt_mdct_forward_neon()
122 t1 = t[N4+i]; in clt_mdct_forward_neon()
143 for(i=0;i<N4;i++) in clt_mdct_forward_neon()
146 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]); in clt_mdct_forward_neon()
147 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i]); in clt_mdct_forward_neon()
[all …]
/external/libopus/celt/
Dmdct.c123 int N, N2, N4; in clt_mdct_forward_c() local
146 N4 = N>>2; in clt_mdct_forward_c()
149 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward_c()
172 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_c()
180 for(;i<N4;i++) in clt_mdct_forward_c()
195 for(i=0;i<N4;i++) in clt_mdct_forward_c()
201 t1 = t[N4+i]; in clt_mdct_forward_c()
225 for(i=0;i<N4;i++) in clt_mdct_forward_c()
228 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]); in clt_mdct_forward_c()
229 yi = S_MUL(fp->r,t[N4+i]) + S_MUL(fp->i,t[i]); in clt_mdct_forward_c()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
131 const char (&S4)[N4], const T& Value) { in Cases() argument
135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
140 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
150 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
160 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4,
171 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp25 namespace N4 { namespace
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload()
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; in test_bin_op_overload()
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY; in test_bin_op_overload()
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload()
57 namespace N4 { namespace
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
Dinstantiate-call.cpp37 namespace N4 { namespace
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
/external/google-fruit/include/fruit/impl/meta/
Dnumeric_operations.h48 template <typename N0, typename N1, typename N2, typename N3, typename N4, typename... Ints>
49 struct apply<N0, N1, N2, N3, N4, Ints...> {
50 …using type = Int<N0::value + N1::value + N2::value + N3::value + N4::value + apply<Ints...>::type:…
/external/llvm/include/llvm/ADT/
DStringSwitch.h132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
136 const char (&S4)[N4], const T& Value) { in Cases() argument
142 (N4-1 == Str.size() && std::memcmp(S4, Str.data(), N4-1) == 0))) { in Cases()
/external/clang/test/CodeGen/
Dxcore-stringtype.c135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringSwitch.h103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
106 const char (&S4)[N4], const T& Value) { in Cases() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp113 const uint32_t N4 = allocate##MemorySize(); \ in TEST_F()
136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F()
161 test.set##MemorySize##To(N4, NewValue4); \ in TEST_F()
185 ASSERT_FLOAT_EQ(NewValue4, test.contentsOf##MemorySize<Type>(N4)) \ in TEST_F()
/external/clang/test/CodeCompletion/
Dusing-namespace.cpp1 namespace N4 { namespace
Dnamespace-alias.cpp1 namespace N4 { namespace
Dusing.cpp1 namespace N4 { namespace
/external/pcre/dist2/testdata/
DgrepoutputN12 jkl---------------------------- Test N4 ------------------------------
/external/clang/test/PCH/Inputs/
Dnamespaces.h42 inline namespace N4 {
/external/clang/test/PCH/
Dnamespaces.cpp44 inline namespace N4 { } namespace
/external/speex/libspeexdsp/
Dpreprocess.c394 int N, N3, N4, M; in speex_preprocess_state_init() local
423 N4 = st->frame_size - N3; in speex_preprocess_state_init()
473 if (N4>0) in speex_preprocess_state_init()
477 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init()
619 int N4 = st->frame_size - N3; in preprocess_analysis() local
630 st->inbuf[i]=x[N4+i]; in preprocess_analysis()
728 int N4 = st->frame_size - N3; in speex_preprocess_run() local
984 for (i=0;i<N4;i++) in speex_preprocess_run()
/external/icu/icu4c/source/data/locales/
Dmgo.txt201 "N4",
245 "N4",
/external/clang/test/CodeGenCXX/
Dbitfield.cpp284 namespace N4 { namespace
Dreferences.cpp250 namespace N4 { namespace
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_pgm_p5.miff70 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
Dinput_pgm_p2.miff70 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
Dinput_fits.miff79 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h515 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
517 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
537 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
539 SDValue N1, SDValue N2, SDValue N3, SDValue N4,

12345678