/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
int_lsf.cpp | 223 register 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);
|
pstfilt.cpp | 329 Word16 temp1, temp2; 383 temp2 = extract_h (L_tmp); 385 if (temp2 <= 0) 387 temp2 = 0; 391 temp2 = mult (temp2, MU); 392 temp2 = div_s (temp2, temp1); 395 preemphasis (st->preemph_state, st->res2, temp2, L_SUBFR); 456 Word16 temp2; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
member_swap.pass.cpp | 24 std::string temp2 = get_temp_file_name(); local 28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out 47 std::remove(temp2.c_str()); 51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out 70 std::remove(temp2.c_str());
|
nonmember_swap.pass.cpp | 25 std::string temp2 = get_temp_file_name(); local 29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out 48 std::remove(temp2.c_str()); 52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out 71 std::remove(temp2.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
member_swap.pass.cpp | 24 std::string temp2 = get_temp_file_name(); local 27 std::ofstream fs2(temp2.c_str()); 44 std::ifstream fs(temp2.c_str()); 51 std::remove(temp2.c_str()); 54 std::wofstream fs2(temp2.c_str()); 71 std::wifstream fs(temp2.c_str()); 78 std::remove(temp2.c_str());
|
nonmember_swap.pass.cpp | 25 std::string temp2 = get_temp_file_name(); local 28 std::ofstream fs2(temp2.c_str()); 45 std::ifstream fs(temp2.c_str()); 52 std::remove(temp2.c_str()); 55 std::wofstream fs2(temp2.c_str()); 72 std::wifstream fs(temp2.c_str()); 79 std::remove(temp2.c_str());
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
util.c | 56 Word32 temp1,temp2,num; local 64 temp2 = *x++; 67 *y++ = temp2; 69 temp2 = *x++;
|
/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);
|
/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...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 65 temp2 RN 14 label 81 SUBS temp2,blockDCTopLeft,blockDCTop 82 RSBLT temp2,temp2,#0 86 CMP temp1,temp2 87 MOV temp2,#OMX_VC_VERTICAL 89 STRLT temp2,[predDir] 91 MOV temp2,#OMX_VC_HORIZONTAL 93 STRGE temp2,[predDir]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 65 temp2 RN 14 label 81 SUBS temp2,blockDCTopLeft,blockDCTop 82 RSBLT temp2,temp2,#0 86 CMP temp1,temp2 87 MOV temp2,#OMX_VC_VERTICAL 89 STRLT temp2,[predDir] 91 MOV temp2,#OMX_VC_HORIZONTAL 93 STRGE temp2,[predDir]
|
/frameworks/native/opengl/tests/gralloc/ |
gralloc.cpp | 44 void* temp2 = malloc(size); local 46 memset(temp2, 0, size); 73 memcpy(temp, temp2, size); 92 lamecpy(temp, temp2, size);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 77 int temp,temp2,i,j; local 89 temp2=temp; 91 s[j]=temp2;
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 77 int temp,temp2,i,j; local 89 temp2=temp; 91 s[j]=temp2;
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 77 int temp,temp2,i,j; local 89 temp2=temp; 91 s[j]=temp2;
|
/external/clang/test/CodeGenCXX/ |
type_visibility.cpp | 56 namespace temp2 { namespace
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
CombinerHeightMap.java | 242 float[] temp2 = map2.getHeightMap();
local 250 + temp2[i + (j * size)] * factor2);
258 - temp2[i + (j * size)] * factor2);
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_QPD_Process.c | 74 LVM_INT32 temp,temp2; local 116 temp2 = (LVM_INT32)D0; 117 MUL32x32INTO32(temp2,Kp,accu,31); 124 temp2 = (LVM_INT32)D0;
|
/external/chromium/base/ |
atomicops_internals_mips_gcc.h | 74 Atomic32 temp, temp2; local 80 "addu %1, %0, %3\n" // temp2 = temp + increment 81 "sc %1, %2\n" // *ptr = temp2 (with atomic check) 83 "addu %1, %0, %3\n" // temp2 = temp + increment 85 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr) 88 // temp2 now holds the final value. 89 return temp2;
|
/external/chromium_org/base/ |
atomicops_internals_mips_gcc.h | 71 Atomic32 temp, temp2; local 77 "addu %1, %0, %3\n" // temp2 = temp + increment 78 "sc %1, %2\n" // *ptr = temp2 (with atomic check) 80 "addu %1, %0, %3\n" // temp2 = temp + increment 82 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr) 85 // temp2 now holds the final value. 86 return temp2;
|