HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /external/jpeg/
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2 - tmp5), 3
    [all...]
  /external/openssh/
monitor_mm.c 64 struct mm_share *tmp, *tmp2; local
73 tmp2 = RB_INSERT(mmtree, head, tmp);
74 if (tmp2 != NULL)
76 mm, tmp2, address, (u_long)size);
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
75 tmp2 = dataptr[2] + dataptr[5];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
125 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2 - tmp5), 3
    [all...]
  /external/speex/libspeex/
quant_lsp.c 74 spx_word16_t tmp1, tmp2; local
82 tmp2 = LSP_PI-qlsp[i];
84 tmp2 = qlsp[i+1]-qlsp[i];
85 if (tmp2<tmp1)
86 tmp1 = tmp2;
335 tmp2 = 10/(qlsp[i+1]-qlsp[i]);
336 quant_weight[i] = tmp1 > tmp2 ? tmp1 : tmp2;
  /external/webkit/Source/WebKit/chromium/tests/
PODIntervalTreeTest.cpp 104 int tmp2 = 2; local
107 IntervalType interval2(1, 3, &tmp2);
  /external/webrtc/src/common_audio/signal_processing/
resample.c 317 WebRtc_Word32 tmp2 = 16384; local
322 tmp2 += coef * in2[-0];
326 tmp2 += coef * in2[-1];
330 tmp2 += coef * in2[-2];
334 tmp2 += coef * in2[-3];
338 tmp2 += coef * in2[-4];
342 tmp2 += coef * in2[-5];
346 tmp2 += coef * in2[-6];
350 tmp2 += coef * in2[-7];
354 *out2 = tmp2 + coef * in2[-8]
363 WebRtc_Word32 tmp2 = 16384; local
    [all...]
resample_by_2.c 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
92 diff = tmp2 - state3;
94 state2 = tmp2;
102 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
104 diff = tmp2 - state7;
106 state6 = tmp2;
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
149 diff = tmp2 - state3
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 171 WebRtc_Word32 tmp1, tmp2, tmp3; local
173 tmp2 = (WebRtc_Word32)tempin_ch2[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
228 tmp2 = (WebRtc_Word32)tempin_ch2[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*/
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 350 Word32 tmp, tmp2; local
353 tmp2 = -x;
354 iPart = tmp2 / y;
355 fPart = tmp2 - iPart*y;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
lagconceal.cpp 149 int16 i, tmp, tmp2; local
254 tmp2 = *T0 - lastLag;
260 else if ((lastGain > 8192) && (secLastGain > 8192) && ((tmp2 + 10) > 0 && tmp2 < 10))
oversamp_12k8_to_16k.cpp 284 int16 tmp1, tmp2, tmp3, tmp4; local
289 tmp2 = *(pt_x++);
293 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum);
297 tmp2 = *(pt_x++);
301 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum);
305 tmp2 = *(pt_x++);
309 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum);
313 tmp2 = *(pt_x++);
317 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum);
321 tmp2 = *(pt_x++)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 129 int32 tmp2 = vec[6] + vec[2]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
142 vec[2] = fxp_mac32_Q32(vec[2], tmp2 << 1, cos_5pi_9);
143 vec[4] = fxp_mac32_Q32(vec[4], tmp2 << 1, cos_8pi_9);
144 vec[8] = fxp_mac32_Q32(vec[8], tmp2 << 1, cos_2pi_9);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 56 tmp2 RN 8 label
103 ADD tmp2, y0, partH ;// (y0+partHeight)
105 CMP tmp2, height
133 MLA tmp2, width, y0, x0 ;// y0*width+x0
134 ADD ref, ref, tmp2 ;// ref += y0*width+x0
147 ADD tmp2, partH, partW, LSL #4
148 ADD count, count, tmp2, LSL #16
170 SMLATB tmp2, x_2_0, mult_20_m5, plus16
175 SMLAD tmp2, x_3_1, mult_20_01, tmp2
    [all...]
