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

1 2 34 5 6 7 8 9

  /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...]
h264bsd_slice_data.c 258 u32 tmp1; local
263 tmp1 = pSlice->disableDeblockingFilterIdc;
267 pMb->disableDeblockingFilterIdc = 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/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/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);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 1293 int m0, m1, m2, m3, tmp1; local
1730 int m0, m1, m2, m3, tmp1; local
    [all...]
  /external/skia/legacy/src/utils/
SkCullPoints.cpp 17 Sk64 tmp0, tmp1; local
20 tmp1.setMul(dx, v.fY);
21 tmp0.sub(tmp1);
  /external/skia/legacy/src/core/
SkPoint.cpp 128 Sk64 tmp1, tmp2, tolSqr; local
130 tmp1.setMul(dx, dx);
132 tmp1.add(tmp2);
141 return tmp1 > tolSqr;
145 Sk64 tmp1, tmp2; local
147 tmp1.setMul(dx, dx);
149 tmp1.add(tmp2);
151 return tmp1.getSqrt();
274 S64 tmp1, tmp2;
275 tmp1.setMul(x,x)
    [all...]

Completed in 1341 milliseconds

1 2 34 5 6 7 8 9