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

123456789

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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;
H A Dg_code.cpp241 Word16 temp; local
286 temp = *(p_y2++) >> 1;
287 s += ((Word32) temp * temp) >> 2;
288 temp = *(p_y2++) >> 1;
289 s += ((Word32) temp * temp) >> 2;
H A Dcbsearch.cpp202 Word16 temp; local
287 temp =
296 temp,
319 temp =
328 temp,
345 temp = ((Word32)h[i - T0] * pit_sharpTmp) >> 15;
355 temp,
378 temp =
387 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.cpp268 Word16 temp; local
304 temp = (Word16)(s1 >> 12);
308 temp = MAX_16;
312 temp = MIN_16;
315 s2 = amrnb_fxp_msu_16_by_16bb((Word32)a[1], (Word32)temp, s2);
317 *(yy++) = temp;
318 *(p_y++) = temp;
325 temp = (Word16)(s2 >> 12);
329 temp = MAX_16;
333 temp
[all...]
H A Dint_lpc.cpp443 Word16 temp; local
450 temp = shr(lsp_old[i], 2, pOverflow);
451 temp = sub(lsp_old[i], temp, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
467 temp = shr(lsp_new[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
481 temp = shr(lsp_new[i], 2, pOverflow);
482 temp = sub(lsp_new[i], temp, pOverflo
580 Word16 temp; local
[all...]
H A Dq_plsf_5.cpp217 Word16 temp; local
247 temp = (aux1 - ((Word32)wf1_0 * *(p_dico++))) >> 15;
248 dist = ((Word32)temp * temp);
256 temp = (aux2 - ((Word32)wf1_1 * *(p_dico++))) >> 15;
257 dist += ((Word32)temp * temp);
265 temp = (aux3 - ((Word32)wf2_0 * *(p_dico++))) >> 15;
266 dist += ((Word32)temp * temp);
383 Word16 temp; local
[all...]
H A Dlsp_lsf.cpp355 Word16 temp; local
366 temp = *(p_lsp--);
367 while (table[ind] < temp)
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind];
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
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;
H A Dpreemph.cpp246 Word16 temp; local
252 temp = *p1;
266 st->mem_pre = temp;
/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];
82 *mem = temp;
H A Dqpisf_2s.c66 Word32 i, k, temp, min_err, distance; local
87 temp = min_err;
89 temp = vo_L_add(temp, min_err);
91 temp = vo_L_add(temp, min_err);
93 if(temp < distance)
95 distance = temp;
117 temp = min_err;
119 temp
156 Word32 temp, min_err, distance; local
451 Word16 temp, *p_dico; local
498 Word16 temp, *p_dico; local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java123 int temp = data[curIndex++] & 0xff;
124 switch (temp) {
128 Log.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.java77 int temp = data[curIndex++] & 0xff;
78 if (temp < 0x80) {
79 length = temp;
80 } else if (temp == 0x81) {
81 temp = data[curIndex++] & 0xff;
82 if (temp < 0x80) {
89 length = temp;
94 " 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/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...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c776 int32_t temp; local
839 temp = (pReverb->m_nRoomLpfFwd << 15)
841 *pValue16 = Effects_Linear16ToMillibels(temp);
843 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk);
857 temp = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nRoomLpfFbk);
858 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 %d", temp);
862 temp = 32767 + temp - temp2;
863 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 + 2 Cos a1 + 1 %d", temp);
864 temp
1059 int32_t temp; local
1920 int temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp1455 #define PAD_CORNER { temp = *src; \
1456 temp |= (temp<<8); \
1457 temp |= (temp<<16); \
1458 *((ULong*)dst) = temp; \
1459 *((ULong*)(dst+4)) = temp; \
1460 *((ULong*)(dst+=lx)) = temp; \
1461 *((ULong*)(dst+4)) = temp; \
1462 *((ULong*)(dst+=lx)) = temp; \
1525 ULong temp, temp2; local
1559 temp = *(src += lx); local
1677 temp = *(src += lx); local
1722 ULong temp; local
1769 ULong temp; local
1802 ULong temp; local
1869 ULong temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s111 temp RN 11 label
145 ;// Caulucate temp pred by performing Division
156 ADD temp,dcScaler,dcScaler
157 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
159 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler
167 LDRH temp,[pPredBufCol]
174 STRH temp,[pPredBufRow,#-16]
176 LDRH temp,[pSrcDst] ;// temp
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DLimitedLengthInputStreamTest.java82 byte[] temp = new byte[TEST_STRING1.length];
89 assertEquals(length, is.read(temp, 0, temp.length));
91 System.arraycopy(temp, 0, actual, 0, length);
94 assertEquals(-1, is.read(temp, 0, temp.length));
122 byte[] temp = new byte[TEST_STRING1.length + 10];
124 assertEquals(TEST_STRING1.length, is.read(temp, 0, TEST_STRING1.length + 10));
127 System.arraycopy(temp, 0, actual, 0, actual.length);
132 byte[] temp
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayAllPass_Sat_32x16To32.c40 LVM_INT32 temp; local
46 MUL32x16INTO32(delay[AllPassOffset], coeff, temp, 15)
47 a = temp;
67 MUL32x16INTO32(c, -coeff, temp, 15)
68 a = temp;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_Tools.c62 M4OSA_UInt32 temp_dest = 0, mask = 0, temp = 1; local
73 mask |= (temp << ((7*(j+1))-i+j));
87 temp = ((input & (0x80000000 >> offset)) >> (31-offset));
88 //*dest_bits |= (temp << (31 - i));
89 *dest_bits |= (temp << ((7*(j+1))-i+j));
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.h104 void fillMainDataBuf(void *pMem, int32 temp);

Completed in 1249 milliseconds

123456789