h264bsd_interpolate_hor_quarter.s 56 tmp2 RN 8 label
105 ADD tmp2, y0, partH ;// (y0+partHeight)
107 CMP tmp2, height
135 MLA tmp2, width, y0, x0 ;// y0*width+x0
136 ADD ref, ref, tmp2 ;// ref += y0*width+x0
149 ADD tmp2, partH, partW, LSL #4
150 ADD count, count, tmp2, LSL #16
172 SMLATB tmp2, x_2_0, mult_20_m5, plus16
177 SMLAD tmp2, x_3_1, mult_20_01, tmp2
    [all...]
h264bsd_interpolate_ver_half.s 46 tmp2 RN 5 label
151 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
160 UXTB16 tmpb, tmp2 ;// |c3|c1|
178 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
195 ;// tmp2 = |a4|a3|a2|a1|
209 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
225 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
232 LDR tmp2, [ref], width
244 ;// tmp2 = |t4|t3|t2|t1|
254 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A+
    [all...]
h264bsd_interpolate_ver_quarter.s 45 tmp2 RN 5 label
140 LDR tmp2, [sp, #0x228] ;// verOffset
141 ADD count, count, tmp2 ;// |xx|partH-1|partW-1|verOffset|
152 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
161 UXTB16 tmpb, tmp2 ;// |c3|c1|
179 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
204 ;// tmp2 = |a4|a3|a2|a1|
218 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
234 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
242 MVNEQ tmp2, tmp4 ;// select verOffset=
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 29 tmp2 RN 2 label
71 ASR tmp2,center,#2
72 CMP tmp2,#9
73 ADDCC pc,pc,tmp2,LSL #2
85 ; LDR tmp2, [ref], #4
87 ; STR tmp2, [fill], #4
89 ; LDR tmp2, [ref], #4
91 ; STR tmp2, [fill], #4
93 ; LDR tmp2, [ref], #4
95 ; STR tmp2, [fill],#
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 29 #define tmp2 r2 define
62 ASR tmp2,center,#2
63 CMP tmp2,#9
64 ADDCC pc,pc,tmp2,LSL #2
85 LDR tmp2, [ref], #4
87 STR tmp2, [fill],#4
97 LDR tmp2, [ref], #4
99 STR tmp2, [fill],#4
109 LDR tmp2, [ref], #4
111 STR tmp2, [fill],#
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 89 u32 tmp1, tmp2; local
114 tmp2 = *ptr++;
116 *lum++ = tmp2;
118 tmp2 = *ptr++;
120 *lum++ = tmp2;
128 tmp2 = *ptr++;
130 *cb++ = tmp2;
137 tmp2 = *ptr++;
139 *cr++ = tmp2;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
123 data[1] = (d1 * tmp2);
124 data[14] = (d2 * tmp2);
130 data[4] = (d1 * tmp2);
137 tmp0 = (d1 * tmp2);
139 data[3] = (d3 * tmp2);
143 data[6] = (d1 * tmp2);
145 data[12] = (d3 * tmp2);
153 data[11] = (d3 * tmp2);
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 95 tmp2 = vars.vect3; local
111 v3.subtract(center, tmp2);
115 tmp2.subtract(tmp1, e1); // tri edge 1
116 tmp0.subtract(tmp2, e2); // tri edge 2
130 p2 = e0.z * tmp2.y - e0.y * tmp2.z;
141 p2 = -e0.z * tmp2.x + e0.x * tmp2.z;
152 p2 = e0.y * tmp2.x - e0.x * tmp2.y
    [all...]
  /external/aac/libFDK/src/
dct.cpp 170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local
172 tmp2 = *tmp++;
177 *pDat++ = tmp2;
427 FIXP_DBL tmp1, tmp2; local
429 cplxMultDiv2(&tmp2, &tmp1, pDat[0], pDat[1], tab);
432 pDat[1] = tmp2;
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 491 int tmp2 = FDKreadBits(bs,6); local
492 tmp = 32 + tmp2;
  /external/aac/libSBRenc/src/
code_env.cpp 428 FIXP_DBL tmp1,tmp2,tmp3,dF_edge_1stEnv; local
451 tmp2 = h_sbrCodeEnvelope->dF_edge_1stEnv >> (DFRACT_BITS-16);
454 dF_edge_1stEnv = tmp1 + tmp2 + tmp3;

Completed in 1017 milliseconds

1 23 4 5 6 7 8 910