HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 222 register Word16 temp1; local
231 temp1 = ~(~(*(lsf_old + i)) >> 2);
235 temp1 = *(lsf_old + i) >> 2;
245 *(lsf_out + i) = add((Word16)(*(lsf_old + i) - temp1),
257 temp1 = ~(~(*(lsf_old + i)) >> 1);
261 temp1 = *(lsf_old + i) >> 1;
272 temp1,
284 temp1 = ~(~(*(lsf_old + i)) >> 2);
288 temp1 = *(lsf_old + i) >> 2;
298 *(lsf_out + i) = add((Word16)temp1,
    [all...]
dec_gain.cpp 200 Word16 temp1; local
241 temp1 = (Word16) L_deposit_l(g_code);
242 Log2(temp1, &exp, &frac, pOverflow);
245 temp1 = shr_r(frac, 5, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
289 temp1 = sub(10, exp, pOverflow);
290 L_tmp = L_shr(L_tmp, temp1, pOverflow);
pstfilt.cpp 329 Word16 temp1, temp2;
376 temp1 = extract_h (L_tmp);
392 temp2 = div_s (temp2, temp1);
455 Word16 temp1; local
518 temp1 = (Word16)(L_tmp >> 16);
556 temp2 = div_s(temp2, temp1);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
From2iToMS_16x16.c 33 LVM_INT32 temp1,left,right; local
44 temp1 = (left+right)>>1;
45 *dstM = (LVM_INT16)temp1;
49 temp1 = (left-right)>>1;
50 *dstS = (LVM_INT16)temp1;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 56 Word32 temp1,temp2,num; local
59 temp1 = *x++;
60 *y++ = temp1;
63 temp1 = *x++;
66 *y++ = temp1;
68 temp1 = *x++;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
35 temp1 = (int32 *)comp;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
46 temp1 = (int32 *)comp;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/quake/quake/src/WinQuake/
vregset.cpp 45 int port, temp0, temp1, temp2; local
62 temp1 = *pregset++;
65 temp2 |= temp1;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 264 Word16 temp1; local
273 temp1 = sub(T0, 85, pOverflow);
274 if (temp1 <= 0)
307 temp1 = sub(tmp_lag, T0_min, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow);
311 temp1 = sub(T0_max, tmp_lag, pOverflow);
312 temp2 = sub(temp1, 4, pOverflow);
316 temp1 = add(T0, T0, pOverflow);
317 temp2 = add(temp1, T0, pOverflow);
321 temp1 = add(i, i, pOverflow)
    [all...]
inter_36.cpp 208 Word16 temp1; local
227 temp1 = UP_SAMP_MAX - frac;
228 pC2 = &inter_6[temp1];
  /frameworks/av/media/libstagefright/codecs/aacdec/
imdct_fxp.cpp 289 Int32 temp1; local
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
361 *(p_data_1++) = temp1;
363 max |= (temp1 >> 31) ^ temp1;
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
384 *(p_data_2 + 2) = temp1;
386 max |= (temp1 >> 31) ^ temp1;
406 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw)
    [all...]
dst8.cpp 114 Int32 temp1; local
130 temp1 = fxp_mul32_by_16(vec[1], Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/
150 tmp_a = fxp_mul32_by_16((temp1 + temp7) << 1, Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi))); */
151 tmp_aa = (temp1 - temp7);
mix_radix_fft.cpp 196 Int32 temp1; local
224 temp1 = (*pData_3);
230 diff1 = (temp1 - temp2) >> exp;
231 *pData_3++ = (temp1 + temp2) >> exp;
240 temp1 = (*pData_1);
245 *pData_1++ = (temp1 + temp2) >> exp;
248 diff1 = (temp1 - temp2) >> exp ;
254 temp1 = (*pData_3);
265 diff1 = (temp1 - temp2) >> (exp - 4);
266 *pData_3++ = (temp1 + temp2) >> exp
    [all...]
ps_fft_rx8.cpp 172 Int32 temp1; local
187 temp1 = *(pt_r1++); /* Real */
195 *(pt_Q++) = temp1 + temp2; /* Q(0) = v(0) + v(4) */
197 *(pt_Q++) = temp1 - temp2; /* Q(1) = v(0) - v(4) */
200 temp1 = *(pt_r1++);
205 *(pt_Q++) = temp1 + temp2; /* Q(2) = v(1) + v(5) */
207 aux_r[0] = temp1 - temp2; /* aux[0] = v(1) - v(5) */
210 temp1 = *(pt_r1++);
215 *(pt_Q++) = temp1 + temp2; /* Q(3) = v(2) + v(6) */
218 *(pt_Q++) = temp1 - temp2
    [all...]
analysis_sub_band.cpp 210 Int32 temp1; local
253 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
256 *(pt_vec++) = shft_lft_1(temp1);
263 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
266 *(pt_vec++) = shft_lft_1(temp1);
calc_auto_corr.cpp 140 Int32 temp1; local
152 temp1 = (realBuf[ 0][bd]) >> N;
166 temp_r01r = fxp_mac64_Q31(temp_r01r, temp1, temp3); /* [j ]*[j-1] */
167 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5); /* [j ]*[j-2] */
168 temp_r11r = fxp_mac64_Q31(temp_r11r, temp1, temp1); /* [j-1]*[j-1] */
171 temp3 = temp1;
172 temp1 = (realBuf[j][bd]) >> N;
181 temp_r01r = fxp_mac64_Q31(temp_r01r, temp1, temp3);
182 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5)
259 Int32 temp1; local
    [all...]
