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());
  /art/runtime/
common_dex_operations.h 209 std::string temp1, temp2, temp3; local
212 reg->GetClass()->GetDescriptor(&temp1),
  /external/eigen/blas/f2c/
dspmv.c 24 doublereal temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * ap[k]
    [all...]
sspmv.c 24 real temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * ap[k]
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct8x8_add_sse2.c 56 __m128i temp1[4], sign[2], step1[8], step2[8]; local
63 abs_extend_64bit_sse2(io[1], temp1, sign);
64 step1[4] = multiplication_round_shift_sse2(temp1, sign, cospi_28_64);
65 step1[7] = multiplication_round_shift_sse2(temp1, sign, cospi_4_64);
66 abs_extend_64bit_sse2(io[3], temp1, sign);
67 step1[5] = multiplication_neg_round_shift_sse2(temp1, sign, cospi_20_64);
68 step1[6] = multiplication_round_shift_sse2(temp1, sign, cospi_12_64);
71 abs_extend_64bit_sse2(step1[0], temp1, sign);
72 step2[0] = multiplication_round_shift_sse2(temp1, sign, cospi_16_64);
73 abs_extend_64bit_sse2(step1[1], temp1, sign)
    [all...]
highbd_idct8x8_add_sse4.c 58 __m128i temp1[2], step1[8], step2[8]; local
65 extend_64bit(io[1], temp1);
66 step1[4] = multiplication_round_shift_sse4_1(temp1, cospi_28_64);
67 step1[7] = multiplication_round_shift_sse4_1(temp1, cospi_4_64);
68 extend_64bit(io[3], temp1);
69 step1[5] = multiplication_round_shift_sse4_1(temp1, -cospi_20_64);
70 step1[6] = multiplication_round_shift_sse4_1(temp1, cospi_12_64);
73 extend_64bit(step1[0], temp1);
74 step2[0] = multiplication_round_shift_sse4_1(temp1, cospi_16_64);
75 extend_64bit(step1[1], temp1);
    [all...]
highbd_inv_txfm_sse4.h 38 __m128i temp1[4], temp2[4]; local
40 extend_64bit(in0, temp1);
42 temp1[2] = _mm_mul_epi32(temp1[0], pair_c1);
43 temp1[3] = _mm_mul_epi32(temp1[1], pair_c1);
44 temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);
45 temp1[1] = _mm_mul_epi32(temp1[1], pair_c0)
66 __m128i temp1[2], temp2; local
    [all...]
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64.cc 24 DoubleRegister temp1 = scope.AcquireD(); local
29 __ Ldr(temp1, pending_address_src_);
33 __ Ldp(temp1, temp2, pending_address_src_);
36 __ Ldp(temp2, temp1, src_operand);
42 __ Str(temp1, pending_address_dst_);
46 __ Stp(temp1, temp2, pending_address_dst_);
49 __ Stp(temp2, temp1, dst_operand);

Completed in 435 milliseconds

1 2 3 4 5 6 7 8 91011