Searched refs:btype (Results 1 - 18 of 18) sorted by relevance

/external/zopfli/src/zopfli/
H A Ddeflate.h41 btype: the deflate block type. Use 2 for best compression.
57 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
66 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
80 size_t lstart, size_t lend, int btype);
H A Ddeflate.c490 size_t lstart, size_t lend, int btype) {
494 double result = 3; /* bfinal and btype bits */
496 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */
498 if(btype == 1) {
514 btype: the block type, must be 1 or 2
528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, argument
545 AddBit(btype & 1, bp, out, outsize);
546 AddBit((btype & 2) >> 1, bp, out, outsize);
548 if (btype
488 ZopfliCalculateBlockSize(const unsigned short* litlens, const unsigned short* dists, size_t lstart, size_t lend, int btype) argument
594 int btype = 2; local
700 DeflateBlock(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
721 DeflateSplittingFirst(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
755 DeflateSplittingLast(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
827 ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
844 ZopfliDeflate(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t insize, unsigned char* bp, unsigned char** out, size_t* outsize) argument
[all...]
/external/opencv3/modules/imgproc/perf/
H A Dperf_blur.cpp56 BorderType3x3 btype = get<2>(GetParam()); local
63 TEST_CYCLE() GaussianBlur(src, dst, Size(3,3), 0, 0, btype);
78 BorderType3x3 btype = get<2>(GetParam()); local
85 TEST_CYCLE() blur(src, dst, Size(3,3), Point(-1,-1), btype);
100 BorderType btype = get<2>(GetParam()); local
112 TEST_CYCLE() blur(src, dst, Size(16,16), Point(-1,-1), btype);
127 BorderType3x3 btype = get<2>(GetParam()); local
134 TEST_CYCLE() boxFilter(src, dst, -1, Size(3,3), Point(-1,-1), false, btype);
149 BorderType3x3 btype = get<2>(GetParam()); local
160 boxFilter(dst, dst, -1, Size(3,3), Point(-1,-1), false, btype);
177 BorderType btype = get<2>(GetParam()); local
199 BorderType btype = get<2>(GetParam()); local
[all...]
/external/avahi/avahi-sharp/
H A DDomainBrowser.cs71 private DomainBrowserType btype; field in class:Avahi.DomainBrowser
80 byte[] domain, int btype, LookupFlags flags,
121 DomainBrowserType btype, LookupFlags flags)
127 this.btype = btype;
150 Utility.StringToBytes (domain), (int) btype, flags,
79 avahi_domain_browser_new(IntPtr client, int iface, int proto, byte[] domain, int btype, LookupFlags flags, DomainBrowserCallback cb, IntPtr userdata) argument
120 DomainBrowser(Client client, int iface, Protocol proto, string domain, DomainBrowserType btype, LookupFlags flags) argument
/external/v8/src/base/
H A Dfunctional.h206 #define V8_BASE_BIT_SPECIALIZE_BIT_CAST(type, btype) \
210 return bit_cast<btype>(lhs) == bit_cast<btype>(rhs); \
216 hash<btype> h; \
217 return h(bit_cast<btype>(v)); \
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h122 int btype; //block type (0-2) member in struct:lodepng::ZlibBlockInfo
H A Dlodepng_util.cpp373 zlibinfo->back().btype = BTYPE;
481 const unsigned char* in, size_t& bp, size_t& pos, size_t inlength, unsigned long btype)
484 if(btype == 1) { generateFixedTrees(codetree, codetreeD); }
485 else if(btype == 2) { getTreeInflateDynamic(codetree, codetreeD, in, bp, inlength); if(error) return; }
480 inflateHuffmanBlock(std::vector<unsigned char>& out, const unsigned char* in, size_t& bp, size_t& pos, size_t inlength, unsigned long btype) argument
H A Dlodepng.h281 unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper compression.*/ member in struct:LodePNGCompressSettings
1170 *) btype: the block type for LZ77. 0 = uncompressed, 1 = fixed huffman tree,
H A Dlodepng.cpp1087 size_t* pos, size_t inlength, unsigned btype)
1097 if(btype == 1) getTreeInflateFixed(&tree_ll, &tree_d);
1098 else if(btype == 2) error = getTreeInflateDynamic(&tree_ll, &tree_d, in, bp, inlength);
1972 if(settings->btype > 2) return 61;
1973 else if(settings->btype == 0) return deflateNoCompression(out, in, insize);
1974 else if(settings->btype == 1) blocksize = insize;
1975 else /*if(settings->btype == 2)*/
1994 if(settings->btype == 1) error = deflateFixed(out, &bp, &hash, in, start, end, settings, final);
1995 else if(settings->btype == 2) error = deflateDynamic(out, &bp, &hash, in, start, end, settings, final);
2222 settings->btype
1086 inflateHuffmanBlock(ucvector* out, const unsigned char* in, size_t* bp, size_t* pos, size_t inlength, unsigned btype) argument
[all...]
/external/libvncserver/webclients/novnc/include/
H A Djsunzip.js638 var btype;
645 btype = this.read_bits(d, 2, 0);
648 switch (btype)
/external/avahi/avahi-client/
H A Dlookup.h62 AvahiDomainBrowserType btype,
H A Dbrowser.c109 AvahiDomainBrowserType btype,
166 bt = btype;
201 if (db->static_browse_domains && btype == AVAHI_DOMAIN_BROWSER_BROWSE) {
104 avahi_domain_browser_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDomainBrowserType btype, AvahiLookupFlags flags, AvahiDomainBrowserCallback callback, void *userdata) argument
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c2593 int btype; local
2598 btype = register_Btype (work);
2622 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4027 string btype; local
4028 string_init (&btype);
4029 if (demangle_class_name (work, mangled, &btype)) {
4030 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4032 string_appends (result, &btype);
4036 string_delete (&btype);
4041 string btype; local
[all...]
/external/svox/pico/lib/
H A Dpicoctrl.c144 picoos_uint8 btype; local
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut);
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype;
/external/e2fsprogs/debugfs/
H A Dlogdump.c314 static const char *type_to_name(int btype) argument
316 switch (btype) {
/external/valgrind/perf/
H A Dtinycc.c12130 CType type1, btype;
12193 parse_btype(&btype, &ad);
12197 type1 = btype;
14508 CType btype, type;
14512 if (!parse_btype(&btype, &ad))
14514 if (((btype.t & VT_BTYPE) == VT_ENUM ||
14515 (btype.t & VT_BTYPE) == VT_STRUCT) &&
14520 type = btype;
14635 CType type, btype;
14640 if (!parse_btype(&btype,
12128 CType type1, btype; local
14506 CType btype, type; local
14633 CType type, btype; local
[all...]
/external/opencv3/modules/core/src/
H A Ddxt.cpp2916 int atype = _srcA.type(), btype = _srcB.type(),
2921 if ( !(atype == CV_32FC2 && btype == CV_32FC2) || flags != 0 )
/external/opencv3/modules/imgproc/src/
H A Dfilter.cpp4215 * const btype = borderMap[borderType & ~BORDER_ISOLATED];
4225 radiusX, (int)localsize[0], (int)localsize[1], cn, btype,

Completed in 525 milliseconds