| /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;
|
| jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]); 131 tmp13 = tmp1 + tmp3; /* phases 5-3 */ 132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */ 136 tmp1 = tmp11 + tmp12; 164 wsptr[DCTSIZE*1] = tmp1 + tmp6; 165 wsptr[DCTSIZE*6] = tmp1 - tmp6; 198 tmp1 = tmp11 + tmp12; 225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3) 227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3 [all...] |
| 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...] |
| 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;
|
| /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
| ph_disp.cpp | 454 Word16 tmp1; 488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2)); 489 if (sub(cbGain, tmp1) > 0) 600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]); 601 inno[i] = add(inno[i], tmp1); 607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]); 608 inno[i] = add(inno[i], tmp1); 671 register Word16 tmp1; local 740 tmp1 = pv_round(L_temp, pOverflow); 742 if (cbGain > tmp1) [all...] |
| /frameworks/av/media/libstagefright/codecs/aacdec/ |
| dct64.cpp | 153 Int32 tmp1; local 158 tmp1 = *(pt_vector); 163 *(pt_vector++) = tmp1 + tmp2; 164 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), tmp3); 165 tmp1 = *(pt_vector); 474 Int32 tmp1; local 481 tmp1 = *(pt_temp_e); 483 *(pt_temp_e--) = tmp1 + tmp2; 484 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), cosx); 485 tmp1 = *(pt_temp_e) 501 Int32 tmp1; local [all...] |
| 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...] |
| analysis_sub_band.cpp | 152 Int32 tmp1 = *(pt_vec_32++); local 156 *(pt_cos++) = (tmp1 - tmp2) >> 1; 158 *(pt_sin++) = (tmp1 + tmp2); 160 tmp1 = *(pt_vec_32++); 164 *(pt_cos++) = (tmp1 - tmp2) >> 1; 166 *(pt_sin++) = (tmp1 + tmp2);
|
| fxp_mul32_arm_v4_gcc.h | 74 Int32 tmp1; local 85 : "=&r*i"(tmp1), 90 return (tmp1); 100 Int32 tmp1; local 110 : "=&r*i"(tmp1), 115 return (tmp1); 123 Int32 tmp1; local 133 : "=&r*i"(tmp1), 138 return (tmp1); 146 Int32 tmp1; local 189 Int32 tmp1; local 213 Int32 tmp1; local [all...] |
| /external/jpeg/ |
| jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]); 131 tmp13 = tmp1 + tmp3; /* phases 5-3 */ 132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */ 136 tmp1 = tmp11 + tmp12; 164 wsptr[DCTSIZE*1] = tmp1 + tmp6; 165 wsptr[DCTSIZE*6] = tmp1 - tmp6; 198 tmp1 = tmp11 + tmp12; 225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3) 227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3 [all...] |
| 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...] |
| 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;
|
| /external/webrtc/src/common_audio/signal_processing/ |
| resample_fractional.c | 153 WebRtc_Word32 tmp1 = 16384; local 158 tmp1 += coef * in1[0]; 162 tmp1 += coef * in1[1]; 166 tmp1 += coef * in1[2]; 170 tmp1 += coef * in1[3]; 174 tmp1 += coef * in1[4]; 178 tmp1 += coef * in1[5]; 182 tmp1 += coef * in1[6]; 186 tmp1 += coef * in1[7]; 190 *out1 = tmp1 + coef * in1[8] [all...] |
| /external/openssl/crypto/ec/ |
| ecp_oct.c | 74 BIGNUM *tmp1, *tmp2, *x, *y; local 90 tmp1 = BN_CTX_get(ctx); 101 /* tmp1 := x^3 */ 107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err; 112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err; 115 /* tmp1 := tmp1 + a*x */ 120 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err; 135 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err [all...] |
| /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_ver_half.s | 44 tmp1 RN 4 label 143 AND tmp1, count, #0x000000FF ;// partWidth 147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte 150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1| 165 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A 181 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A 188 LDR tmp1, [ref], width 200 ;// tmp1 = |t4|t3|t2|t1| 210 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A+T 226 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A+ [all...] |
| h264bsd_interpolate_ver_quarter.s | 43 tmp1 RN 4 label 144 AND tmp1, count, #0x0000FF00 ;// partWidth 148 ADD count, count, tmp1, LSL #16 ;// partWidth-1 to top byte 151 LDR tmp1, [ref], width ;// |a4|a3|a2|a1| 166 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A 182 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A 189 MOVS tmp1, count, LSL #31 ;// update flags (verOffset) 191 MVNEQ tmp1, tmp3 ;// select verOffset=0 192 MVNNE tmp1, tmp4 ;// select verOffset=1 197 UHSUB8 res, res, tmp1 ;// bilinear interpolatio [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_9.cpp | 127 int32 tmp1 = vec[7] + vec[1]; local 134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]); 135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]); 136 vec[2] = (tmp1 >> 1) - vec[4];
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
| h264bsd_deblocking.c | 333 i32 tmp1, tmp2; local 336 tmp1 = mb1->totalCoeff[ind1]; 343 if (tmp1 || tmp2) 368 i32 tmp1, tmp2, tmp3, tmp4; local 370 tmp1 = mb1->mv[ind1].hor; 375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) || 427 u32 tmp1, tmp2, tmp3, tmp4; local 429 tmp1 = mb1->totalCoeff[0]; 433 if (tmp1 || tmp2) 443 tmp1 = mb1->totalCoeff[4] 494 u32 tmp1, tmp2, tmp3, tmp4; local 1891 u32 tmp1, tmp2, isIntraMb; local [all...] |
| /external/ipsec-tools/src/racoon/ |
| isakmp_unity.c | 273 char tmp1[40]; local 293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 295 plog(LLV_DEBUG, LOCATION, NULL, "splitnet: %s/%s\n", tmp1, tmp2); 361 char tmp1[40]; local 371 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 373 len += strlen(tmp1); 390 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 393 len += sprintf(str+len, "%s/%s ", tmp1, tmp2);
|
| /frameworks/av/media/libstagefright/colorconversion/ |
| ColorConverter.cpp | 165 signed tmp1 = y1 * 298; local 166 signed b1 = (tmp1 + u_b) / 256; 167 signed g1 = (tmp1 + v_g + u_g) / 256; 168 signed r1 = (tmp1 + v_r) / 256; 253 signed tmp1 = y1 * 298; local 254 signed b1 = (tmp1 + u_b) / 256; 255 signed g1 = (tmp1 + v_g + u_g) / 256; 256 signed r1 = (tmp1 + v_r) / 256; 326 signed tmp1 = y1 * 298; local 327 signed b1 = (tmp1 + u_b) / 256 400 signed tmp1 = y1 * 298; local 470 signed tmp1 = y1 * 298; local [all...] |
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_filter_gnu.s | 50 tmp1 .req r9
label 96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_filter_gnu.s | 50 tmp1 .req r9
label 96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
|
| /external/openssl/crypto/bn/asm/ |
| sparcv9-mont.pl | 65 $tmp1="%g5"; 130 mulx $npj,$mul1,$tmp1 142 mov $tmp1,$acc1 149 mulx $npj,$mul1,$tmp1 160 add $tmp1,$car1,$car1 179 ld [$tp],$tmp1 ! tp[0] 185 add $tmp1,$car0,$car0 202 mulx $npj,$mul1,$tmp1 216 mov $tmp1,$acc1 223 mulx $npj,$mul1,$tmp1 [all...] |