Searched defs:temp (Results 1 - 25 of 167) sorted by relevance

1234567

/frameworks/base/media/libeffects/lvm/lib/Common/src/
H A DBQ_1I_D16F16Css_TRC_WRA_01_Init.c44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DBQ_1I_D16F32Css_TRC_WRA_01_init.c45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp
[all...]
H A DBQ_2I_D16F16Css_TRC_WRA_01_Init.c45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp
[all...]
H A DBQ_2I_D16F32Css_TRC_WRA_01_init.c44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c44 LVM_INT32 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DFO_1I_D16F16Css_TRC_WRA_01_Init.c45 LVM_INT16 temp; local
49 temp=pCoef->A1;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A0;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->B1;
54 pBiquadState->coefs[2]=temp;
H A DFO_1I_D32F32Cll_TRC_WRA_01_Init.c44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
H A DFO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c44 LVM_INT16 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
55 temp=pCoef->Shift;
56 pBiquadState->Shift = temp;
H A DInt32RShiftToInt16_Sat_32x16.c33 LVM_INT32 temp; local
38 temp = *src >> shift;
41 if (temp > 0x00007FFF)
45 else if (temp < -0x00008000)
51 *dst = (LVM_INT16)temp;
H A Dmult3s_16x16.c34 LVM_INT32 temp; local
38 temp = (LVM_INT32)(*src) * (LVM_INT32)val;
41 *dst = (LVM_INT16)(temp >> 15);
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;
H A DMSTo2i_Sat_16x16.c33 LVM_INT32 temp,mVal,sVal; local
45 temp = mVal + sVal;
47 if (temp > 0x00007FFF)
51 else if (temp < -0x00008000)
57 *dst = (LVM_INT16)temp;
61 temp = mVal - sVal;
63 if (temp > 0x00007FFF)
67 else if (temp < -0x00008000)
73 *dst = (LVM_INT16)temp;
H A DMac3s_Sat_32x16.c35 LVM_INT32 srcval,temp, dInVal, dOutVal; local
43 MUL32x16INTO32(srcval,val,temp,15)
46 dOutVal = temp + dInVal;
49 if ((((dOutVal ^ temp) & (dOutVal ^ dInVal)) >> 31)!=0) /* overflow / underflow */
51 if(temp<0)
H A DMult3s_32x16.c35 LVM_INT32 srcval,temp; local
42 MUL32x16INTO32(srcval,val,temp,15)
44 *dst = temp;
H A DShift_Sat_v16xv16.c33 LVM_INT32 temp; local
40 temp = (LVM_INT32)*src;
43 temp = temp << val;
45 if (temp > 0x00007FFF)
49 else if (temp < -0x00008000)
55 *dst = (LVM_INT16)temp;
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dl_extract.cpp164 Word32 temp; local
168 temp = (L_var >> 16);
170 *(pL_var_hi) = (Word16) temp;
171 *(pL_var_lo) = (Word16)((L_var >> 1) - (temp << 15));
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);
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_decode_header.cpp121 uint32 temp; local
136 temp = getUpTo17bits(inputStream, SYNC_WORD_LNGTH);
137 if ((temp & SYNC_WORD) != SYNC_WORD)
147 temp = getNbits(inputStream, 21); // to avoid multiple bitstream accesses
150 switch (temp >> 19) /* 2 */
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info->error_protection = !((temp << 15) >> 31); /* 1 */
173 calculate_crc((temp << 16) >> 16, 16, crc);
176 info->bitrate_index = (temp << 16) >> 28; /* 4 */
177 info->sampling_frequency = (temp << 2
[all...]
/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/base/media/libstagefright/codecs/aacdec/
H A Dget_audio_specific_config.cpp112 temp = CALL getbits(
116 RETURNING (temp)
118 audioObjectType = (temp & 0x1f0) >> 4;
122 pVars->prog_config.sampling_rate_idx = temp & 0xf;
309 UInt temp; local
325 temp = get9_n_lessbits(LEN_OBJ_TYPE + LEN_SAMP_RATE_IDX,
338 audioObjectType = (tMP4AudioObjectType)((temp & 0x1f0) >> 4);
345 pVars->prog_config.sampling_rate_idx = temp & 0xf;
H A Dget_prog_config.cpp156 RETURNING( temp = returnValue )
158 pScratchPCE->front.num_ele = temp;
164 RETURNING( temp = returnValue )
166 pScratchPCE->side.num_ele = temp;
172 RETURNING( temp = returnValue )
174 pScratchPCE->back.num_ele = temp;
180 RETURNING( temp = returnValue )
182 pScratchPCE->lfe.num_ele = temp;
188 RETURNING( temp = returnValue )
190 pScratchPCE->data.num_ele = temp;
460 UInt temp; local
[all...]
H A Dget_pulse_data.cpp138 RETURNING(temp)
140 pPulseInfo->number_pulse = 1 + (temp >> LEN_PULSE_ST_SFB);
141 pPulseInfo->pulse_start_sfb = temp & ((1 << LEN_PULSE_ST_SFB) - 1);
150 RETURNING(temp)
152 *pPulseOffset++ = temp >> LEN_PULSE_PAMP;
153 *pPulseAmp++ = temp & ((1 << LEN_PULSE_PAMP) - 1);
241 UInt temp; local
250 temp =
255 pPulseInfo->number_pulse = (Int)(1 + (temp >> LEN_PULSE_ST_SFB));
256 pPulseInfo->pulse_start_sfb = (Int)(temp
[all...]
H A Dpulse_nc.cpp233 Int temp; local
273 temp = *pCoef;
275 if (temp > 0)
277 temp += *(pPulseAmp++);
278 *pCoef = (Int16)temp;
279 if (temp > *max)
281 *max = temp;
286 temp -= *(pPulseAmp++);
287 *pCoef = (Int16)temp;
288 if (-temp > *ma
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dmult.h133 Word32 temp = 0x7FFF; local
147 : "r"(temp)
151 : "r"(temp)
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
H A Dlsfwt.cpp192 Word16 temp; local
223 temp = wgt_fct - 1843;
225 if (temp > 0)
227 temp = (Word16)(((Word32)temp * 6242) >> 15);
228 wgt_fct = 1843 - temp;
232 temp = (Word16)(((Word32)wgt_fct * 28160) >> 15);
233 wgt_fct = 3427 - temp;

Completed in 330 milliseconds

1234567