Searched refs:thr (Results 1 – 9 of 9) sorted by relevance
218 int thr, /* i */ in AdaptiveSmooth_NoMMX() argument275 *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 …]
41 int thr, blks, incr; in Deringing_Luma() local94 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()
37 #define INDEX(x,thr) (((x)>=thr)?1:0) argument
290 int thr, int width, int max_diff);
46 Thread thr = new Thread("ShutdownActivity") { in onCreate() local63 thr.start(); in onCreate()67 thr.join(); in onCreate()
53 Thread thr = new Thread("Reboot") { in onReceive() local69 new WipeAdoptableDisksTask(context, thr).execute(); in onReceive()71 thr.start(); in onReceive()
434 Thread thr = new Thread("Binder.dumpAsync") { in dumpAsync() local443 thr.start(); in dumpAsync()
517 Thread thr = new Thread("ProcessStats pipe output") {528 thr.start();
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...