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

1 2 3 4 5 6 7 8 91011

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 222 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);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 57 Word32 temp1,temp2,num; local
63 temp1 = *x++;
64 *y++ = temp1;
68 temp1 = *x++;
70 *y++ = temp1;
  /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...]
  /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;
62 LVM_FLOAT temp1,left,right; local
73 temp1 = (left + right) / 2.0f;
74 *dstM = (LVM_FLOAT)temp1;
78 temp1 = (left - right) / 2.0f;
79 *dstS = (LVM_FLOAT)temp1;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifunc-sel.h 29 void *temp1, *temp2; local
46 : "=&b" (ret), "=&b" (temp1), "=&b" (temp2)
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 42 std::string& temp1 = temp_files.first; local
44 assert(temp1 != temp2);
46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
66 std::remove(temp1.c_str());
69 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
89 std::remove(temp1.c_str());
nonmember_swap.pass.cpp 44 std::string& temp1 = temp_files.first; local
46 assert(temp1 != temp2);
48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
68 std::remove(temp1.c_str());
71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
91 std::remove(temp1.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 42 std::string& temp1 = temp_files.first; local
44 assert(temp1 != temp2);
46 std::ofstream fs1(temp1.c_str());
55 std::ifstream fs(temp1.c_str());
62 std::remove(temp1.c_str());
73 std::wofstream fs1(temp1.c_str());
82 std::wifstream fs(temp1.c_str());
89 std::remove(temp1.c_str());
nonmember_swap.pass.cpp 43 std::string& temp1 = temp_files.first; local
45 assert(temp1 != temp2);
47 std::ofstream fs1(temp1.c_str());
56 std::ifstream fs(temp1.c_str());
63 std::remove(temp1.c_str());
74 std::wofstream fs1(temp1.c_str());
83 std::wifstream fs(temp1.c_str());
90 std::remove(temp1.c_str());
  /external/mesa3d/src/mesa/main/
streaming-load-memcpy.c 69 __m128i temp1 = _mm_stream_load_si128(src_cacheline + 0); local
74 _mm_store_si128(dst_cacheline + 0, temp1);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
interpolate_samples.c 27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
34 temp1 = 0;
41 (int16_t)((WebRtcIlbcfix_kAlpha[temp1] * *ppi) >> 15);
45 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];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 42 std::string& temp1 = temp_files.first; local
44 assert(temp1 != temp2);
46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
66 std::remove(temp1.c_str());
69 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
89 std::remove(temp1.c_str());
nonmember_swap.pass.cpp 44 std::string& temp1 = temp_files.first; local
46 assert(temp1 != temp2);
48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
68 std::remove(temp1.c_str());
71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
91 std::remove(temp1.c_str());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 42 std::string& temp1 = temp_files.first; local
44 assert(temp1 != temp2);
46 std::ofstream fs1(temp1.c_str());
55 std::ifstream fs(temp1.c_str());
62 std::remove(temp1.c_str());
73 std::wofstream fs1(temp1.c_str());
82 std::wifstream fs(temp1.c_str());
89 std::remove(temp1.c_str());
nonmember_swap.pass.cpp 43 std::string& temp1 = temp_files.first; local
45 assert(temp1 != temp2);
47 std::ofstream fs1(temp1.c_str());
56 std::ifstream fs(temp1.c_str());
63 std::remove(temp1.c_str());
74 std::wofstream fs1(temp1.c_str());
83 std::wifstream fs(temp1.c_str());
90 std::remove(temp1.c_str());