HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 1 - 25 of 105) 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);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam]; local
23 tmpnam(temp1);
26 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out
46 std::remove(temp1);
49 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out
69 std::remove(temp1);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
24 tmpnam(temp1);
27 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out
47 std::remove(temp1);
50 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out
70 std::remove(temp1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 22 char temp1[L_tmpnam], temp2[L_tmpnam]; local
23 tmpnam(temp1);
26 std::ofstream fs1(temp1);
35 std::ifstream fs(temp1);
42 remove(temp1);
53 std::wofstream fs1(temp1);
62 std::wifstream fs(temp1);
69 remove(temp1);
nonmember_swap.pass.cpp 23 char temp1[L_tmpnam], temp2[L_tmpnam]; local
24 tmpnam(temp1);
27 std::ofstream fs1(temp1);
36 std::ifstream fs(temp1);
43 remove(temp1);
54 std::wofstream fs1(temp1);
63 std::wifstream fs(temp1);
70 remove(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/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...]
pvmp3_equalizer.cpp 341 int32 temp1 = (pt_work_buff[ i ]); local
345 *(inData++) = temp1;
356 int32 temp1 = (pt_work_buff[ i ]); local
360 *(inData++) = temp1;
381 int32 temp1 = (pt_work_buff[ i ]); local
385 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
398 int32 temp1 = (pt_work_buff[ i ]); local
402 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
  /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]
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 39 namespace temp1 { namespace
  /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
  /ndk/tests/device/test-stlport_shared-exception/jni/
alias2.cpp 68 deque temp1; variable
72 yyy (GeometryAddress (temp1));
  /ndk/tests/device/test-stlport_static-exception/jni/
alias2.cpp 68 deque temp1; variable
72 yyy (GeometryAddress (temp1));
  /external/libvpx/libvpx/test/
fdct4x4_test.cc 41 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
43 const int c1 = temp1 - temp2;
59 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
61 const int c1 = temp1 - temp2;
  /external/libvpx/libvpx/vp8/common/
idctllm.c 38 int temp1, temp2; local
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
48 c1 = temp1 - temp2;
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
52 d1 = temp1 + temp2;
72 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
74 c1 = temp1 - temp2;
76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
78 d1 = temp1 + temp2;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lattice.c 35 int n,k,i,u,temp1; local
47 temp1 = u*ord_1;
49 memcpy(a+1, filtcoeflo+temp1+1, sizeof(double) * (ord_1-1));
55 gain1 = (float)filtcoeflo[temp1];
116 int n,k,i,u,temp1; local
127 temp1 = u*ord_1;
130 memcpy(a+1, lo_filt_coef+temp1+1, sizeof(double) * (ord_1-1));
134 gain1 = (float)lo_filt_coef[temp1];

Completed in 527 milliseconds

1 2 3 4 5