HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
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;
pvmp3_dct_16.cpp 316 int32 temp1; local
322 temp1 = vec[12];
353 vec[24] = temp1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
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
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]
omxVCM4P2_PredictReconCoefIntra_s.s 108 temp1 RN 12 label
152 MOV temp1,absCoeffDC ;// temp1=prediction coeff
153 CMP temp1,#0
154 RSBLT absCoeffDC,temp1,#0 ;//absCoeffDC=abs(temp1)
170 CMP temp1,#0
181 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
185 STRH temp1,[pPredBufCol] ;// store temp1 to pPredBufCo
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
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
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]
  /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/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 51 int temp1, temp2; local
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
67 c1 = temp1 - temp2;
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
71 d1 = temp1 + temp2;
97 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
99 c1 = temp1 - temp2;
101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
103 d1 = temp1 + temp2;
135 temp1 = (ip[1] * sinpi8sqrt2) >> 16
    [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...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 1203 EAS_U32 temp1, temp2; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 121 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); local
150 fQ15vec[i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15
151 gQ15[0][i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15
196 lat_outQ9[n + temp1] = t16a;
244 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); local
278 tmp32 = WEBRTC_SPL_LSHIFT_W32(lat_inQ25[i + temp1], 1); //Q25->Q26
301 lat_outQ0[n + temp1] = ARfQ0vec[n];
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_5.cpp 384 Word16 temp1; local
421 temp1 = lsf_r1_0 - temp;
423 temp1 = ((Word32)wf1_0 * temp1) >> 15;
425 dist1 = ((Word32)temp1 * temp1);
429 temp1 = lsf_r1_1 - temp;
431 temp1 = ((Word32)wf1_1 * temp1) >> 15;
433 dist1 += ((Word32)temp1 * temp1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 72 4. Introduced array temp1[], to pre-calculate the elements
580 Word16 temp1[2*L_CODE]; local
637 p_temp1 = temp1;
668 p_temp1 = temp1;
702 p_temp1 = temp1;
744 p_temp1 = temp1;
778 p_temp1 = temp1;
829 p_temp1 = temp1;
869 p_temp1 = temp1;
926 p_temp1 = temp1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 452 register int32 temp1; local
461 "=&r"(temp1)
486 register int32 temp1; local
501 "=&r"(temp1)
570 register int32 temp1; local
588 "=&r"(temp1)
601 register int32 temp1; local
613 "=&r"(temp1)
me_utils.cpp 223 ULong temp1, temp2; local
232 temp1 = *src; /* top-left corner */
234 temp1 |= (temp1 << 8);
235 temp1 |= (temp1 << 16);
241 *((ULong*)(dst - 16)) = temp1;
242 *((ULong*)(dst - 12)) = temp1;
243 *((ULong*)(dst - 8)) = temp1;
244 *((ULong*)(dst - 4)) = temp1;
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 604 T const temp1 = pow(f.a, g.a); local
606 T const temp3 = temp1 * log(f.a);
608 out.a = temp1;
  /external/jpeg/
transupp.c 74 JCOEF temp1, temp2; local
98 temp1 = *ptr1; /* swap even column */
101 *ptr2++ = temp1;
102 temp1 = *ptr1; /* swap odd column with sign change */
105 *ptr2++ = -temp1;
  /external/opencv/cvaux/src/
cvhmmobs.cpp 127 work_t temp1[MAX_DCT_SIZE * 4]; local
198 temp1[j] = (work_t) t0;
211 s += temp1[k] * tab[k];
265 temp1[j] = (work_t) t0;
279 s += temp1[k] * tab[k];
322 work_t temp1[MAX_DCT_SIZE * 4]; local
395 temp1[j] = (work_t) t0;
408 s += temp1[k] * tab[k];
462 temp1[j] = (work_t) t0;
476 s += temp1[k] * tab[k]
    [all...]
  /external/qemu/distrib/jpeg-6b/
transupp.c 74 JCOEF temp1, temp2; local
98 temp1 = *ptr1; /* swap even column */
101 *ptr2++ = temp1;
102 temp1 = *ptr1; /* swap odd column with sign change */
105 *ptr2++ = -temp1;

Completed in 1522 milliseconds

12 3 4 5