HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 101 - 125 of 287) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
24 "lb %[tmp2], 1(%[left]) \n\t"
41 "replv.qb %[tmp2], %[tmp2] \n\t"
63 "sw %[tmp2], (%[dst]) \n\t"
64 "sw %[tmp2], 4(%[dst]) \n\t"
65 "sw %[tmp2], 8(%[dst]) \n\t"
66 "sw %[tmp2], 12(%[dst]) \n\t"
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp2], 1(%[left]) \n\t"
32 "replv.qb %[tmp2], %[tmp2] \n\t"
43 "sw %[tmp2], (%[dst]) \n\t"
44 "sw %[tmp2], 4(%[dst]) \n\t"
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
  /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 257 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL , *k = NULL, *K = NULL; local
265 (tmp2 = BN_new())== NULL ||
274 if (!BN_mod_mul(tmp2,tmp,k,N,bn_ctx))
276 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx))
281 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
283 if (!BN_mod_exp(K,tmp,tmp2,N,bn_ctx))
289 BN_clear_free(tmp2);
  /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...]
pvmp3_framedecoder.cpp 595 int32 tmp2 = *(ptr++); local
597 fillDataBuf(&pVars->mainDataStream, tmp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 57 tmp2 RN 8 label
114 MOV tmp2, tmp8 ;// tmp2 = chromaPartWidth+1
115 STMIA sp,{width,height,tmp8,chrPH,tmp2}
122 STMIA sp,{width,height,tmp8,chrPH,tmp2}
156 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
158 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
159 ADD count, count, tmp2, LSL #24 ;// loop_y
161 AND tmp2, count, #0x00F00000 ;// loop_x
175 ADD count, count, tmp2, LSL #
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 54 tmp2 RN 7 label
119 ADD tmp2, chrPH, #1 ;// tmp2 = chromaPartHeight+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
130 MLA block, tmp2, tmp1, block;// block + (chromaPW+1)*(chromaPH+1)
140 STR tmp2, [sp, #0xfc] ;// height
162 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
164 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
165 ADD count, count, tmp2, LSL #24 ;// loop_
    [all...]

Completed in 3974 milliseconds

1 2 3 45 6 7 8 91011>>