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

1 23 4 5 6 7

  /external/jpeg/
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /external/speex/libspeex/
quant_lsp.c 74 spx_word16_t tmp1, tmp2; local
78 tmp1 = qlsp[i];
80 tmp1 = qlsp[i]-qlsp[i-1];
85 if (tmp2<tmp1)
86 tmp1 = tmp2;
88 quant_weight[i] = DIV32_16(81920,ADD16(300,tmp1));
90 quant_weight[i] = 10/(.04+tmp1);
334 tmp1 = 10/(qlsp[i]-qlsp[i-1]);
336 quant_weight[i] = tmp1 > tmp2 ? tmp1 : tmp2
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PODIntervalTreeTest.cpp 103 int tmp1 = 1; local
106 IntervalType interval1(1, 3, &tmp1);
  /external/webrtc/src/common_audio/signal_processing/
resample.c 316 WebRtc_Word32 tmp1 = 16384; local
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8]
362 WebRtc_Word32 tmp1 = 16384; local
    [all...]
resample_by_2.c 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
87 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0);
89 diff = tmp1 - state2;
91 state1 = tmp1;
99 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
101 diff = tmp1 - state6;
103 state5 = tmp1;
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
144 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0);
146 diff = tmp1 - state2
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
analysis_sub_band.cpp 152 Int32 tmp1 = *(pt_vec_32++); local
156 *(pt_cos++) = (tmp1 - tmp2) >> 1;
158 *(pt_sin++) = (tmp1 + tmp2);
160 tmp1 = *(pt_vec_32++);
164 *(pt_cos++) = (tmp1 - tmp2) >> 1;
166 *(pt_sin++) = (tmp1 + tmp2);
calc_sbr_synfilterbank.cpp 253 Int16 tmp1; local
272 tmp1 = V[ 704];
274 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(0.853738560F), ROUND_SYNFIL);
276 tmp1 = -V[ 512];
278 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(-0.361158990F), realAccu1);
280 tmp1 = V[ 448];
282 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(0.070353307F), realAccu1);
284 tmp1 = -V[ 256];
286 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(-0.013271822F), realAccu1);
290 tmp1 = V[ 32]
459 Int16 tmp1; local
    [all...]
dct16.cpp 107 Int32 tmp1; local
139 tmp1 = vec[ 1] + vec[14];
143 itmp_e1 = (tmp1 + tmp6);
144 tmp6 = fxp_mul32_by_16((tmp1 - tmp6), Qfmt15(0.60134488693505F));
159 tmp1 = (tmp3 + tmp4);
164 tmp0 = (itmp_e0 + tmp1);
165 tmp1 = fxp_mul32_by_16((itmp_e0 - tmp1), Qfmt15(0.54119610014620F));
173 vec[12] = fxp_mul32_by_16((tmp1 - tmp3) << 1, Qfmt15(0.70710678118655F));
174 vec[ 4] = tmp1 + tmp3
    [all...]
dct64.cpp 153 Int32 tmp1; local
158 tmp1 = *(pt_vector);
163 *(pt_vector++) = tmp1 + tmp2;
164 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), tmp3);
165 tmp1 = *(pt_vector);
474 Int32 tmp1; local
481 tmp1 = *(pt_temp_e);
483 *(pt_temp_e--) = tmp1 + tmp2;
484 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), cosx);
485 tmp1 = *(pt_temp_e)
501 Int32 tmp1; local
    [all...]
