Searched refs:temp (Results 26 - 50 of 268) sorted by relevance

1234567891011

/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A Dinfiniteloop.rs45 float4 temp = rsUnpackColor8888(in);
46 temp = gColour;
47 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/
H A Dfirst.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/rs/
H A Dsimple.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A Dinfiniteloop.rs45 float4 temp = rsUnpackColor8888(in);
46 temp = gColour;
47 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Dfirst.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A Dsimple.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java40 public static void recycle(char[] temp) { argument
41 if (temp.length > 1000) return;
44 sTemp = temp;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_5.cpp174 Word16 temp, sign;
196 // temp = mean_lsf[i] + st->past_r_q[i] * LSP_PRED_FAC_MR122;
198 temp = add (mean_lsf[i], mult (st->past_r_q[i],
201 st->past_r_q[i] = sub (lsf2_q[i], temp);
255 temp = add (mean_lsf[i], mult (st->past_r_q[i],
257 lsf1_q[i] = add (lsf1_r[i], temp);
258 lsf2_q[i] = add (lsf2_r[i], temp);
312 Word16 temp; local
333 temp =
348 temp,
[all...]
H A Db_cn_cod.cpp210 Word16 temp; local
238 temp = (Word16)((*pShift_reg) & 1);
239 noise_bits |= temp;
364 Word16 temp; local
375 temp = (Word16)(L_mult(i, 10, pOverflow));
376 i = temp >> 1;
501 Word16 temp; local
512 temp = ~(0xFFFF << param_size_table[i]);
513 parm[i] = *pTemp++ & temp;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dautocorr.cpp321 Word16 temp; local
343 temp = (amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_wind++), 0x04000)) >> 15;
344 *(p_y++) = temp;
346 sum += ((Word32)temp * temp) << 1;
370 temp = (amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_wind++), 0x04000)) >> 15;
371 *(p_y++) = temp;
396 temp = *p_y >> 2;
397 *(p_y++) = temp;
398 sum += ((Word32)temp * tem
[all...]
H A Denc_lag6.cpp196 Word16 temp; local
218 temp = sub(T0, T0_min, pOverflow);
220 i = add(temp, temp, pOverflow);
221 i = add(temp, i, pOverflow);
H A Dq_gain_c.cpp210 Word16 temp; local
274 temp = index + (index << 1);
276 p = &qua_gain_code[temp];
278 temp = (gcode0 * *(p++)) >> 15;
281 *gain = temp << 1;
285 *gain = temp;
/frameworks/rs/
H A DrsMatrix3x3.cpp51 Matrix3x3 temp; local
62 temp.set(i, 0, ri0);
63 temp.set(i, 1, ri1);
64 temp.set(i, 2, ri2);
66 load(&temp);
71 float temp; local
74 temp = get(i, j);
76 set(j, i, temp);
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayMix_16x16.c37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp209 Word16 *p_dico, temp;
217 temp = sub (lsf_r1[0], *p_dico++);
218 temp = mult (wf1[0], temp);
219 dist = L_mult (temp, temp);
221 temp = sub (lsf_r1[1], *p_dico++);
222 temp = mult (wf1[1], temp);
223 dist = L_mac (dist, temp, tem
285 Word16 temp; local
611 Word16 temp; local
1028 Word16 temp; local
[all...]
H A Dsyn_filt.cpp270 Word16 temp; local
306 temp = (Word16)(s1 >> 12);
310 temp = MAX_16;
314 temp = MIN_16;
317 s2 = amrnb_fxp_msu_16_by_16bb((Word32)a[1], (Word32)temp, s2);
319 *(yy++) = temp;
320 *(p_y++) = temp;
327 temp = (Word16)(s2 >> 12);
331 temp = MAX_16;
335 temp
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c42 UWord8 temp; local
142 temp = 0;
148 temp++;
152 temp <<= 1;
156 *stream_ptr = temp;
158 temp = 0;
166 temp++;
168 temp <<= 4;
169 temp += mode & 0x000F;
174 temp <<
[all...]
H A Dpreemph.c35 Word16 temp; local
38 temp = x[lg - 1];
51 *mem = temp;
64 Word16 temp; local
67 temp = x[lg - 1];
94 *mem = temp;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java123 int temp = data[curIndex++] & 0xff;
124 switch (temp) {
128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) +
144 tag = temp;
152 temp = data[curIndex++] & 0xff;
153 if (temp < 0x80) {
154 length = temp;
155 } else if (temp == 0x81) {
164 } else if (temp == 0x82) {
175 } else if (temp
[all...]
H A DBerTlv.java89 int temp = data[curIndex++] & 0xff;
90 if (temp < 0x80) {
91 length = temp;
92 } else if (temp == 0x81) {
93 temp = data[curIndex++] & 0xff;
94 if (temp < 0x80) {
101 length = temp;
106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp43 void* temp = malloc(size); local
45 memset(temp, 0, size);
73 memcpy(temp, temp2, size);
79 memcpy(temp, vaddr, size);
85 memcpy(vaddr, temp, size);
92 lamecpy(temp, temp2, size);
98 lamecpy(temp, vaddr, size);
104 lamecpy(vaddr, temp, size);
/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A Dsimple.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
H A Dsimple.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Dsimple.rs28 float4 temp = rsUnpackColor8888(in);
29 temp = gColor;
30 uchar4 result = rsPackColorTo8888(temp);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp450 int32 x0, x1, x2, x4, x5, temp; local
476 temp = ((x0 + x2) >> 14);
477 CLIP_RESULT(temp)
478 word = word | (temp << 8);
479 temp = ((x0 + x1) >> 14);
480 CLIP_RESULT(temp)
481 word = word | (temp << 16);
482 temp = ((x0 + x5) >> 14);
483 CLIP_RESULT(temp)
484 word = word | (temp << 2
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]

Completed in 491 milliseconds

1234567891011