HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 101 - 125 of 293) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/silk/float/
prefilter_FLP.c 61 silk_float acc, tmp1, tmp2; local
71 tmp1 = state[ 1 ] + lambda * ( state[ 2 ] - tmp2 );
77 tmp2 = state[ i ] + lambda * ( state[ i + 1 ] - tmp1 );
78 state[ i ] = tmp1;
79 acc += coef[ i - 1 ] * tmp1;
81 tmp1 = state[ i + 1 ] + lambda * ( state[ i + 2 ] - tmp2 );
85 state[ order ] = tmp1;
86 acc += coef[ order - 1 ] * tmp1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
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/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/jpeg/
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;
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ \
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
158 row0 = _mm_add_epi32(row0, tmp1); /*y3=a3+b3,y2=a2+b2,y1=a1+b1,y0=a0+b0*/
    [all...]
  /external/qemu/distrib/jpeg-6b/
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;
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \
132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ \
147 tmp1 = _mm_add_epi32(tmp1, * ( __m128i*)M128_round_inv_row); \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
158 row0 = _mm_add_epi32(row0, tmp1); /*y3=a3+b3,y2=a2+b2,y1=a1+b1,y0=a0+b0*/
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 198 GGLfixed result,tmp,tmp1,tmp2; local
214 "addu %[tmp1],%[tmp],%[res] \t\n"
215 "sltu %[tmp1],%[tmp1],%[tmp]\t\n" /*obit*/
219 "addu %[res],%[res],%[tmp1]\t\n"
220 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1)
230 "addu %[tmp1],%[tmp],%[res] \t\n"
231 "sltu %[tmp1],%[tmp1],%[tmp] \t\n" /*obit?*
294 GGLfixed result,t,tmp1,tmp2; local
366 GGLfixed result,t,tmp1,tmp2; 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/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);
362 char tmp1[40]; local
372 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
374 len += strlen(tmp1);
391 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
400 len += sprintf(str+len, "%s/%d ", tmp1, cidrmask);
402 len += sprintf(str+len, "%s/%s ", tmp1, tmp2);
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
22 "lb %[tmp1], (%[left]) \n\t"
31 "replv.qb %[tmp1], %[tmp1] \n\t"
40 "sw %[tmp1], (%[dst]) \n\t"
41 "sw %[tmp1], 4(%[dst]) \n\t"
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 201 opus_int32 tmp1, tmp2, sLF_AR_shp_Q14; local
256 tmp1 = NSQ->sAR2_Q14[ 0 ];
262 NSQ->sAR2_Q14[ j - 1 ] = tmp1;
263 n_AR_Q12 = silk_SMLAWB( n_AR_Q12, tmp1, AR_shp_Q13[ j - 1 ] );
264 tmp1 = NSQ->sAR2_Q14[ j + 0 ];
268 NSQ->sAR2_Q14[ shapingLPCOrder - 1 ] = tmp1;
269 n_AR_Q12 = silk_SMLAWB( n_AR_Q12, tmp1, AR_shp_Q13[ shapingLPCOrder - 1 ] );
280 tmp1 = silk_SUB32( silk_LSHIFT32( LPC_pred_Q10, 2 ), n_AR_Q12 ); /* Q12 */
281 tmp1 = silk_SUB32( tmp1, n_LF_Q12 ); /* Q12 *
    [all...]
  /external/chromium_org/third_party/openssl/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...]
  /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...]
  /external/aac/libAACdec/src/
ldfiltbank.cpp 134 FIXP_DBL z0, z2, tmp0, tmp1; local
142 tmp1 = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
  /external/aac/libFDK/include/
fft.h 126 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
137 tmp1 = a20 - x[5]; /* Im A - Im B */
147 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
148 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
  /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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 171 WebRtc_Word32 tmp1, tmp2, tmp3; local
172 tmp1 = (WebRtc_Word32)tempin_ch1[k]; // Q0 -> Q0
174 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 + tmp2), 1);/* low pass signal*/
176 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 - tmp2), 1);/* high pass signal*/
226 WebRtc_Word32 tmp1, tmp2, tmp3; local
227 tmp1 = (WebRtc_Word32)tempin_ch1[k]; // Q0 -> Q0
229 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 + tmp2), 1);/* low pass signal*/
231 tmp3 = (WebRtc_Word32)WEBRTC_SPL_RSHIFT_W32((tmp1 - tmp2), 1);/* high pass signal*/
  /external/pixman/pixman/
pixman-vmx.c 150 tmp1 = (typeof(tmp1))vec_ld (0, source); \
154 vec_perm (tmp1, tmp2, source ## _mask); \
160 tmp1 = (typeof(tmp1))vec_ld (0, source); \
164 vec_perm (tmp1, tmp2, source ## _mask); \
166 tmp1 = (typeof(tmp1))vec_ld (0, mask); \
171 vec_perm (tmp1, tmp2, mask ## _mask);
181 tmp1 = vec_perm (edges, (vector unsigned char)v ## dest, store_mask);
192 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
231 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
287 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
325 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
380 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
416 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
469 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
506 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
560 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
597 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
650 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
688 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
742 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
782 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
841 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
881 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
940 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
980 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1039 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1075 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1131 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1171 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1215 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1258 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1300 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1343 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1387 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1431 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1482 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1530 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1578 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
    [all...]
  /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/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DXTFlipper.java 132 byte tmp1 = block[1];
139 block[3] = tmp1;
147 block[7] = tmp1;
151 tmp1 = block[3];
159 block[5] = tmp1;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 285 Word16 tmp1; /* temporal storage */ local
306 tmp1 = res[i]; /* avoid multiple accesses to memory */
309 s1 = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s1); /* Compute residual energy */
316 tmp2 = sub(tmp1, pv_round(L_temp, pOverflow), pOverflow);

Completed in 1080 milliseconds

1 2 3 45 6 7 8 91011>>