Searched refs:out3 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c33 OMX_F32 *out3 = out2 + n_by_4; local
48 // CADD t2, out1, out3
49 t2.Re = out1[0] + out3[0];
50 t2.Im = out1[n] + out3[n];
52 // CSUB t3, out1, out3
53 t3.Re = out1[0] - out3[0];
54 t3.Im = out1[n] - out3[n];
68 // CSUB_ADD_X out3, t1, t3
69 out3[0] = t1.Re - t3.Im;
70 out3[
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs.c29 OMX_F32 *out3 = out2 + n_by_4; local
64 // CADD_SUB_X out3, t1, t3
65 out3[0] = t1.Re + t3.Im;
66 out3[n] = t1.Im - t3.Re;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c41 OMX_F32 *out3 = out2 + n_by_4; local
51 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c40 OMX_F32 *out3 = out2 + n_by_4; local
50 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c42 OMX_F32 *out3 = out2 + n_by_4; local
84 // CSUB_ADD_X out3, t1, t3
85 out3[0] = t1.Re - t3.Im;
86 out3[n] = t1.Im + t3.Re;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls.c42 OMX_F32 *out3 = out2 + n_by_4; local
84 // CADD_SUB_X out3, t1, t3
85 out3[0] = t1.Re + t3.Im;
86 out3[n] = t1.Im - t3.Re;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c42 OMX_F32 *out3 = out2 + n_by_4; local
68 // CSUB_ADD_X out3, t1, t3
69 out3[0] = t1.Re - t3.Im;
70 out3[n] = t1.Im + t3.Re;
100 OMX_F32 *out3 = out2 + n_by_4; local
142 // CSUB_ADD_X out3, t1, t3
143 out3[0] = t1.Re - t3.Im;
144 out3[n] = t1.Im + t3.Re;
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c42 OMX_F32 *out3 = out2 + n_by_4; local
72 // CADD_SUB_X out3, t1, t3
73 out3[0] = t1.Re + t3.Im;
74 out3[n] = t1.Im - t3.Re;
100 OMX_F32 *out3 = out2 + n_by_4; local
142 // CADD_SUB_X out3, t1, t3
143 out3[0] = t1.Re + t3.Im;
144 out3[n] = t1.Im - t3.Re;
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c97 OMX_F32 *out3 = out2 + n_by_4; local
103 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
154 OMX_F32 *out3 = out2 + n_by_4; local
159 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
203 OMX_F32 *out3 = out2 + n_by_4; local
209 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c97 OMX_F32 *out3 = out2 + n_by_4; local
103 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
154 OMX_F32 *out3 = out2 + n_by_4; local
159 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
203 OMX_F32 *out3 = out2 + n_by_4; local
209 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
H A Dx86SP_SSE_Math.h292 OMX_F32 *out3,
307 /* CSUB_ADD_X out3, t1, t3 */
308 VC_SUB_ADD_X_STORE_SPLIT(out3, t1, t3, n);
316 OMX_F32 *out3,
331 /* CADD_SUB_X out3, t1, t3 */
332 VC_ADD_SUB_X_STORE_SPLIT(out3, t1, t3, n);
288 RADIX4_FWD_BUTTERFLY_STORE( OMX_F32 *out0, OMX_F32 *out1, OMX_F32 *out2, OMX_F32 *out3, VC *t0, VC *t1, VC *t2, VC *t3, OMX_INT n) argument
312 RADIX4_INV_BUTTERFLY_STORE( OMX_F32 *out0, OMX_F32 *out1, OMX_F32 *out2, OMX_F32 *out3, VC *t0, VC *t1, VC *t2, VC *t3, OMX_INT n) argument
/external/chromium_org/google_apis/drive/
H A Dtest_util.h192 // Copies the |in1|'s value to |out1|, |in2|'s to |out2|, and |in3|'s to |out3|.
197 T3* out3,
203 *out3 = CopyResultCallbackHelper<T3>::Move(&in3);
210 OutputParams(T1* out1, T2* out2, T3* out3, T4* out4) argument
211 : out1(out1), out2(out2), out3(out3), out4(out4) {}
214 T3* out3; member in struct:google_apis::test_util::internal::OutputParams
229 *output.out3 = CopyResultCallbackHelper<T3>::Move(&in3);
252 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3) { argument
254 &internal::CopyResultCallback<T1, T2, T3>, out1, out2, out3);
194 CopyResultCallback( T1* out1, T2* out2, T3* out3, typename CopyResultCallbackHelper<T1>::InType in1, typename CopyResultCallbackHelper<T2>::InType in2, typename CopyResultCallbackHelper<T3>::InType in3) argument
262 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3, T4* out4) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_sync_message_unittest.cc36 void On_0_3(bool* out1, int* out2, std::string* out3) { argument
39 *out3 = "0_3";
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) { argument
57 *out3 = false;
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) { argument
78 *out3 = false;
97 bool* out3) {
103 *out3 = false;
107 std::string* out3, bool* out4) {
113 *out3
96 On_3_3(int in1, std::string in2, bool in3, std::string* out1, int* out2, bool* out3) argument
106 On_3_4(bool in1, int in2, std::string in3, int* out1, bool* out2, std::string* out3, bool* out4) argument
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter_re2.cc65 string* out3) {
66 if (out3) {
67 return regex_function(input, regexp, out1, out2, out3);
60 DispatchRE2Call(Function regex_function, Input input, const RE2& regexp, string* out1, string* out2, string* out3) argument
/external/chromium_org/third_party/sqlite/src/
H A Dmkopcodeh.awk28 # case OP_aaaa: /* jump, in1, in2, in3, out2-prerelease, out3 */
53 out3[name] = 0
76 }else if(x=="out3"){
77 out3[name] = 1
138 if( out3[name] ) a6 = 64;
153 print "#define OPFLG_OUT3 0x0040 /* out3: P3 is an output */"
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c88 INT32 out1, out2, out3, out4, out5; \
116 out3 = ((SRC_SAMPLE(7) + SRC_SAMPLE(-7)) * 156) \
120 out3 = out3 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
170 out3 = ((SRC_SAMPLE(7) + SRC_SAMPLE(-7)) * 127) \
175 out3 = out3 / 30000; \
181 out5 = out1 - out2 + out3
[all...]
/external/chromium_org/chrome/test/perf/
H A Durl_parse_perftest.cc115 std::string out3;
116 url::StdStringCanonOutput output3(&out3);
/external/clang/test/Analysis/
H A Ddtor.cpp182 int *out1, *out2, *out3; member in class:DestructorVirtualCalls::A
205 *out3 = get();
223 obj.out3 = &c;
/external/openssl/crypto/aes/asm/
H A Daes-ia64.S308 { .mmi; ld4 out3=[out0],8 // s1
345 ld1 out3=[out4],4 };; // s1
357 dep out3=r20,out3,24,8 }//;;
363 dep out3=r21,out3,16,8 }//;;
369 dep out3=r22,out3,8,8 }//;;
386 { .mii; ADDP out3=3,in1
389 { .mii; st1 [out3]
[all...]
/external/oprofile/module/ia64/
H A DIA64syscallstub.h99 mov out3 = in2; \
181 mov out3 = in3; \
H A Doprofile_stubs.S68 add out3=16, sp // regs
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dvec2-spec.js321 var out3;
324 out3 = [0, 0, 0];
325 result = vec2.cross(out3, vecA, vecB);
328 it("should place values into out", function() { expect(out3).toBeEqualish([0, 0, -2]); });
329 it("should return out", function() { expect(result).toBe(out3); });
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c337 const int16x4_t out3 = vaddhn_s32(a3_m_a2, kCst51000); local
344 vst1_s16(out + 12, out3);
535 const int16x4_t out3 = vmovn_s32(b3); local
540 vst1_s16(out + 12, out3);

Completed in 1476 milliseconds

12