Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 9 of 9) 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/base/core/java/com/android/internal/app/
DShutdownActivity.java46 Thread thr = new Thread("ShutdownActivity") { in onCreate() local
63 thr.start(); in onCreate()
67 thr.join(); in onCreate()
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java53 Thread thr = new Thread("Reboot") { in onReceive() local
69 new WipeAdoptableDisksTask(context, thr).execute(); in onReceive()
71 thr.start(); in onReceive()
/frameworks/base/core/java/android/os/
DBinder.java434 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local
443 thr.start(); in dumpAsync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java517 Thread thr = new Thread("ProcessStats pipe output") {
528 thr.start();
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...