ps_decorrelate.cpp 234 Int32 tmp1, tmp2; local
248 tmp1 = aLeftReal[sb];
254 *pt_rTmp = tmp1;
320 Int32 tmp1, tmp2; local
337 tmp1 = aLeftReal[sb];
339 *pt_rTmp = tmp1;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 454 Word16 tmp1;
488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2));
489 if (sub(cbGain, tmp1) > 0)
600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
601 inno[i] = add(inno[i], tmp1);
607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
608 inno[i] = add(inno[i], tmp1);
671 register Word16 tmp1; local
740 tmp1 = pv_round(L_temp, pOverflow);
742 if (cbGain > tmp1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp 284 int16 tmp1, tmp2, tmp3, tmp4; local
288 tmp1 = *(pt_x++);
292 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), 0x00002000L);
296 tmp1 = *(pt_x++);
300 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum);
304 tmp1 = *(pt_x++);
308 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum);
312 tmp1 = *(pt_x++);
316 L_sum = fxp_mac_16by16(tmp1, *(pt_fir++), L_sum);
320 tmp1 = *(pt_x++)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 127 int32 tmp1 = vec[7] + vec[1]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
136 vec[2] = (tmp1 >> 1) - vec[4];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 54 tmp1 RN 7 label
154 AND tmp1, count, #0x000F0000 ;// partHeight-1
156 ADD count, count, tmp1, LSL #8
168 SMLAD tmp1, x_2_0, mult_20_01, plus16
173 SMLAD tmp1, x_3_1, mult_20_m5, tmp1
179 SMLABB tmp1, x_6_4, mult_20_m5, tmp1
184 SMLABB tmp1, x_7_5, mult_20_01, tmp1
    [all...]
h264bsd_interpolate_hor_quarter.s 54 tmp1 RN 7 label
156 AND tmp1, count, #0x000F0000 ;// partHeight-1
158 ADD count, count, tmp1, LSL #8
170 SMLAD tmp1, x_2_0, mult_20_01, plus16
175 SMLAD tmp1, x_3_1, mult_20_m5, tmp1
181 SMLABB tmp1, x_6_4, mult_20_m5, tmp1
186 SMLABB tmp1, x_7_5, mult_20_01, tmp1
    [all...]
h264bsd_interpolate_ver_half.s 44 tmp1 RN 4 label
143 AND tmp1, count, #0x000000FF ;// partWidth
147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte
150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
165 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A
181 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A
188 LDR tmp1, [ref], width
200 ;// tmp1 = |t4|t3|t2|t1|
210 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A+T
226 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A+
    [all...]
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/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 32 tmp1 RN 5 label
63 LDRB tmp1, [ref,#0]
67 STRB tmp1, [fill], #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 32 #define tmp1 r5 define
54 LDRB tmp1, [ref,#0]
58 STRB tmp1, [fill], #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 89 u32 tmp1, tmp2; local
113 tmp1 = *ptr++;
115 *lum++ = tmp1;
117 tmp1 = *ptr++;
119 *lum++ = tmp1;
127 tmp1 = *ptr++;
129 *cb++ = tmp1;
136 tmp1 = *ptr++;
138 *cr++ = tmp1;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv;
113 data[0] = (data[0] * tmp1);
131 data[2] = (d2 * tmp1);
138 data[8] = (d2 * tmp1);
152 data[10] = (d2 * tmp1);
159 tmp1 = ptr[0] - ptr[2];
163 ptr[1] = tmp1 + tmp2;
164 ptr[2] = tmp1 - tmp2;
173 tmp1 = data[0] - data[8]
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 94 tmp1 = vars.vect2, local
110 v2.subtract(center, tmp1);
114 tmp1.subtract(tmp0, e0); // tri edge 0
115 tmp2.subtract(tmp1, e1); // tri edge 1
151 p1 = e0.y * tmp1.x - e0.x * tmp1.y;
189 p1 = e1.y * tmp1.x - e1.x * tmp1.y;
204 p1 = e2.z * tmp1.y - e2.y * tmp1.z
    [all...]
  /external/aac/libFDK/src/
dct.cpp 170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local
171 tmp1 = *tmp++;
175 *pDat++ = tmp1;
427 FIXP_DBL tmp1, tmp2; local
429 cplxMultDiv2(&tmp2, &tmp1, pDat[0], pDat[1], tab);
431 pDat[0] = tmp1;

Completed in 856 milliseconds

1 23 4 5 6 7