HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 151 - 175 of 372) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 88 LLVMValueRef sel, tmp, tmp2; local
94 tmp2 = LLVMBuildLShr(builder, tmp, lp_build_const_int_vec(gallivm, type, 16), "");
96 *y = lp_build_select(&bld32, sel, tmp, tmp2);
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 137 double tmp2 = -piX[1]*tmp3; local
156 cvmSet(Jacobian,currMatr*numPoints*2+currProjPoint*2+1,currMatr*12+8+i,X[i]*tmp2);//y' p3i
  /external/openssl/crypto/srp/
srp_lib.c 261 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL , *k = NULL, *K = NULL; local
269 (tmp2 = BN_new())== NULL ||
278 if (!BN_mod_mul(tmp2,tmp,k,N,bn_ctx))
280 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx))
285 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
287 if (!BN_mod_exp(K,tmp,tmp2,N,bn_ctx))
293 BN_clear_free(tmp2);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctfst.c 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
132 tmp2 = dataptr[2] + dataptr[5];
141 tmp11 = tmp1 + tmp2;
142 tmp12 = tmp1 - tmp2;
182 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
191 tmp11 = tmp1 + tmp2;
192 tmp12 = tmp1 - tmp2;
fpdfapi_jfdctint.c 143 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
160 tmp2 = dataptr[2] + dataptr[5];
171 tmp11 = tmp1 + tmp2;
172 tmp12 = tmp1 - tmp2;
225 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
236 tmp11 = tmp1 + tmp2;
237 tmp12 = tmp1 - tmp2;
fpdfapi_jidctfst.c 173 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
227 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
230 tmp10 = tmp0 + tmp2; /* phase 3 */
231 tmp11 = tmp0 - tmp2;
239 tmp2 = tmp11 - tmp12;
268 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
269 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
326 tmp2 = tmp11 - tmp12;
356 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
358 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3)
    [all...]
fpdfapi_jidctint.c 153 INT32 tmp0, tmp1, tmp2, tmp3; local
211 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
222 tmp11 = tmp1 + tmp2;
223 tmp12 = tmp1 - tmp2;
231 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
235 z2 = tmp1 + tmp2;
236 z3 = tmp0 + tmp2;
242 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
254 tmp2 += z2 + z3;
    [all...]
fpdfapi_jidctred.c 123 INT32 tmp0, tmp2, tmp10, tmp12; local
165 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
167 tmp10 = tmp0 + tmp2;
168 tmp12 = tmp0 - tmp2;
182 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
189 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
190 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
223 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
226 tmp10 = tmp0 + tmp2;
227 tmp12 = tmp0 - tmp2;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
131 tmp2 = dataptr[2] + dataptr[5];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
181 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
238 tmp2 = tmp11 - tmp12;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
325 tmp2 = tmp11 - tmp12;
355 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
357 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
230 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
234 z2 = tmp1 + tmp2;
235 z3 = tmp0 + tmp2;
241 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
253 tmp2 += z2 + z3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 82 EAS_I32 tmp2; local
112 tmp2 = gain >> 16;
115 tmp2 *= tmp0;
121 tmp2 = tmp2 >> 14;
127 tmp0 = tmp2 * gainLeft;
137 tmp0 = tmp2 * gainRight;
149 tmp2 = tmp2 >> (NUM_MIXER_GUARD_BITS - 1);
150 tmp1 += tmp2;
568 EAS_I32 tmp2; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 82 EAS_I32 tmp2; local
112 tmp2 = gain >> 16;
115 tmp2 *= tmp0;
121 tmp2 = tmp2 >> 14;
127 tmp0 = tmp2 * gainLeft;
137 tmp0 = tmp2 * gainRight;
149 tmp2 = tmp2 >> (NUM_MIXER_GUARD_BITS - 1);
150 tmp1 += tmp2;
568 EAS_I32 tmp2; local
    [all...]
  /external/speex/libspeex/
cb_search.c 452 spx_word16_t **tmp2; local
453 tmp2=ot;
455 nt=tmp2;
  /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/amrwb/src/
