HomeSort by relevance Sort by last modified time
    Searched refs:Im (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_ImTest.java 20 import android.provider.ContactsContract.CommonDataKinds.Im;
34 assertGetProtocolLabel(Im.PROTOCOL_AIM);
35 assertGetProtocolLabel(Im.PROTOCOL_CUSTOM);
36 assertGetProtocolLabel(Im.PROTOCOL_GOOGLE_TALK);
37 assertGetProtocolLabel(Im.PROTOCOL_ICQ);
38 assertGetProtocolLabel(Im.PROTOCOL_JABBER);
39 assertGetProtocolLabel(Im.PROTOCOL_MSN);
40 assertGetProtocolLabel(Im.PROTOCOL_NETMEETING);
41 assertGetProtocolLabel(Im.PROTOCOL_QQ);
42 assertGetProtocolLabel(Im.PROTOCOL_SKYPE)
    [all...]
ContactsContract_CommonDataKinds_OrganizationTest.java 20 import android.provider.ContactsContract.CommonDataKinds.Im;
50 int res = Organization.getTypeLabelResource(Im.TYPE_CUSTOM);
52 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 46 tt1.Im = tw1[0] * in1[n] + tw1[n_mul_2] * in1[0];
50 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0];
54 tt3.Im = tw3[0] * in3[n] + tw3[n_mul_2] * in3[0];
58 t0.Im = in0[n] + tt2.Im;
62 t1.Im = in0[n] - tt2.Im;
66 t2.Im = tt1.Im + tt3.Im;
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 46 tt1.Im = tw1[0] * in1[n] - tw1[n_mul_2] * in1[0];
50 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0];
54 tt3.Im = tw3[0] * in3[n] - tw3[n_mul_2] * in3[0];
58 t0.Im = in0[n] + tt2.Im;
62 t1.Im = in0[n] - tt2.Im;
66 t2.Im = tt1.Im + tt3.Im;
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 42 t0.Im = out0[n] + out2[n];
46 t1.Im = out0[n] - out2[n];
50 t2.Im = out1[n] + out3[n];
54 t3.Im = out1[n] - out3[n];
58 out0[n] = t0.Im + t2.Im;
62 out2[n] = t0.Im - t2.Im;
65 out1[0] = t1.Re + t3.Im;
66 out1[n] = t1.Im - t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 38 t0.Im = in0[n] + in2[n];
42 t1.Im = in0[n] - in2[n];
46 t2.Im = in1[n] + in3[n];
50 t3.Im = in1[n] - in3[n];
54 out0[n] = t0.Im + t2.Im;
58 out2[n] = t0.Im - t2.Im;
61 out1[0] = t1.Re - t3.Im;
62 out1[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 46 t0.Im = in0[n] + in2[n];
50 t1.Im = in0[n] - in2[n];
54 t2.Im = in1[n] + in3[n];
58 t3.Im = in1[n] - in3[n];
62 out0[n] = t0.Im + t2.Im;
66 out2[n] = t0.Im - t2.Im;
69 out3[0] = t1.Re - t3.Im;
70 out3[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 46 t0.Im = in0[n] + in2[n];
50 t1.Im = in0[n] - in2[n];
54 t2.Im = in1[n] + in3[n];
58 t3.Im = in1[n] - in3[n];
62 out0[n] = t0.Im + t2.Im;
66 out2[n] = t0.Im - t2.Im;
69 out1[0] = t1.Re - t3.Im;
70 out1[n] = t1.Im + t3.Re
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_complex.c 56 tmp3 = p_src[p_bitrev[0]].Im + p_src[p_bitrev[1]].Im;
57 tmp4 = p_src[p_bitrev[2]].Im + p_src[p_bitrev[3]].Im;
61 p_tmp[0].Im = tmp3 + tmp4;
62 p_tmp[2].Im = tmp3 - tmp4;
66 tmp3 = p_src[p_bitrev[0]].Im - p_src[p_bitrev[1]].Im;
67 tmp4 = p_src[p_bitrev[2]].Im - p_src[p_bitrev[3]].Im;
    [all...]
mips_FFTInv_CCSToR_F32_real.c 32 p_buf[pFFTSpec->pBitRevInv[fft_size - n]].Im = -p_src[n].Im;
46 tmp4 = p_buf[2].Im - p_buf[3].Im;
68 tmp2 = p_tmp[0].Im + p_tmp[1].Im;
69 tmp6 = p_tmp[2].Im + p_tmp[3].Im;
71 tmp8 = p_tmp[2].Im - p_tmp[3].Im;
    [all...]
mips_FFTInv_CCSToR_F32_complex.c 42 tmp2 = p_src[n].Im;
44 tmp4 = p_src[fft_size / 2 - n].Im;
55 p_buf[p_bitrev[n]].Im = 0.5f * (tmp8 + w_re * tmp6 - w_im * tmp7);
58 p_buf[p_bitrev[fft_size / 2 - n]].Im =
62 tmp2 = p_src[n + fft_size / 4].Im;
64 tmp4 = p_src[fft_size / 4 - n].Im;
73 p_buf[p_bitrev[n + fft_size / 4]].Im =
77 p_buf[p_bitrev[fft_size / 4 - n]].Im =
84 tmp2 = p_src[fft_size / 8].Im;
86 tmp4 = p_src[3 * fft_size / 8].Im;
    [all...]
mips_FFTFwd_RToCCS_F32_real.c 39 p_dst[0].Im = 0.0f;
40 p_dst[2].Im = 0.0f;
42 p_dst[1].Im = -tmp4;
64 p_tmp[0].Im = 0.0f;
65 p_tmp[2].Im = 0.0f;
68 p_tmp[1].Im = -tmp4;
69 p_tmp[3].Im = tmp4;
98 p_dst[0].Im = p_tmp[0].Im;
99 p_dst[4].Im = p_tmp[0].Im
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
gensig.c 52 x[k].Im = real_only ? 0 : signal_value;
56 fft[0].Im = real_only ? 0 : signal_value * size;
59 fft[k].Re = fft[k].Im = 0;
72 x[k].Im = 0;
76 fft[0].Im = 0;
81 fft[k].Im = factor * size / 2 * (sin(phase) / (1 - cos(phase)));
87 fft[size / 2].Im = 0;
99 x[k].Im = 0;
109 fft[k].Im = 0;
116 fft[1].Im = -signal_value * (size / 2)
    [all...]
gensig.h 16 float Im;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.h 16 * Im[]: imaginary value array
20 * in Re[] and Im[]
40 int WebRtcIsac_Fftns (unsigned int ndim, const int dims[], double Re[], double Im[],
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.h 16 * Im[]: imaginary value array
20 * in Re[] and Im[]
40 int WebRtcIsac_Fftns (unsigned int ndim, const int dims[], double Re[], double Im[],
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 20 import android.provider.ContactsContract.CommonDataKinds.Im;
26 * Handler for IM address data rows.
32 super(context, dbHelper, aggregator, Im.CONTENT_ITEM_TYPE, Im.TYPE, Im.LABEL);
37 return values.containsKey(Im.DATA);
42 int protocol = builder.getInt(Im.PROTOCOL);
43 String customProtocol = builder.getString(Im.CUSTOM_PROTOCOL);
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString());
46 builder.appendContentFromColumn(Im.DATA, IndexBuilder.SEPARATOR_SLASH)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
ImDataItem.java 23 import android.provider.ContactsContract.CommonDataKinds.Im;
27 * Represents an IM data item, wrapping the columns in
28 * {@link ContactsContract.CommonDataKinds.Im}.
45 final ImDataItem im = new ImDataItem(new ContentValues(item.getContentValues()), true); local
46 im.setMimeType(Im.CONTENT_ITEM_TYPE);
47 return im;
54 return getContentValues().getAsString(Im.DATA);
59 return getContentValues().getAsString(Im.LABEL);
63 * Values are one of Im.PROTOCOL
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
ContactsUtilsTests.java 23 import android.provider.ContactsContract.CommonDataKinds.Im;
80 // Custom IM types have encoded authority. We send the imto Intent here, because
83 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
84 values.put(Im.TYPE, Im.TYPE_HOME);
85 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
86 values.put(Im.CUSTOM_PROTOCOL, TEST_PROTOCOL);
87 values.put(Im.DATA, TEST_ADDRESS)
88 final ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
110 final ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
129 final ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
151 final ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
175 final ImDataItem im = ImDataItem.createFromEmail( local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
omxSP_FFTInit_C_FC32.c 115 pTwiddle[0].Im = y;
117 pTwiddle[2 * M].Im = xNeg;
119 pTwiddle[4 * M].Im = y;
128 pTwiddle[i].Im = y;
130 pTwiddle[2 * M - i].Im = -x;
132 pTwiddle[2 * M + i].Im = -x;
134 pTwiddle[4 * M - i].Im = y;
136 pTwiddle[4 * M + i].Im = -y;
138 pTwiddle[6 * M - i].Im = x;
142 pTwiddle[0].Im = y
    [all...]
omxSP_FFTInit_C_SC32.c 131 pTwiddle[0].Im = y;
133 pTwiddle[2*M].Im = xNeg;
135 pTwiddle[4*M].Im = y;
146 pTwiddle[i].Im = y;
148 pTwiddle[2*M-i].Im = -x;
150 pTwiddle[2*M+i].Im = -x;
152 pTwiddle[4*M-i].Im = y;
154 pTwiddle[4*M+i].Im = -y;
156 pTwiddle[6*M-i].Im = x;
166 pTwiddle[0].Im = y
    [all...]
omxSP_FFTInit_R_F32.c 121 pTwiddle[0].Im = y;
123 pTwiddle[2*M].Im = xNeg;
125 pTwiddle[4*M].Im = y;
134 pTwiddle[i].Im = y;
136 pTwiddle[2*M-i].Im = -x;
138 pTwiddle[2*M+i].Im = -x;
140 pTwiddle[4*M-i].Im = y;
142 pTwiddle[4*M+i].Im = -y;
144 pTwiddle[6*M-i].Im = x;
148 pTwiddle[0].Im = y
    [all...]
omxSP_FFTInit_R_S16S32.c 139 pTwiddle[0].Im = y;
141 pTwiddle[2*M].Im = xNeg;
143 pTwiddle[4*M].Im = y;
154 pTwiddle[i].Im = y;
156 pTwiddle[2*M-i].Im = -x;
158 pTwiddle[2*M+i].Im = -x;
160 pTwiddle[4*M-i].Im = y;
162 pTwiddle[4*M+i].Im = -y;
164 pTwiddle[6*M-i].Im = x;
174 pTwiddle[0].Im = y
    [all...]
omxSP_FFTInit_R_S32.c 137 pTwiddle[0].Im = y;
139 pTwiddle[2*M].Im = xNeg;
141 pTwiddle[4*M].Im = y;
152 pTwiddle[i].Im = y;
154 pTwiddle[2*M-i].Im = -x;
156 pTwiddle[2*M+i].Im = -x;
158 pTwiddle[4*M-i].Im = y;
160 pTwiddle[4*M+i].Im = -y;
162 pTwiddle[6*M-i].Im = x;
172 pTwiddle[0].Im = y
    [all...]
omxSP_FFTInit_C_SC16.c 135 pTwiddle[0].Im = y;
137 pTwiddle[2*M].Im = xNeg;
139 pTwiddle[4*M].Im = y;
152 pTwiddle[i].Im = y;
154 pTwiddle[2*M-i].Im = -x;
156 pTwiddle[2*M+i].Im = -x;
158 pTwiddle[4*M-i].Im = y;
160 pTwiddle[4*M+i].Im = -y;
162 pTwiddle[6*M-i].Im = x;
172 pTwiddle[0].Im = y
    [all...]

Completed in 2717 milliseconds

1 2 3 4 5