HomeSort by relevance Sort by last modified time
    Searched refs:post (Results 201 - 225 of 438) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/speex/libspeex/
preprocess.c 53 J.-M. Valin, J. Rouat, and F. Michaud, "Microphone array post-filter for separation
216 spx_word16_t *post; /**< A-posteriori SNR */ member in struct:SpeexPreprocessState_
459 st->post = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
491 st->post[i]=SHL16(1, SNR_SHIFT);
546 speex_free(st->post);
800 st->post[i] = SUB16(DIV32_16_Q8(ps[i],tot_noise), QCONST16(1.f,SNR_SHIFT));
801 st->post[i]=MIN16(st->post[i], QCONST16(100.f,SNR_SHIFT));
806 /* A priori SNR update = gamma*max(0,post) + (1-gamma)*old/noise */
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15))
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 589 * @post: an array of commands and values that initialize an already loaded
591 * @id: the engine id of the engine to load (only required if post is not %NULL
598 const char *post[], const char *id)
646 while (post && post[0]) {
647 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
648 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
650 " %s %s [%s]", post[0], post[1]
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 539 * @post: an array of commands and values that initialize an already loaded
541 * @id: the engine id of the engine to load (only required if post is not %NULL
548 const char *post[], const char *id)
596 while (post && post[0]) {
597 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
598 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
600 " %s %s [%s]", post[0], post[1]
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 3724 post(this); method
3830 post(this); method
3932 post(this); method
3993 post(this); method
    [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 109 msg->post();
341 msg->post();
346 (new AMessage(kWhatFlush, id()))->post();
350 (new AMessage(kWhatResume, id()))->post();
354 (new AMessage(kWhatShutdown, id()))->post();
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 372 #define __PVOP_CALL(rettype, op, pre, post, ...) \
379 post \
390 post \
401 #define __PVOP_VCALL(op, pre, post, ...) \
406 post \
  /frameworks/base/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 64 msg->post();
312 msg->post();
321 msg->post();
  /external/jpeg/
jdmaster.c 246 * post-IDCT limiting thus:
252 * For the post-IDCT step, we want to convert the data from signed to unsigned
254 * So the post-IDCT limiting table ends up looking like this:
262 * We can save some space by overlapping the start of the post-IDCT table
263 * with the simpler range limiting table. The post-IDCT table begins at
287 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
288 /* End of simple table, rest of first half of post-IDCT table */
291 /* Second half of post-IDCT table */
381 /* Post-processing: in particular, color conversion first */
470 (*cinfo->post->start_pass) (cinfo, JBUF_CRANK_DEST)
    [all...]
  /external/mesa3d/docs/
MESA_swap_control.spec 15 Deployed in DRI drivers post-XFree86 4.3.
  /external/valgrind/main/coregrind/
m_tooliface.c 274 void(*post)(ThreadId, UInt, UWord*, UInt, SysRes res)
279 VG_(tdict).tool_post_syscall = post;
  /frameworks/base/core/java/android/view/
ViewDebug.java 1123 void post(T... data); method in interface:ViewDebug.ViewOperation
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 575 msg->post();
588 msg->post();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 87 mAsyncEventHandler.post(new Runnable() {
120 mAsyncEventHandler.post(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 19 DdmsPlugin_DDMS_Post_Create_Init=DDMS post-create init
  /external/tremolo/Tremolo/
mdctLARM.s 51 @ r1 = post
57 SUB r1, r2, r1 @ r1 = r - post
58 SUBS r1, r1, #16 @ r1 = r - post - 16
110 @ r1 = post
116 SUB r1, r1, r2 @ r1 = post - l
117 MOV r1, r1, ASR #1 @ r1 = (post - l)>>1
118 SUBS r1, r1, #16 @ r1 = ((post - l)>>1) - 4
179 @ r1 = post
192 SUBS r1, r3, r1 @ r1 = (r - post)
219 @ r1 = post
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 149 FP_STACK_OFFSET = (SAVED_REG_COUNT-1) * 4 @ offset between fp and post-save sp
277 sub sp, fp, #FP_STACK_OFFSET @ restore sp to post-reg-save offset
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 105 sWorkerQueue.post(new Runnable() {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 267 fb->post(colorBuffer);
  /external/e2fsprogs/
e2fsprogs.spec 85 %post -p /sbin/ldconfig
89 %post devel
  /external/skia/include/views/
SkEvent.h 156 /** Post the specified event to the event queue, targeting the specified eventsink, with an optional
161 static bool Post(SkEvent* evt, SkEventSinkID targetID, SkMSec delay = 0);
162 /** Post the specified event to the event queue, targeting the specified eventsink, to be delivered on/after the
173 bool post(SkEventSinkID sinkID, SkMSec delay = 0) function in class:SkEvent
175 return SkEvent::Post(this, sinkID, delay);
202 It will post any delayed events whose time as "expired" onto the event queue.
209 Post() after the count was made.
SkView.h 171 /** Depricated helper function. Just call event->post(sinkID, delay);
173 bool postEvent(SkEvent* evt, SkEventSinkID sinkID, SkMSec delay) { return evt->post(sinkID, delay); }
335 /** Override this if you want to perform post initialization work based on the ID dictionary built
  /external/skia/samplecode/
SamplePicture.cpp 233 (new SkEvent(INVAL_ALL_TYPE))->post(this->getSinkID(), delay);
  /external/skia/src/views/
SkEventSink.cpp 233 (SkNEW_ARGS(SkEvent, (evt)))->post(*iter++, delay);
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 167 def post(self): member in class:Upload
168 file_params = self.request.POST.getall(PARAM_FILE)
  /frameworks/base/core/java/android/app/
ListFragment.java 432 mHandler.post(mRequestFocus);

Completed in 638 milliseconds

1 2 3 4 5 6 7 891011>>