dec_gain2_amr_wb.cpp 189 int16 tmp2; local
361 tmp2 = pbuf2[1];
366 pbuf2[i - 1] = tmp2;
369 tmp2 = pbuf2[i];
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 97 int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
115 tmp2 = (cur_word >> 24) & 0xFF;
116 sad = SUB_SAD(sad, tmp, tmp2);
118 tmp2 = (cur_word >> 16) & 0xFF;
119 sad = SUB_SAD(sad, tmp, tmp2);
121 tmp2 = (cur_word >> 8) & 0xFF;
122 sad = SUB_SAD(sad, tmp, tmp2);
125 tmp2 = (cur_word & 0xFF);
126 sad = SUB_SAD(sad, tmp, tmp2);
130 tmp2 = (cur_word >> 24) & 0xFF
201 int tmp, tmp2; local
    [all...]
sad_halfpel.cpp 189 int difmad, tmp, tmp2; local
213 tmp2 = p1[13] + p2[13];
214 tmp += tmp2;
215 tmp2 = (cur_word >> 24) & 0xFF;
217 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
219 tmp2 = p1[9] + p2[9];
220 tmp += tmp2;
221 tmp2 = (cur_word >> 16) & 0xFF;
223 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
225 tmp2 = p1[5] + p2[5]
271 int difmad, tmp, tmp2; local
352 int difmad, tmp, tmp2; local
427 int sad = 0, tmp, tmp2; local
495 int sad = 0, tmp, tmp2; local
561 int sad = 0, tmp, tmp2; local
    [all...]
sad_inline.h 30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
32 tmp = tmp - tmp2;
174 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
178 rsbs tmp, tmp, tmp2 ; local
343 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
350 : "r"(tmp2)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 47 Int tmp, tmp2; local
60 tmp2 = *((Int*) pred); /* prediction 4 pixels */
61 k0 = tmp2 & 0xFF;
64 k1 = (tmp2 >> 8) & 0xFF;
67 k2 = (tmp2 >> 16) & 0xFF;
70 k3 = (tmp2 >> 24) & 0xFF;
74 tmp2 = *((Int*)(pred + 4));
75 k4 = tmp2 & 0xFF;
78 k5 = (tmp2 >> 8) & 0xFF;
81 k6 = (tmp2 >> 16) & 0xFF
275 Int tmp, tmp2; local
481 Int tmp, tmp2; local
    [all...]
me_utils.cpp 318 Int tmp, tmp2, mask = 0x00FF00FF; local
326 tmp2 = tmp & mask;
328 tmp += tmp2;
331 tmp2 = tmp & mask;
333 tmp += tmp2;
336 tmp2 = tmp & mask;
338 tmp += tmp2;
342 tmp2 = tmp & mask;
344 tmp += tmp2;
348 tmp2 = tmp & mask
    [all...]
sad.cpp 113 Int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
128 tmp2 = (cur_word >> 24) & 0xFF;
129 sad = SUB_SAD(sad, tmp, tmp2);
131 tmp2 = (cur_word >> 16) & 0xFF;
132 sad = SUB_SAD(sad, tmp, tmp2);
134 tmp2 = (cur_word >> 8) & 0xFF;
135 sad = SUB_SAD(sad, tmp, tmp2);
138 tmp2 = (cur_word & 0xFF);
139 sad = SUB_SAD(sad, tmp, tmp2);
143 tmp2 = (cur_word >> 24) & 0xFF
214 Int tmp, tmp2; local
321 Int tmp, tmp2, tmp3, mask = 0xFF; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 156 int32 tmp2; local
199 tmp2 = vec[ 2] + vec[13];
203 itmp_e2 = (tmp2 + tmp5);
204 tmp5 = fxp_mul32_Q32((tmp2 - tmp5), Qfmt_31(0.89997622313642F));
274 tmp2 = fxp_mul32_Q32((tmp1 - tmp0) << 1, Qfmt_31(0.54119610014620F));
292 tmp6 = fxp_mul32_Q32((tmp2 - tmp5) << 1, Qfmt_31(0.70710678118655F));
293 tmp2 += tmp5 + tmp6;
294 tmp0 += tmp2;
298 tmp2 += tmp4;
299 vec[ 5] = tmp2 + vec[ 5]
379 int32 tmp2 = *(pt_vect); local
395 int32 tmp2 = *(pt_vect); local
    [all...]

Completed in 698 milliseconds

1 2 3 4 5 67 8 91011>>