HomeSort by relevance Sort by last modified time
    Searched refs:thr (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h 37 #define INDEX(x,thr) (((x)>=thr)?1:0)
adaptive_smooth_no_mmx.cpp 48 thr = value of type int that is compared to the elements in Rec_Y to
119 luminance values to a threshold value ("thr") and then changing the
218 int thr, /* i */
258 / the threshold value (thr) */
273 /* sum of 0's and 1's (0 if pixel value is below thr, 1 if value
274 /is above thr) */
275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
287 /* sum of 0's and 1's (0 if pixel value is below thr, 1 if valu
    [all...]
deringing_luma.cpp 41 int thr, blks, incr; local
94 thr = thres[blks];
97 thr, width, max_diff);
148 thr = thres[blks];
151 thr, width, max_diff);
210 thr = thres[blks];
213 thr, width, max_diff);
216 width, thr, max_diff);
mp4dec_lib.h 290 int thr, int width, int max_diff);
  /system/core/debuggerd/
crasher.c 65 pthread_t thr; local
69 pthread_create(&thr, &attr, noisy, (void*) 'A');
70 pthread_create(&thr, &attr, noisy, (void*) 'B');
71 pthread_create(&thr, &attr, noisy, (void*) 'C');
78 pthread_t thr; local
92 pthread_create(&thr, &attr, test_thread, 0);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThrowableTest.java 96 Throwable thr = new Throwable(message, npe); local
97 assertEquals("message is incorrect.", message, thr.getMessage());
98 assertEquals("cause is incorrect.", npe, thr.getCause());
100 thr = new Throwable(null, npe);
101 assertNull("message is not null.", thr.getMessage());
102 assertEquals("cause is incorrect.", npe, thr.getCause());
104 thr = new Throwable(message, null);
105 assertEquals("message is incorrect.", message, thr.getMessage());
106 assertNull("cause is not null.", thr.getCause());
132 Throwable thr = new Throwable(npe) local
344 Throwable thr = new Throwable(message, npe); local
359 Throwable thr = new Throwable(); local
400 Throwable thr = new Throwable(npe); local
    [all...]
  /external/libvpx/vp8/common/arm/
loopfilter_arm.c 92 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
93 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
94 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
110 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
111 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
112 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
120 vp8_loop_filter_vertical_edge_armv6(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
121 vp8_loop_filter_vertical_edge_armv6(y_ptr + 8, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
122 vp8_loop_filter_vertical_edge_armv6(y_ptr + 12, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
138 vp8_loop_filter_simple_vertical_edge_armv6(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_x86.c 100 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
101 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
102 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
119 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
120 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
121 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
130 vp8_loop_filter_vertical_edge_mmx(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
131 vp8_loop_filter_vertical_edge_mmx(y_ptr + 8, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
132 vp8_loop_filter_vertical_edge_mmx(y_ptr + 12, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
149 vp8_loop_filter_simple_vertical_edge_mmx(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /frameworks/base/services/java/com/android/server/
MasterClearReceiver.java 42 Thread thr = new Thread("Reboot") { local
57 thr.start();
SystemServer.java 628 Thread thr = new ServerThread(); local
629 thr.setName("android.server.ServerThread");
630 thr.start();
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_bstr_decoding.cpp 266 UInt32 thr; local
267 thr = ps_dec->noSubSamples - ps_dec->noEnv + env;
269 if (ps_dec->aEnvStartStop[env] > thr)
271 ps_dec->aEnvStartStop[env] = thr;
275 thr = ps_dec->aEnvStartStop[env-1] + 1;
277 if (ps_dec->aEnvStartStop[env] < thr)
279 ps_dec->aEnvStartStop[env] = thr;
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 143 for(MyThread thr:subThreads) {
144 thr.start();
163 for(MyThread thr:subThreads) {
164 thr.interrupt();
214 for(MyThread thr:subThreads) {
215 thr.start();
232 for(MyThread thr:subThreads1) {
233 thr.start();
241 for(MyThread thr:subThreads) {
242 thr.interrupt()
    [all...]
OldThreadTest.java 416 Thread thr = new Thread(); local
417 thr.start();
419 thr.start();
  /external/libvpx/vp8/common/ppc/
loopfilter_altivec.c 102 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
103 loop_filter_horizontal_edge_y_ppc(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
104 loop_filter_horizontal_edge_y_ppc(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
127 loop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->flim, lfi->lim, lfi->thr);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 55 Thread thr = new Thread(null, mTask, "AlarmService_Service"); local
56 thr.start();
  /external/libvpx/vp8/common/
loopfilter.c 79 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
80 vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
81 vp8_loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
97 vp8_loop_filter_simple_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
98 vp8_loop_filter_simple_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
99 vp8_loop_filter_simple_horizontal_edge_c(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
107 vp8_loop_filter_vertical_edge_c(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
108 vp8_loop_filter_vertical_edge_c(y_ptr + 8, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
109 vp8_loop_filter_vertical_edge_c(y_ptr + 12, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
125 vp8_loop_filter_simple_vertical_edge_c(y_ptr + 4, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
loopfilter.h 33 DECLARE_ALIGNED(16, signed char, thr[16]);
  /system/media/opensles/libopensles/
android_SfPlayer.h 106 void setCacheFillUpdateThreshold(int16_t thr) { mCacheFillNotifThreshold = thr; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 112 HandlerThread thr = new HandlerThread("SystemUI UsbStorageActivity"); local
113 thr.start();
114 mAsyncStorageHandler = new Handler(thr.getLooper());
StorageNotification.java 75 HandlerThread thr = new HandlerThread("SystemUI StorageNotification"); local
76 thr.start();
77 mAsyncEventHandler = new Handler(thr.getLooper());
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 87 Thread thr = new Thread(null, this, "rss_service_thread"); local
88 thr.start();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 131 Thread thr = new Thread(null, this, "MediaScannerService"); local
132 thr.start();
  /system/core/adb/
transport_local.c 190 adb_thread_t thr; local
201 if(adb_thread_create(&thr, func, (void *)port)) {
  /bionic/libc/kernel/arch-sh/asm/
smc37c93x.h 78 #define thr rbr macro
  /bionic/libc/bionic/
pthread.c 1677 pthread_internal_t* thr; local
    [all...]

Completed in 969 milliseconds

1 2