Searched defs:bd (Results 1 - 25 of 79) sorted by last modified time

1234

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2489 static unsigned checkColorValidity(LodePNGColorType colortype, unsigned bd) /*bd = bitdepth*/ argument
2493 case 0: if(!(bd == 1 || bd == 2 || bd == 4 || bd == 8 || bd == 16)) return 37; break; /*grey*/
2494 case 2: if(!( bd == 8 || bd == 16)) return 37; break; /*RGB*/
2495 case 3: if(!(bd
[all...]
/external/qemu/audio/
H A Ddsound_template.h190 DSCBUFFERDESC bd; local
195 DSBUFFERDESC bd; local
209 memset (&bd, 0, sizeof (bd));
210 bd.dwSize = sizeof (bd);
211 bd.lpwfxFormat = &wfx;
213 bd.dwBufferBytes = conf.bufsize_in;
216 &bd,
221 bd
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c318 int rd, gd, bd; local
326 bd = pal->colors[i].b - b;
327 distance = (rd*rd)+(gd*gd)+(bd*bd);
/external/qemu/hw/android/goldfish/
H A Dnand.c480 struct batch_data bd; local
491 cpu_physical_memory_read(bd_addr, (void*)&bd, sizeof(struct batch_data));
492 s->dev = bd.dev;
493 s->addr_low = bd.addr_low;
494 s->addr_high = bd.addr_high;
495 s->transfer_size = bd.transfer_size;
496 s->data = bd.data;
594 struct batch_data bd; local
601 bd.result = s->result;
602 cpu_physical_memory_write(bd_addr, (void*)&bd, sizeo
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/pixman/pixman/
H A Dpixman-trap.c567 pixman_point_fixed_t ad, bd; local
571 bd.x = b->x - ref->x;
572 bd.y = b->y - ref->y;
574 return ((pixman_fixed_32_32_t) bd.y * ad.x -
575 (pixman_fixed_32_32_t) ad.y * bd.x) < 0;
/external/opencv/cv/src/
H A Dcvshapedescr.cpp979 double* Ad = 0, *bd = 0; local
1021 CV_CALL( bd = (double*)cvAlloc( n*sizeof(bd[0]) ));
1025 b = cvMat( n, 1, CV_64F, bd );
1043 bd[i] = 10000.0; // 1.0?
1056 b = cvMat( 2, 1, CV_64F, bd );
1061 bd[0] = gfp[3];
1062 bd[1] = gfp[4];
1067 b = cvMat( n, 1, CV_64F, bd );
1080 bd[
[all...]
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1273 #define bd(y) ((double*)(bdata + y*src2step))[0] macro
1305 t = (bd(0)*Sd(1,1) - bd(1)*Sd(0,1))*d;
1306 Dd(1,0) = (bd(1)*Sd(0,0) - bd(0)*Sd(1,0))*d;
1354 t[0] = ((Sd(1,1) * Sd(2,2) - Sd(1,2) * Sd(2,1))*bd(0) +
1355 (Sd(0,2) * Sd(2,1) - Sd(0,1) * Sd(2,2))*bd(1) +
1356 (Sd(0,1) * Sd(1,2) - Sd(0,2) * Sd(1,1))*bd(2))*d;
1358 t[1] = ((Sd(1,2) * Sd(2,0) - Sd(1,0) * Sd(2,2))*bd(0) +
1359 (Sd(0,0) * Sd(2,2) - Sd(0,2) * Sd(2,0))*bd(
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h464 PdtBalanceData<A> *bd = new PdtBalanceData<A>; local
484 bd->OpenInsert(paren_id, close_source + state_id_shift);
485 bd->CloseInsert(paren_id, close_source + state_id_shift,
494 bd->FinishInsert(*it);
498 return bd;
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
H A Dapple_glx_surface.c52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c743 unsigned int width, height, bd, depth; local
763 (dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp49 ReducePassList(BugDriver &bd) : BD(bd) {} argument
109 ReduceCrashingGlobalVariables(BugDriver &bd, argument
111 : BD(bd), TestFn(testFn) {}
179 ReduceCrashingFunctions(BugDriver &bd, argument
181 : BD(bd), TestFn(testFn) {}
252 ReduceCrashingBlocks(BugDriver &bd, argument
254 : BD(bd), TestFn(testFn) {}
361 ReduceCrashingInstructions(BugDriver &bd, argument
363 : BD(bd), TestF
[all...]
H A DMiscompilation.cpp49 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} argument
181 ReduceMiscompilingFunctions(BugDriver &bd, argument
184 : BD(bd), TestFn(F) {}
465 ReduceMiscompiledBlocks(BugDriver &bd, argument
469 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; local
49 bd.predictor = reinterpret_cast<unsigned char*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
77 uint8_t *predictor = bd.predictor;
85 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 predictor = bd.predictor;
102 vpx_free(bd.predictor);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) argument
26 unsigned char *pred_ptr = bd->predictor;
473 BLOCKD *bd = &x->block[24]; local
475 if(bd->dequant[0]>=35 && bd->dequant[1]>=35)
478 for(i=0;i<(*bd->eob);i++)
480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]];
495 for(i=0;i<(*bd->eob);i++)
498 bd->qcoeff[rc]=0;
499 bd
[all...]
H A Drdopt.c426 BLOCKD *bd; local
433 bd = &mb->e_mbd.block[i];
439 int this_diff = be->coeff[j] - bd->dqcoeff[j];
453 BLOCKD *bd; local
462 bd = &mb->e_mbd.block[i];
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
1057 BLOCKD *bd = &x->e_mbd.block[i]; local
1060 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict);
1061 vp8_subtract_b(be, bd, 16);
1063 x->quantize_b(be, bd);
1105 int bd = 0; local
1488 BLOCKD *bd = &x->e_mbd.block[i]; local
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
76 unsigned char *predictor = &bd->predictor[0];
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
41 unsigned char *predictor = &bd->predictor[0];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1718 int64_t bd = 0, block_sse = 0; local
2057 bd += bsi->rdstat[i][mode_idx].bdist;
2074 bsi->d = bd;
/external/libpng/contrib/libtests/
H A Dpngimage.c103 # define T(name,chunk,cm_required,cm_absent,bd,when)\
105 COLOR_MASK_ ## cm_required, COLOR_MASK_ ## cm_absent, BD_ ## bd,\
879 int bd = dp->bit_depth; local
891 (transform_info[i].bit_depths & bd) != 0 &&
/external/icu/icu4c/source/common/
H A Dubidi.c672 bracketInit(UBiDi *pBiDi, BracketData *bd) { argument
673 bd->pBiDi=pBiDi;
674 bd->isoRunLast=0;
675 bd->isoRuns[0].start=0;
676 bd->isoRuns[0].limit=0;
677 bd->isoRuns[0].level=GET_PARALEVEL(pBiDi, 0);
678 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
679 bd
693 bracketProcessB(BracketData *bd, UBiDiLevel level) argument
703 bracketProcessBoundary(BracketData *bd, int32_t lastCcPos, UBiDiLevel contextLevel, UBiDiLevel embeddingLevel) argument
719 bracketProcessLRI_RLI(BracketData *bd, UBiDiLevel level) argument
734 bracketProcessPDI(BracketData *bd) argument
743 bracketAddOpening(BracketData *bd, UChar match, int32_t position) argument
768 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) argument
795 bracketProcessClosing(BracketData *bd, int32_t openIdx, int32_t position) argument
873 bracketProcessChar(BracketData *bd, int32_t position) argument
[all...]

Completed in 1173 milliseconds

1234