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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 223 Word16 temp2; local
239 temp2 = ~(~(*(lsf_new + i)) >> 2);
243 temp2 = *(lsf_new + i) >> 2;
246 (Word16)temp2,
265 temp2 = ~(~(*(lsf_new + i)) >> 1);
269 temp2 = *(lsf_new + i) >> 1;
273 temp2,
292 temp2 = ~(~(*(lsf_new + i)) >> 2);
296 temp2 = *(lsf_new + i) >> 2;
299 (Word16)(*(lsf_new + i) - temp2),
    [all...]
preemph.cpp 247 Word16 temp2; local
256 temp2 = mult(g, *(p2--), pOverflow);
257 *p1 = sub(*p1, temp2, pOverflow);
262 temp2 = mult(g, st->mem_pre, pOverflow);
264 *p1 = sub(*p1, temp2, pOverflow);
dec_gain.cpp 46 function calls and declared temp2 as a variable.
201 Word16 temp2; local
246 temp2 = shl(exp, 10, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 57 Word32 temp1,temp2,num; local
69 temp2 = *x++;
71 *y++ = temp2;
  /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 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
48 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
67 std::remove(temp2.c_str());
71 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
90 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 45 std::string& temp2 = temp_files.second; local
46 assert(temp1 != temp2);
50 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp2.c_str());
73 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
92 std::remove(temp2.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
47 std::ofstream fs2(temp2.c_str());
64 std::ifstream fs(temp2.c_str());
71 std::remove(temp2.c_str());
74 std::wofstream fs2(temp2.c_str());
91 std::wifstream fs(temp2.c_str());
98 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 44 std::string& temp2 = temp_files.second; local
45 assert(temp1 != temp2);
48 std::ofstream fs2(temp2.c_str());
65 std::ifstream fs(temp2.c_str());
72 std::remove(temp2.c_str());
75 std::wofstream fs2(temp2.c_str());
92 std::wifstream fs(temp2.c_str());
99 std::remove(temp2.c_str());
  /external/mesa3d/src/mesa/main/
streaming-load-memcpy.c 70 __m128i temp2 = _mm_stream_load_si128(src_cacheline + 1); local
75 _mm_store_si128(dst_cacheline + 1, temp2);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
interpolate_samples.c 27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
35 temp2 = 3;
40 *tmpPtr++ = (int16_t)((WebRtcIlbcfix_kAlpha[temp2] * *ppo) >> 15) +
46 temp2--;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 265 Word16 temp2; local
277 temp2 = add(T0, T0, pOverflow);
278 i = add(temp2, T0, pOverflow);
279 temp2 = sub(i, 58, pOverflow);
280 index = add(temp2, T0_frac, pOverflow);
296 temp2 = add(i, i, pOverflow);
297 i = add(temp2, i, pOverflow);
298 temp2 = add(i, 2, pOverflow);
299 index = add(temp2, T0_frac, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow)
    [all...]
g_code.cpp 242 Word32 temp2; local
251 temp2 = (Word32)(*(p_y2++) >> 1);
252 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
253 temp2 = (Word32)(*(p_y2++) >> 1);
254 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
255 temp2 = (Word32)(*(p_y2++) >> 1);
256 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
257 temp2 = (Word32)(*(p_y2++) >> 1);
258 s = amrnb_fxp_mac_16_by_16bb((Word32) * (p_xn2++), temp2, s);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
48 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
67 std::remove(temp2.c_str());
71 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
90 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 45 std::string& temp2 = temp_files.second; local
46 assert(temp1 != temp2);
50 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp2.c_str());
73 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
92 std::remove(temp2.c_str());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 43 std::string& temp2 = temp_files.second; local
44 assert(temp1 != temp2);
47 std::ofstream fs2(temp2.c_str());
64 std::ifstream fs(temp2.c_str());
71 std::remove(temp2.c_str());
74 std::wofstream fs2(temp2.c_str());
91 std::wifstream fs(temp2.c_str());
98 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 44 std::string& temp2 = temp_files.second; local
45 assert(temp1 != temp2);
48 std::ofstream fs2(temp2.c_str());
65 std::ifstream fs(temp2.c_str());
72 std::remove(temp2.c_str());
75 std::wofstream fs2(temp2.c_str());
92 std::wifstream fs(temp2.c_str());
99 std::remove(temp2.c_str());
  /art/runtime/
common_dex_operations.h 209 std::string temp1, temp2, temp3; local
213 field_class->GetDescriptor(&temp2),
  /external/eigen/blas/f2c/
dspmv.c 24 doublereal temp1, temp2; local
225 temp2 = 0.;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
    [all...]
sspmv.c 24 real temp1, temp2; local
225 temp2 = 0.f;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.f;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.f;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_inv_txfm_sse4.h 38 __m128i temp1[4], temp2[4]; local
41 extend_64bit(in1, temp2);
46 temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);
47 temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);
48 temp2[0] = _mm_mul_epi32(temp2[0], pair_c1);
49 temp2[1] = _mm_mul_epi32(temp2[1], pair_c1)
66 __m128i temp1[2], temp2; local
    [all...]
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64.cc 25 DoubleRegister temp2 = scope.AcquireD(); local
30 __ Ldr(temp2, src_operand);
33 __ Ldp(temp1, temp2, pending_address_src_);
36 __ Ldp(temp2, temp1, src_operand);
43 __ Str(temp2, dst_operand);
46 __ Stp(temp1, temp2, pending_address_dst_);
49 __ Stp(temp2, temp1, dst_operand);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 444 Word16 temp2; local
452 temp2 = shr(lsp_new[i], 2, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
468 temp2 = shr(lsp_old[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
483 temp2 = shr(lsp_old[i], 2, pOverflow);
485 lsp[i] = add(temp2, temp, pOverflow);
581 Word16 temp2; local
590 temp2 = shr(lsp_new[i], 2, pOverflow);
592 lsp[i] = add(temp2, temp, pOverflow)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 134 temp2 = *((uint32*)(prev+4)); \
136 *((uint32*)(ptr+4)) = temp2; \
138 *((uint32*)(ptr+4)) = temp2;\
140 *((uint32*)(ptr+4)) = temp2;\
142 *((uint32*)(ptr+4)) = temp2;\
144 *((uint32*)(ptr+4)) = temp2;\
146 *((uint32*)(ptr+4)) = temp2;\
148 *((uint32*)(ptr+4)) = temp2;\
150 *((uint32*)(ptr+4)) = temp2;}
259 uint32 temp, temp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 139 int32 temp2 = pt_2[ SUBBANDS_NUMBER* 1 ]; local
146 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 2]);
148 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 3]);
153 temp2 = pt_2[ SUBBANDS_NUMBER* 3];
160 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 6]);
162 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 7]);
167 temp2 = pt_2[ SUBBANDS_NUMBER* 5 ];
174 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[10]);
176 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[11]);
181 temp2 = pt_2[ SUBBANDS_NUMBER*7 ]
213 int32 temp2 = pt_synth[ SUBBANDS_NUMBER ]; local
    [all...]

Completed in 965 milliseconds

1 2 3 4 5 6 7 8 91011>>