HomeSort by relevance Sort by last modified time
    Searched full:out3 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 33 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[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 29 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;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 42 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;
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 40 OMX_F32 *out3 = out2 + n_by_4; local
50 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 42 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;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 42 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;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 42 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;
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 41 OMX_F32 *out3 = out2 + n_by_4; local
51 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 97 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,
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 97 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,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c 37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c 37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
  /external/chromium_org/tools/gyp/test/win/vs-macros/
vcinstalldir.gyp 34 'outputs': ['out3'],
36 'python', 'test_exists.py', '$(VCInstallDir)bin\\cl.exe', 'out3'],
  /external/chromium_org/ipc/
ipc_sync_message_unittest.h 29 // out1 is false, out2 is 3, out3 is "0_3"
38 // in1 must be 3, out1 is "1_3", out2 is 13, out3 is false
47 // in1 must be 3, in2 must be true, out1 is "2_3", out2 is 23, out3 is false
58 // 33, out3 is false
63 // true, out3 is "3_4", out3 is false
75 // out1 is false, out2 is 3, out3 is "0_3"
84 // in1 must be 3, out1 is "1_3", out2 is 13, out3 is false
93 // in1 must be 3, in2 must be true, out1 is "2_3", out2 is 23, out3 is false
104 // 33, out3 is fals
    [all...]
ipc_sync_message_unittest.cc 36 void On_0_3(bool* out1, int* out2, std::string* out3) {
39 *out3 = "0_3";
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) {
57 *out3 = false;
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) {
78 *out3 = false;
97 bool* out3) {
103 *out3 = false;
107 std::string* out3, bool* out4) {
113 *out3 = "3_4"
    [all...]
  /external/chromium_org/tools/gyp/test/rules/src/subdir2/
never_used.gyp 21 '<(RULE_INPUT_ROOT).out3',
  /external/chromium_org/google_apis/drive/
test_util.h 192 // 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)
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) {
254 &internal::CopyResultCallback<T1, T2, T3>, out1, out2, out3);
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 30 String out3 = mDevice.executeShellCommand(cmd2); local
32 assertOutputs(out3, out4);
  /external/llvm/test/CodeGen/X86/
2009-05-30-ISelBug.ll 3 define void @BZ2_bzDecompress_bb5_2E_outer_bb35_2E_i_bb54_2E_i(i32*, i32 %c_nblock_used.2.i, i32 %.reload51, i32* %.out, i32* %.out1, i32* %.out2, i32* %.out3) nounwind {
11 store i32 %12, i32* %.out3
  /external/chromium_org/third_party/sqlite/src/
mkopcodeh.awk 28 # 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 */"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s 81 Out3 RN 9
152 MUL Out3, Left3, r0x01010101 ;// replicate the val in all the bytes
156 STR Out3, [pDst] ;// store {Out3} at pDst [12 to 15]
309 MUL Out3, tVal7, r0x01010101 ;// {U3, U3, U3, U3 }
328 PKHTB Out1, Out3, Out0, ASR #8 ;// {U3, U3, f2, f1 }
330 PKHTB Out2, Out3, Out1, ASR #8 ;// {U3, U3, U3, f2 }
335 STR Out3, [pDst] ;// store {f6 to f3} at pDSt[15 to 12]
361 ORR Out3, tVal9, Out2, LSR #8 ;// {f6, f5, f4, f3 }
365 STR Out3, [pDst] ;// store {f6 to f3} at pDSt[15 to 12
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 65 string* out3) {
66 if (out3) {
67 return regex_function(input, regexp, out1, out2, out3);
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 78 TaskCase::Value out3((int64_t)1000);
79 void *outputs[4] = { &out0, &out1, &out2, &out3 };
87 ASSERT_TRUE(in3 == out3);
186 TaskCase::Value out3(-1.0f);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 };
195 ASSERT_TRUE(in6 == out3);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 88 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 - out4;
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 199 final float out3 = cycleInterpolator.getInterpolation(0.25f); local
207 final float delta2 = out3 - out2;
208 final float delta3 = out4 - out3;
214 assertEquals(out1, out3, ALPHA_DELTA);
215 assertEquals(out3, out5, ALPHA_DELTA);

Completed in 480 milliseconds

1 2 3