HomeSort by relevance Sort by last modified time
    Searched refs:btype (Results 1 - 25 of 37) sorted by null

1 2

  /external/zopfli/src/zopfli/
deflate.h 41 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);
deflate.c 490 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,
545 AddBit(btype & 1, bp, out, outsize);
546 AddBit((btype & 2) >> 1, bp, out, outsize);
548 if (btype == 1)
594 int btype = 2; local
    [all...]
  /external/v8/src/base/
functional.h 207 #define V8_BASE_BIT_SPECIALIZE_BIT_CAST(type, btype) \
211 return bit_cast<btype>(lhs) == bit_cast<btype>(rhs); \
217 hash<btype> h; \
218 return h(bit_cast<btype>(v)); \
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 122 int btype; //block type (0-2) member in struct:lodepng::ZlibBlockInfo
lodepng_util.cpp 371 unsigned long BTYPE = readBitFromStream(bp, &in[inpos]); BTYPE += 2 * readBitFromStream(bp, &in[inpos]);
373 zlibinfo->back().btype = BTYPE;
374 if(BTYPE == 3) { error = 20; return; } //error: invalid BTYPE
375 else if(BTYPE == 0) inflateNoCompression(out, &in[inpos], bp, pos, in.size());
376 else inflateHuffmanBlock(out, &in[inpos], bp, pos, in.size(), 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);
    [all...]
lodepng.h 281 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
    [all...]
lodepng.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 653 dbt.btype = BTYPE_VOID;
659 dbt.btype = BTYPE_CHAR;
667 dbt.btype = BTYPE_INT;
673 dbt.btype = BTYPE_FLOAT;
678 dbt.btype = BTYPE_FLOAT;
683 dbt.btype = BTYPE_FLOAT;
688 dbt.btype = BTYPE_CHAR;
696 dbt.btype = BTYPE_INT;
750 dbt.btype = BTYPE_STRUCT;
776 dbt.btype = BTYPE_TAG
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 2683 int btype; local
4144 string btype; local
4158 string btype; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 2589 int btype; local
4016 string btype; local
4030 string btype; local
    [all...]
  /external/libvncserver/webclients/novnc/include/
jsunzip.js 638 var btype;
645 btype = this.read_bits(d, 2, 0);
648 switch (btype)
  /external/svox/pico/lib/
picoctrl.c 144 picoos_uint8 btype; local
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut);
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 952 pBlk( Junction *q, int btype )
954 pBlk( q, btype )
956 int btype;
963 if ( btype == aLoopBegin )
996 if ( alt->p2 == NULL && btype == aOptBlk )
1004 if ( alt->p2 != NULL && !(((Junction *)alt->p2)->p2==NULL && btype == aOptBlk) )
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 4214 const glsl_type *btype = type->get_base_type(); local
4309 const glsl_type *btype = type->get_base_type(); local
4371 const glsl_type *btype = type->get_base_type(); local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 429 enum v4l2_buf_type btype; local
430 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
431 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
436 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
438 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
1398 enum v4l2_buf_type btype; local
1412 enum v4l2_buf_type btype; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 83 unsigned short btype; member in struct:cdkonbsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 83 unsigned short btype; member in struct:cdkonbsig
  /external/e2fsprogs/debugfs/
logdump.c 320 static const char *type_to_name(int btype)
322 switch (btype) {
  /toolchain/binutils/binutils-2.25/bfd/
coff-arm.c 651 thumb_pcrel_branchtype btype)
663 switch (btype)
698 switch (btype)
738 switch (btype)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 1821 enum v4l2_buf_type btype; local
7243 enum v4l2_buf_type btype; local
7395 enum v4l2_buf_type btype; local
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]

Completed in 901 milliseconds

1 2