Searched defs:post (Results 76 - 100 of 112) sorted by relevance

12345

/external/libvorbis/lib/
H A Dfloor1.c118 /* save out the post list */
163 /* read the post list */
179 /* don't allow repeated values in post list as they'd result in
227 /* we actually need the post values too */
610 for(i=0;i<posts;i++)loneighbor[i]=0; /* 0 for the implicit 0 post */
611 for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
757 /* overly simpleminded--- look again post 1.2 */
770 int *post,int *ilogmask){
781 if(post){
783 int val=post[
768 floor1_encode(oggpack_buffer *opb,vorbis_block *vb, vorbis_look_floor1 *look, int *post,int *ilogmask) argument
[all...]
H A Dvorbisenc.c78 int post[PACKETBLOBS]; member in struct:__anon24760
266 memcpy(g->coupling_postpointamp,p[is].post,sizeof(*p[is].post)*PACKETBLOBS);
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c313 static void vp8_de_mblock(YV12_BUFFER_CONFIG *post, argument
316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
317 post->y_width, q2mbl(q));
318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
319 post->y_width, q2mbl(q));
324 YV12_BUFFER_CONFIG *post,
322 vp8_deblock(VP8_COMMON *cm, YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag) argument
387 vp8_de_noise(VP8_COMMON *cm, YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag) argument
852 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
884 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
928 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1085 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1157 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
[all...]
/external/speex/libspeex/
H A Dpreprocess.c53 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[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp484 RenderBlock* post = toRenderBlock(pre->createAnonymousBoxWithSameTypeAs(block)); local
490 block->children()->insertChildNode(block, post, boxFirst);
503 splitInlines(pre, post, newBlockBox, beforeChild, oldCont);
512 // get deleted properly. Because objects moves from the pre block into the post block, we want to
516 post->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
848 // Translate the coords from the pre-anonymous block to the post-anonymous block.
H A DRenderBlock.cpp700 RenderBlock* post = block->createAnonymousColumnsBlock(); local
701 post->setChildrenInline(false);
707 block->children()->insertChildNode(block, post, boxFirst);
713 splitBlocks(pre, post, newBlockBox, beforeChild, oldCont);
722 // get deleted properly. Because objects moves from the pre block into the post block, we want to
726 post->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
732 RenderBlockFlow* post = 0; local
748 post = block->createAnonymousColumnsBlock();
749 post->setChildrenInline(block->childrenInline());
756 if (post)
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp269 int32_t post; // position of post context marker '}' in text member in class:RuleHalf
278 // output text. The length of the ante and post context is
346 post = -1;
718 if (post >= 0) {
721 post = buf.length();
779 // post < 0 ? text.length() : post);
780 if (post >= 0) {
781 text.remove(post);
[all...]
/external/fio/
H A Dinit.c708 char post[] = { 0, 'K', 'M', 'G', 'P', 'E', 0 }; local
709 char *p = post;
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp269 int32_t post; // position of post context marker '}' in text member in class:RuleHalf
278 // output text. The length of the ante and post context is
346 post = -1;
718 if (post >= 0) {
721 post = buf.length();
779 // post < 0 ? text.length() : post);
780 if (post >= 0) {
781 text.remove(post);
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1352 char post[32] = ""; local
1381 DebugSNPrintF(post, sizeof(post), ":%d", (port[0] << 8) | port[1]); break;
1386 DebugSNPrintF(post, sizeof(post), "%%%d]:%d",
1399 a[0], a[1], a[2], a[3], post); break;
1407 a[9], a[10], a[11], a[12], a[13], a[14], a[15], post); break;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java929 public void post(Runnable action) { method in class:ShadowView
930 Robolectric.getUiThreadScheduler().post(action);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpeglib.h703 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/external/jpeg/
H A Djpeglib.h630 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h630 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h689 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpeglib.h689 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c11998 /* post defines POST/PRE add. c is the token ++ or -- */
11999 void inc(int post, int c)
12003 if (post) {
12012 if (post)
12013 vpop(); /* if post op, return saved value */
12565 /* parse next post type */
13031 /* post operations */
11997 inc(int post, int c) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 444 milliseconds

12345