Home
last modified time | relevance | path

Searched full:bitstream (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBitstreamVera1 Bitstream Vera Fonts Copyright
4 long as "Bitstream" or "Vera" are not in the names), and full
13 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
14 Vera is a trademark of Bitstream, Inc.
32 the words "Bitstream" or the word "Vera".
36 "Bitstream Vera" names.
46 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
53 Foundation, and Bitstream Inc., shall not be used in advertising or
56 or Bitstream Inc., respectively. For further information, contact:
64 Bitstream is giving away these fonts, but wishes to ensure its
[all …]
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dentropy_common.c67 U32 bitStream; in FSE_readNCount() local
74 bitStream = ZSTD_readLE32(ip); in FSE_readNCount()
75 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */ in FSE_readNCount()
78 bitStream >>= 4; in FSE_readNCount()
88 while ((bitStream & 0xFFFF) == 0xFFFF) { in FSE_readNCount()
92 bitStream = ZSTD_readLE32(ip) >> bitCount; in FSE_readNCount()
94 bitStream >>= 16; in FSE_readNCount()
98 while ((bitStream & 3) == 3) { in FSE_readNCount()
100 bitStream >>= 2; in FSE_readNCount()
103 n0 += bitStream & 3; in FSE_readNCount()
[all …]
H A Dfse_compress.c48 #include "bitstream.h"
213 U32 bitStream; in FSE_writeNCount_generic() local
218 bitStream = 0; in FSE_writeNCount_generic()
221 bitStream += (tableLog - FSE_MIN_TABLELOG) << bitCount; in FSE_writeNCount_generic()
236 bitStream += 0xFFFFU << bitCount; in FSE_writeNCount_generic()
239 out[0] = (BYTE)bitStream; in FSE_writeNCount_generic()
240 out[1] = (BYTE)(bitStream >> 8); in FSE_writeNCount_generic()
242 bitStream >>= 16; in FSE_writeNCount_generic()
246 bitStream += 3 << bitCount; in FSE_writeNCount_generic()
249 bitStream += (charnum - start) << bitCount; in FSE_writeNCount_generic()
[all …]
H A Dbitstream.h2 * bitstream
64 * bitStream encoding API (write forward)
66 /* bitStream can mix input from multiple sources.
84 * bitStream will never write outside of this buffer.
93 * Avoid storing elements of more than 24 bits if you want compatibility with 32-bits bitstream rea…
95 * Last operation is to close the bitStream.
101 * bitStream decoding API (read backward)
124 * A chunk of the bitStream is then stored into a local register.
156 * bitStream encoding
231 * bitStream decoding
[all …]
H A Dfse.h228 #include "bitstream.h"
317 BIT_CStream_t bitStream; // bitStream tracking structure
321 The first thing to do is to init bitStream and state.
322 size_t errorCode = BIT_initCStream(&bitStream, dstBuffer, maxDstSize);
329 FSE_encodeByte(&bitStream, &state, symbol);
333 BIT_addBits(&bitStream, bitField, nbBits);
338 BIT_flushBits(&bitStream);
341 FSE_flushState(&bitStream, &state);
343 Finally, you must close the bitStream.
347 size_t size = BIT_closeCStream(&bitStream);
[all …]
/OK3568_Linux_fs/buildroot/package/bitstream/
H A Dbitstream.hash1 # From https://get.videolan.org/bitstream/1.5/bitstream-1.5.tar.bz2.md5
2 md5 34630d13332fd1575bcc8531b0a596be bitstream-1.5.tar.bz2
3 # From https://get.videolan.org/bitstream/1.5/bitstream-1.5.tar.bz2.sha256
4 sha256 45fc5a5a6e4537a69fa8440821e87b76252135180a3070c631b0b36ce0a3b90a bitstream-1.5.tar.bz2
H A DConfig.in2 bool "bitstream"
4 biTStream is a set of C headers allowing a simpler access to
8 http://www.videolan.org/developers/bitstream.html
H A Dbitstream.mk3 # bitstream
8 BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
9 BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dzynqmppl.c76 debug("%s: Let's check bitstream header\n", __func__); in check_header()
78 /* Checking that passing bin is not a bitstream */ in check_header()
97 debug("%s: Found bitstream header at %px %s swapinng\n", __func__, in check_header()
112 /* Find the first bitstream dummy word */ in check_data()
118 /* FIXME add full bitstream checking here */ in check_data()
154 /* For bitstream which are aligned */ in zynqmp_align_dma_buffer()
157 printf("%s: Bitstream is not swapped(%d) - swap it\n", __func__, in zynqmp_align_dma_buffer()
181 printf("%s: Bitstream is not validated yet (diff %lx)\n", in zynqmp_validate_bitstream()
187 printf("%s: Bitstream has to be placed up to 1MB (%px)\n", in zynqmp_validate_bitstream()
H A DKconfig13 Enable Altera FPGA specific functions which includes bitstream
31 Enable FPGA driver for loading bitstream in BIT and BIN format
38 Enable Xilinx FPGA specific functions which includes bitstream
45 Enable FPGA driver for loading bitstream in BIT and BIN format
H A Dzynqpl.c94 debug("%s: Let's check bitstream header\n", __func__); in check_header()
96 /* Checking that passing bin is not a bitstream */ in check_header()
116 debug("%s: Bitstream is not recognized\n", __func__); in check_header()
120 debug("%s: Found bitstream header at %x %s swapinng\n", __func__, in check_header()
135 /* Find the first bitstream dummy word */ in check_data()
141 /* FIXME add full bitstream checking here */ in check_data()
307 /* For bitstream which are aligned */ in zynq_align_dma_buffer()
310 printf("%s: Bitstream is not swapped(%d) - swap it\n", __func__, in zynq_align_dma_buffer()
335 printf("%s: Bitstream is not validated yet (diff %x)\n", in zynq_validate_bitstream()
341 printf("%s: Bitstream has to be placed up to 1MB (%x)\n", in zynq_validate_bitstream()
[all …]
H A Dxilinx.c52 debug("%s: Design name id not recognized in bitstream\n", in fpga_loadbitstream()
64 printf("%s: Part number id not recognized in bitstream\n", in fpga_loadbitstream()
75 printf("%s: Wrong bitstream ID for this device\n", in fpga_loadbitstream()
77 printf("%s: Bitstream ID %s, current device ID %d/%s\n", in fpga_loadbitstream()
90 printf("%s: Date identifier not recognized in bitstream\n", in fpga_loadbitstream()
102 printf("%s: Time identifier not recognized in bitstream\n", in fpga_loadbitstream()
114 printf("%s: Data length id not recognized in bitstream\n", in fpga_loadbitstream()
123 printf(" bytes in bitstream = %d\n", swapsize); in fpga_loadbitstream()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DTLWG101 Copyright (C) 2003 by Bitstream, Inc. All Rights Reserved.
104 Bitstream Vera is a trademark of Bitstream, Inc.
124 the words "Bitstream" or the word "Vera".
128 "Bitstream Vera" names.
138 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
145 Foundation, and Bitstream Inc., shall not be used in advertising or
148 or Bitstream Inc., respectively. For further information, contact:
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_vli.h69 * __little endian__ bitstream, least significant bit first (left most)
190 /* for the bitstream, we need a cursor */
214 /* the bitstream itself knows its length */
215 struct bitstream { struct
226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind()
240 /* Put (at most 64) least significant bits of val into bitstream, and advance cursor.
245 * If there is not enough room left in bitstream,
246 * leaves bitstream unchanged and returns -ENOBUFS.
248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-genwqe4 Description: Unique bitstream identification e.g.
21 Description: Currently active bitstream. 1 is default, 0 is backup.
26 Description: Interface to set the next bitstream to be used.
31 Description: Interface to trigger a PCIe card reset to reload the bitstream.
38 If successfully, the card will come back with the bitstream set
/OK3568_Linux_fs/buildroot/package/bitstream-vera/
H A Dbitstream-vera.mk3 # bitstream-vera
8 BITSTREAM_VERA_SITE = http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(BITSTREAM_VERA_VE…
9 BITSTREAM_VERA_SOURCE = ttf-bitstream-vera-$(BITSTREAM_VERA_VERSION).tar.bz2
10 BITSTREAM_VERA_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/ttf-bitstream-vera
H A Dbitstream-vera.hash1 # From http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.b…
2 sha256 db5b27df7bbb318036ebdb75acd3e98f1bd6eb6608fb70a67d478cd243d178dc ttf-bitstream-vera-1.10.t…
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/ttf-fonts/
H A Dttf-bitstream-vera_1.10.bb1 SUMMARY = "The Bitstream Vera fonts - TTF Edition"
3 DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \
20 SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-bit.c156 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device()
167 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full()
169 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full()
179 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write()
211 v4l2_err(&ctx->dev->v4l2_dev, "failed to flush bitstream\n"); in coda_bitstream_flush()
215 kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr, in coda_bitstream_flush()
216 ctx->bitstream.size); in coda_bitstream_flush()
259 ctx->bitstream.size) in coda_bitstream_try_queue()
286 "bitstream buffer overflow\n"); in coda_bitstream_try_queue()
305 v4l2_err(&ctx->dev->v4l2_dev, "bitstream buffer overflow\n"); in coda_bitstream_try_queue()
[all …]
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c27 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream()
68 inline unsigned long pull_bits(struct bitstream *stream, in pull_bits()
88 inline int pull_bit(struct bitstream *stream) in pull_bit()
99 static void discard_bits(struct bitstream *stream) in discard_bits()
108 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none()
123 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol()
141 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman()
214 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic()
320 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed()
356 struct bitstream stream; in decompress_block()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-font/
H A Dfont-bitstream-100dpi_1.0.3.bb3 SUMMARY = "Bitstream 100 DPI fonts"
4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/"
13 UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.123454 The Vera Bitstream License applies to the following files:
459 Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
463 Bitstream Vera Fonts Copyright
466 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
467 a trademark of Bitstream, Inc.
483 are renamed to names not containing either the words "Bitstream" or the word
487 Software that has been modified and is distributed under the "Bitstream
496 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
504 Foundation, and Bitstream Inc., shall not be used in advertising or
506 without prior written authorization from the Gnome Foundation or Bitstream
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/venc/
H A Dvenc_vp8_if.c233 * Compose ac_tag, bitstream header and bitstream payload into
234 * one bitstream buffer.
272 mtk_vcodec_err(inst, "bitstream buf size is too small(%zu)", in vp8_enc_compose_one_frame()
278 * (1) The vp8 bitstream header and body are generated by the HW vp8 in vp8_enc_compose_one_frame()
279 * encoder separately at the same time. We cannot know the bitstream in vp8_enc_compose_one_frame()
282 * ac tag, bitstream header and bitstream body. in vp8_enc_compose_one_frame()
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_sysfs.c15 * the version of the bitstream as well as some for the driver. For
133 * curr_bitstream_show() - Show the current bitstream id
136 * bitstream, which causes the IO_SLU_BITSTREAM register to report
144 * The proposed circumvention is to use a special recovery bitstream
160 * next_bitstream_show() - Show the next activated bitstream
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dchanwr.c54 /* Place quantized parameters into bitstream */
63 /* IBITS - Serial bitstream */
82 /* Reconstruct parameters from bitstream */
86 /* IBITS - Serial bitstream */
149 /* Place quantized parameters into bitstream */ in chanwr_0_()
170 /* Reconstruct parameters from bitstream */ in chanwr_0_()

12345678910>>...13