Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dgentests.sh88 for bd in 1 2 4 8
90 doit "$ct" "$bd"
98 for bd in 8 16
100 doit "$ct" "$bd"
A Dpngimage.c124 # define T(name,chunk,cm_required,cm_absent,bd,when)\ argument
126 COLOR_MASK_ ## cm_required, COLOR_MASK_ ## cm_absent, BD_ ## bd,\
962 int bd = dp->bit_depth; in update_display() local
974 (transform_info[i].bit_depths & bd) != 0 && in update_display()
A Dpngvalid.c3974 #define DEPTH(bd) ((png_byte)(1U << (bd))) argument
5348 png_byte bd = png_get_bit_depth(pp, pi); in standard_info_part2() local
5350 if (bd >= 8 && (ct == PNG_COLOR_TYPE_RGB || ct == PNG_COLOR_TYPE_GRAY) && in standard_info_part2()
5354 dp->pixel_size = bit_size(pp, ct, bd); in standard_info_part2()
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dbuild-stm32-latest.sh54 bd=$(basename $board)
55 do_build $bd $bd USE_MBOOT=0 MBOOT_ENABLE_PACKING=0
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod_bk.c265 delta = bs = bd = NULL;
725 bd = Balloc(ptr,bd0->_k);
726 if (bd == NULL)
728 Bcopy(bd, bd0);
812 bd = pow5mult(ptr, bd, bd5);
813 if (bd == NULL)
817 bd = lshift(ptr, bd, bd2);
818 if (bd == NULL)
826 delta = diff(ptr, bb, bd);
1206 Bfree(ptr,bd);
[all …]
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfblock.c156 uInt bl, bd; in inflate_blocks() local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl, in inflate_blocks()
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); in inflate_blocks()
308 uInt bl, bd; in inflate_blocks() local
313 bd = 6; /* must be <= 9 for lookahead assumptions */ in inflate_blocks()
316 s->sub.trees.blens, &bl, &bd, &tl, &td, in inflate_blocks()
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL) in inflate_blocks()
A Dinftrees.c332 uIntf *bd, /* distance desired/actual bit depth */ in inflate_trees_dynamic() argument
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic()
364 if (r != Z_OK || (*bd == 0 && nl > 257)) in inflate_trees_dynamic()
411 uIntf *bd, /* distance desired/actual bit depth */ in inflate_trees_fixed() argument
464 *bd = fixed_bd; in inflate_trees_fixed()
A Dinfcodes.c59 uInt bl, uInt bd, in inflate_codes_new() argument
71 c->dbits = (Byte)bd; in inflate_codes_new()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c782 int rd, gd, bd, ad; in SDL_FindColor() local
790 bd = pal->colors[i].b - b; in SDL_FindColor()
792 distance = (rd * rd) + (gd * gd) + (bd * bd) + (ad * ad); in SDL_FindColor()
A DSDL_RLEaccel.c184 unsigned rs, gs, bs, rd, gd, bd; \
205 RGB_FROM_PIXEL(d, fmt, rd, gd, bd); \
208 bd += (bs - bd) * alpha >> 8; \
209 PIXEL_FROM_RGB(d, fmt, rd, gd, bd); \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8l_enc.c103 const uint8_t bd = (diff >> 0) & 0xff; in PaletteHasNonMonotonousDeltas() local
110 if (bd != 0x00) { in PaletteHasNonMonotonousDeltas()
111 sign_found |= (bd < 0x80) ? 64 : 128; in PaletteHasNonMonotonousDeltas()
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt104 2.3.3 U-0000FFFD = ef bf bd = "�" |
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dtest_ref.ppm4 …����������������������������������������������������������Ϭ����ķ�����[]obc{bd�MNmIMkJLkLMlIJjFGi@D…
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c69170 duk__push_string(thr, bd);
69260 duk__push_stridx_or_string(thr, bd);
69274 if (duk_bd_decode_flag(bd)) {
69465 duk__push_double(thr, bd);
69469 duk__push_string(thr, bd);
69473 duk__push_stridx(thr, bd);
104307 len = duk_bd_decode(bd, 5);
104314 t = duk_bd_decode(bd, 5);
104322 t = duk_bd_decode(bd, 5);
104328 t = duk_bd_decode(bd, 5);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …����۲�™���}�cdnKLS4EI0HJ5KI:GE9D@7QEEk__���������������������������������莎�bd�>C�PI�TM�OJ�F@�FB�MJ…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1157 397863bd Refactor CopyPlane() and CopyPixels() methods: put them in utils.
3621 378086bd misc cosmetics

Completed in 295 milliseconds