HomeSort by relevance Sort by last modified time
    Searched refs:btype (Results 1 - 25 of 44) 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/opencv3/modules/imgproc/perf/
perf_blur.cpp 56 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/
DomainBrowser.cs 71 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,
  /external/v8/src/base/
functional.h 206 #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/
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/avahi/avahi-client/
lookup.h 62 AvahiDomainBrowserType btype,
browser.c 109 AvahiDomainBrowserType btype,
166 bt = btype;
201 if (db->static_browse_domains && btype == AVAHI_DOMAIN_BROWSER_BROWSE) {
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 2593 int btype; local
4027 string btype; local
4041 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;
  /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 314 static const char *type_to_name(int btype)
316 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...]

Completed in 1100 milliseconds

1 2