HomeSort by relevance Sort by last modified time
    Searched defs:tmp1 (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/aac/libSBRenc/src/
code_env.cpp 428 FIXP_DBL tmp1,tmp2,tmp3,dF_edge_1stEnv; local
450 tmp1 = FL2FXCONST_DBL(0.5f) >> (DFRACT_BITS-16-1);
454 dF_edge_1stEnv = tmp1 + tmp2 + tmp3;
  /external/bluetooth/bluez/sbc/
sbc_primitives.c 451 int32_t tmp0, tmp1; local
460 tmp1 = fabs(sb_sample_f[blk][1][sb]);
463 if (tmp1 != 0)
464 y |= tmp1 - 1;
476 tmp1 = sb_sample_f[blk][1][sb];
477 sb_sample_j[blk][0] = ASR(tmp0, 1) + ASR(tmp1, 1);
478 sb_sample_j[blk][1] = ASR(tmp0, 1) - ASR(tmp1, 1);
480 tmp1 = fabs(tmp1);
483 if (tmp1 != 0
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 98 tmp1 = w4; w4 = w3; \
100 w1 = tmp1; w2 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; local
383 if (set_address(tmp1, sizeof(tmp1), sa1, withports) == NULL ||
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)
388 snprintf(buf, len, "%s-%s", tmp1, tmp2);
  /external/jpeg/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
157 tmp1 = dataptr[1] + dataptr[6];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
222 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
225 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp1 = tmp11 + tmp12;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
324 tmp1 = tmp11 + tmp12;
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
353 outptr[6] = range_limit[IDESCALE(tmp1 - tmp6, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
217 tmp1 = (z2 - z3) << CONST_BITS;
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
229 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
234 z2 = tmp1 + tmp2;
236 z4 = tmp1 + tmp3;
240 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
252 tmp1 += z2 + z4
    [all...]
  /external/libgsm/src/
short_term.c 275 register word sri, tmp1, tmp2; local
284 tmp1 = rrp[i];
286 tmp2 = ( tmp1 == MIN_WORD && tmp2 == MIN_WORD
288 : 0x0FFFF & (( (longword)tmp1 * (longword)tmp2
295 tmp1 = ( tmp1 == MIN_WORD && sri == MIN_WORD
297 : 0x0FFFF & (( (longword)tmp1 * (longword)sri
300 v[i+1] = GSM_ADD( v[i], tmp1);
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 136 double tmp1 = -piX[0]*tmp3; local
152 cvmSet(Jacobian,currMatr*numPoints*2+currProjPoint*2,currMatr*12+8+i,X[i]*tmp1);//x' p3i
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
157 tmp1 = dataptr[1] + dataptr[6];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
222 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
225 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp1 = tmp11 + tmp12;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
324 tmp1 = tmp11 + tmp12;
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
353 outptr[6] = range_limit[IDESCALE(tmp1 - tmp6, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
217 tmp1 = (z2 - z3) << CONST_BITS;
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
229 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
234 z2 = tmp1 + tmp2;
236 z4 = tmp1 + tmp3;
240 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
252 tmp1 += z2 + z4
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 81 EAS_I32 tmp1; local
124 tmp1 = *pMixBuffer;
130 tmp1 += tmp0;
131 *pMixBuffer++ = tmp1;
134 tmp1 = *pMixBuffer;
140 tmp1 += tmp0;
141 *pMixBuffer++ = tmp1;
147 tmp1 = *pMixBuffer;
150 tmp1 += tmp2;
151 *pMixBuffer++ = tmp1;
423 EAS_I32 tmp1; local
567 EAS_I32 tmp1; local
    [all...]
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
synthesis_sub_band.cpp 154 Int16 tmp1; local
267 tmp1 = *(pt_data_1--);
274 *(pt_data_2++) = (-tmp1);
278 tmp1 = *(pt_data_1--);
285 *(pt_data_2++) = (-tmp1);
292 tmp1 = *(pt_data_1--);
299 *(pt_data_2++) = tmp1;
303 tmp1 = *(pt_data_1--);
309 *(pt_data_2++) = tmp1;
355 Int32 tmp1; local
442 Int32 tmp1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 188 int16 tmp1, g_code; local
258 tmp1 = past_qua_en[2];
260 L_tmp += tmp1;
263 tmp1 = past_qua_en[0];
265 L_tmp += tmp1;
268 past_qua_en[1] = tmp1;
360 tmp1 = pbuf[1];
365 pbuf[i - 1] = tmp1;
368 tmp1 = pbuf[i];
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 155 int32 tmp1; local
186 tmp1 = vec[ 1] + vec[14];
193 itmp_e1 = (tmp1 + tmp6);
194 tmp6 = fxp_mul32_Q32((tmp1 - tmp6), Qfmt_31(0.60134488693505F));
211 tmp1 = (tmp3 + tmp4);
216 tmp0 = (tmp7 + tmp1);
217 tmp1 = fxp_mul32_Q32((tmp7 - tmp1), Qfmt_31(0.54119610014620F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0
380 int32 tmp1 = *(pt_vect_2); local
396 int32 tmp1 = *(pt_vect_2); local
    [all...]
pvmp3_framedecoder.cpp 592 int32 tmp1 = *(ptr++); local
596 fillDataBuf(&pVars->mainDataStream, tmp1);
598 tmp1 = *(ptr++);
603 fillDataBuf(&pVars->mainDataStream, tmp1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 54 tmp1 RN 7 label
157 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
160 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
176 LDRB tmp1, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
186 LDRB tmp1, [ptrA, width]
192 PKHBT tmp7, tmp3, tmp1, LSL #16
229 LDR tmp1, [sp, #0xd0] ;// y0
233 ADD tmp1, height, tmp1
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 52 tmp1 RN 6 label
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
109 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
110 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight +
    [all...]
h264bsd_interpolate_chroma_ver.s 53 tmp1 RN 7 label
96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
97 CMP tmp1, width ;// x0+chromaPartWidth > width
104 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
105 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight + 1
106 CMP tmp1, heigh
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 47 tmp1 RN 4 label
315 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
330 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A
346 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A
353 LDR tmp1, [mb]
355 MVN tmp1, tmp1
360 UHSUB8 res, res, tmp1 ;// bilinear interpolation
361 LDR tmp1, [ref], width ;// load next row
372 ;// tmp1 = |t4|t3|t2|t1
    [all...]

Completed in 845 milliseconds

1 2 34 5 6 7