Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dadaptive_smooth_no_mmx.cpp218 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 …]
Dderinging_luma.cpp41 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()
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=(thr))?1:0) argument
Dmp4dec_lib.h290 int thr, int width, int max_diff);
/frameworks/av/media/libeffects/lvm/tests/
Dsnr.cpp73 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()
Dbuild_and_run_all_unit_tests.sh116 $testdir/sinesweep_$((chMask))_$((fs)).raw -thr:90.308998
/frameworks/base/core/java/com/android/internal/app/
DShutdownActivity.java49 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/
DMasterClearReceiver.java70 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/
DBinder.java843 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local
852 thr.start(); in dumpAsync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java609 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/
DQuotaControllerTest.java317 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()