Searched defs:btype (Results 1 - 10 of 10) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h122 int btype; //block type (0-2) member in struct:lodepng::ZlibBlockInfo
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_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.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/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/zopfli/src/zopfli/
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/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c388 create_arg_op(enum filter_op_type btype) argument
394 arg->op.type = btype;
632 enum filter_op_type *btype,
636 *btype = FILTER_OP_NOT;
641 *btype = FILTER_OP_AND;
643 *btype = FILTER_OP_OR;
647 if (*btype != FILTER_OP_NOT)
898 enum filter_op_type btype; local
999 op_type = process_op(token, &btype, &ctype, &etype);
1027 arg = create_arg_op(btype);
631 process_op(const char *token, enum filter_op_type *btype, enum filter_cmp_type *ctype, enum filter_exp_type *etype) argument
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c2586 int btype; local
2591 btype = register_Btype (work);
2615 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4017 string btype; local
4018 string_init (&btype);
4019 if (demangle_class_name (work, mangled, &btype)) {
4020 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4022 string_appends (result, &btype);
4026 string_delete (&btype);
4031 string btype; local
[all...]
/external/valgrind/main/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...]

Completed in 533 milliseconds