HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 222 register Word16 temp1; local
231 temp1 = ~(~(*(lsf_old + i)) >> 2);
235 temp1 = *(lsf_old + i) >> 2;
245 *(lsf_out + i) = add((Word16)(*(lsf_old + i) - temp1),
257 temp1 = ~(~(*(lsf_old + i)) >> 1);
261 temp1 = *(lsf_old + i) >> 1;
272 temp1,
284 temp1 = ~(~(*(lsf_old + i)) >> 2);
288 temp1 = *(lsf_old + i) >> 2;
298 *(lsf_out + i) = add((Word16)temp1,
    [all...]
dec_gain.cpp 200 Word16 temp1; local
241 temp1 = (Word16) L_deposit_l(g_code);
242 Log2(temp1, &exp, &frac, pOverflow);
245 temp1 = shr_r(frac, 5, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
289 temp1 = sub(10, exp, pOverflow);
290 L_tmp = L_shr(L_tmp, temp1, pOverflow);
pstfilt.cpp 329 Word16 temp1, temp2;
376 temp1 = extract_h (L_tmp);
392 temp2 = div_s (temp2, temp1);
455 Word16 temp1; local
518 temp1 = (Word16)(L_tmp >> 16);
556 temp2 = div_s(temp2, temp1);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
From2iToMS_16x16.c 33 LVM_INT32 temp1,left,right; local
44 temp1 = (left+right)>>1;
45 *dstM = (LVM_INT16)temp1;
49 temp1 = (left-right)>>1;
50 *dstS = (LVM_INT16)temp1;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 56 Word32 temp1,temp2,num; local
59 temp1 = *x++;
60 *y++ = temp1;
63 temp1 = *x++;
66 *y++ = temp1;
68 temp1 = *x++;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
35 temp1 = (int32 *)comp;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
46 temp1 = (int32 *)comp;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/quake/quake/src/WinQuake/
vregset.cpp 45 int port, temp0, temp1, temp2; local
62 temp1 = *pregset++;
65 temp2 |= temp1;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 264 Word16 temp1; local
273 temp1 = sub(T0, 85, pOverflow);
274 if (temp1 <= 0)
307 temp1 = sub(tmp_lag, T0_min, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow);
311 temp1 = sub(T0_max, tmp_lag, pOverflow);
312 temp2 = sub(temp1, 4, pOverflow);
316 temp1 = add(T0, T0, pOverflow);
317 temp2 = add(temp1, T0, pOverflow);
321 temp1 = add(i, i, pOverflow)
    [all...]
inter_36.cpp 208 Word16 temp1; local
227 temp1 = UP_SAMP_MAX - frac;
228 pC2 = &inter_6[temp1];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 84 register int32 temp1; local
93 "=&r"(temp1)
104 register int32 temp1; local
113 "=&r"(temp1)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 137 int32 temp1 = pt_1[ 0]; local
142 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 0]);
144 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 1]);
151 temp1 = pt_1[ SUBBANDS_NUMBER* 2];
156 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 4]);
158 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 5]);
165 temp1 = pt_1[ SUBBANDS_NUMBER* 4 ];
170 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 8]);
172 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 9]);
179 temp1 = pt_1[ SUBBANDS_NUMBER*6 ]
212 int32 temp1 = pt_synth[ 0 ]; local
    [all...]
pvmp3_equalizer.cpp 341 int32 temp1 = (pt_work_buff[ i ]); local
345 *(inData++) = temp1;
356 int32 temp1 = (pt_work_buff[ i ]); local
360 *(inData++) = temp1;
381 int32 temp1 = (pt_work_buff[ i ]); local
385 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
398 int32 temp1 = (pt_work_buff[ i ]); local
402 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
pvmp3_imdct_synth.cpp 321 int32 temp1 = out[slot ]; local
324 out[slot ] = -temp1;
342 int32 temp1 = history[slot ]; local
345 out[slot ] = temp1;
349 temp1 = history[slot+3];
352 out[slot+3] = -temp1;
361 int32 temp1 = history[slot ]; local
364 out[slot ] = temp1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 104 temp1 RN 5 label
178 M_BD_READ8 temp1,1,T1
179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 104 temp1 RN 5 label
178 M_BD_READ8 temp1,1,T1
179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
CombinerHeightMap.java 241 float[] temp1 = map1.getHeightMap(); local
249 (int) (temp1[i + (j * size)] * factor1
257 (int) (temp1[i + (j * size)] * factor1
  /external/libvpx/vp8/common/
idctllm.c 35 int temp1, temp2; local
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
45 c1 = temp1 - temp2;
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
49 d1 = temp1 + temp2;
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
71 c1 = temp1 - temp2;
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
75 d1 = temp1 + temp2;
  /external/libvpx/vp8/common/mips/
idct_mips.c 36 int temp1, temp2, temp3, temp4; local
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
47 c1 = temp1 - temp2;
49 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
51 d1 = temp1 + temp2;
77 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
79 c1 = temp1 - temp2;
81 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
83 d1 = temp1 + temp2;
115 temp1 = (ip[1] * sinpi8sqrt2) >> 16
    [all...]
  /bionic/libc/bionic/
md5.c 190 u_int32_t temp1, temp2; local
192 temp1 = cshift(t, 16);
193 temp2 = temp1 >> 8;
194 temp1 &= 0x00ff00ff;
196 temp1 <<= 8;
197 return temp1 | temp2;
  /external/libgsm/src/
rpe.c 126 /* register word temp1; */
143 * temp1 = SASR( x[m + 3*i], 2 );
145 * assert(temp1 != MIN_WORD);
147 * L_temp = GSM_L_MULT( temp1, temp1 );
267 word xmax, xmaxc, temp, temp1, temp2; local
326 temp1 = 6 - exp; /* normalization by the exponent */
331 assert(temp1 >= 0 && temp1 < 16);
333 temp = xM[i] << temp1;
361 word temp, temp1, temp2, temp3; local
    [all...]
short_term.c 27 register word temp1 /* , temp2 */; local
42 * temp1 = GSM_ADD( *LARc, *MIC ) << 10;
44 * temp1 = GSM_SUB( temp1, temp2 );
48 * temp1 = GSM_MULT_R( *INVA, temp1 );
49 * *LARpp = GSM_ADD( temp1, temp1 );
55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \
56 temp1 = GSM_SUB( temp1, B << 1 );
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 1194 EAS_U32 temp1, temp2; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 1194 EAS_U32 temp1, temp2; local
    [all...]

Completed in 390 milliseconds

1 2 3 4