fft_rx4_long.cpp 217 Int32 temp1; local
244 temp1 = *pData1;
247 r1 = temp1 + temp2;
248 r2 = temp1 - temp2;
261 temp1 = *pData1;
264 s1 = temp1 + temp2;
266 s2 = temp1 - temp2;
298 temp1 = *pData1;
301 r1 = temp1 + temp2;
302 r2 = temp1 - temp2
    [all...]
ps_init_stereo_mixing.cpp 236 Int32 temp1; local
326 temp1 = fxp_mul32_Q30(cos_beta, cos_alpha);
335 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
336 h12 = fxp_mul32_Q30(scaleR, (temp1 + temp2));
338 temp1 = fxp_mul32_Q30(sin_beta, cos_alpha);
346 h21 = fxp_mul32_Q30(scaleL, (temp1 + temp2));
347 h22 = fxp_mul32_Q30(scaleR, (temp1 - temp2));
431 temp1 = fxp_mul32_Q30(cos_beta, cos_alpha);
440 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
441 h12 = fxp_mul32_Q30(scaleR, (temp1 + temp2))
    [all...]
ps_stereo_processing.cpp 182 Int32 temp1; local
200 temp1 = pms->deltaH11[group];
203 pms->H11[group] += temp1;
208 temp1 = pms->deltaH21[group];
211 pms->H21[group] += temp1;
228 temp1 = *(ptr_hybrLeftReal) << 1;
231 temp3 = fxp_mul32_by_16(temp1, h11);
234 temp3 = fxp_mul32_by_16(temp1, h12);
241 temp1 = *(ptr_hybrLeftImag) << 1;
244 temp3 = fxp_mul32_by_16(temp1, h11)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 84 register int32 temp1; local
93 "=&r"(temp1)
104 register int32 temp1; local
113 "=&r"(temp1)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 137 int32 temp1 = pt_1[ 0]; local
142 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 0]);
144 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 1]);
151 temp1 = pt_1[ SUBBANDS_NUMBER* 2];
156 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 4]);
158 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 5]);
165 temp1 = pt_1[ SUBBANDS_NUMBER* 4 ];
170 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 8]);
172 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 9]);
179 temp1 = pt_1[ SUBBANDS_NUMBER*6 ]
212 int32 temp1 = pt_synth[ 0 ]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/
color_space_convertor.c 104 unsigned int temp1 = 0, temp2 = 0; local
113 temp1 = ((yuv420_width+127)>>7)<<7;
114 tiled_offset = tiled_offset*(temp1>>6);
124 temp1 = ((yuv420_width+127)>>7)<<7;
125 tiled_offset = tiled_y_index*(temp1>>6);
139 temp1 = i&0x1F;
140 memcpy(yuv420_dest+yuv420_width*(i), nv12t_src+tiled_offset+64*(temp1), 64);
141 memcpy(yuv420_dest+yuv420_width*(i)+64*1, nv12t_src+tiled_offset1+64*(temp1), 64);
142 memcpy(yuv420_dest+yuv420_width*(i)+64*2, nv12t_src+tiled_offset2+64*(temp1), 64);
143 memcpy(yuv420_dest+yuv420_width*(i)+64*3, nv12t_src+tiled_offset3+64*(temp1), 64)
431 unsigned int temp1 = 0, temp2 = 0; local
751 unsigned int temp1 = 0, temp2 = 0; local
936 unsigned int temp1 = 0, temp2 = 0; local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
CombinerHeightMap.java 241 float[] temp1 = map1.getHeightMap(); local
249 (int) (temp1[i + (j * size)] * factor1
257 (int) (temp1[i + (j * size)] * factor1
  /external/libvpx/vp8/common/
idctllm.c 35 int temp1, temp2; local
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
45 c1 = temp1 - temp2;
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
49 d1 = temp1 + temp2;
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
71 c1 = temp1 - temp2;
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
75 d1 = temp1 + temp2;

Completed in 983 milliseconds

1 2 3 4 5