/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | adaptive_smooth_no_mmx.cpp | 218 int thr, /* i */ in AdaptiveSmooth_NoMMX() argument 275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 311 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 370 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 371 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 378 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 379 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 388 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() [all …]
|
D | deringing_luma.cpp | 41 int thr, blks, incr; in Deringing_Luma() local 94 thr = thres[blks]; in Deringing_Luma() 97 thr, width, max_diff); in Deringing_Luma() 148 thr = thres[blks]; in Deringing_Luma() 151 thr, width, max_diff); in Deringing_Luma() 210 thr = thres[blks]; in Deringing_Luma() 213 thr, width, max_diff); in Deringing_Luma() 216 width, thr, max_diff); in Deringing_Luma()
|
D | post_proc.h | 37 #define INDEX(x,thr) (((x)>=(thr))?1:0) argument
|
D | mp4dec_lib.h | 290 int thr, int width, int max_diff);
|
/frameworks/av/media/libeffects/lvm/tests/ |
D | snr.cpp | 73 float thr = - std::numeric_limits<float>::infinity(); in main() local 80 thr = atof(argv[i] + 5); in main() 94 if (snr < thr) { in main() 95 printf("%.6f less than threshold %.6f\n", snr, thr); in main()
|
D | build_and_run_all_unit_tests.sh | 116 $testdir/sinesweep_$((chMask))_$((fs)).raw -thr:90.308998
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ShutdownActivity.java | 49 Thread thr = new Thread("ShutdownActivity") { in onCreate() local 64 thr.start(); in onCreate() 68 thr.join(); in onCreate()
|
/frameworks/base/services/core/java/com/android/server/ |
D | MasterClearReceiver.java | 70 Thread thr = new Thread("Reboot") { in onReceive() local 87 new WipeDataTask(context, thr).execute(); in onReceive() 89 thr.start(); in onReceive()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 843 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local 852 thr.start(); in dumpAsync()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 609 Thread thr = new Thread("ProcessStats pipe output") { 622 thr.start(); 677 Thread thr = new Thread("ProcessStats pipe output") { 688 thr.start();
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 317 TimingSession thr = new TimingSession(21, 30, 3); in testSaveTimingSession() local 327 mQuotaController.saveTimingSession(0, "com.android.test", thr); in testSaveTimingSession() 328 expected.add(thr); in testSaveTimingSession() 339 TimingSession thr = createTimingSession( in testDeleteObsoleteSessionsLocked() local 350 expected.add(thr); in testDeleteObsoleteSessionsLocked() 355 mQuotaController.saveTimingSession(0, "com.android.test", thr); in testDeleteObsoleteSessionsLocked()
|