/external/brotli/c/dec/ |
D | bit_reader.h | 83 const BrotliBitReader* br) { in BrotliGetAvailableBits() 90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes() 99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount() 108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow() 159 static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const br) { in BrotliFillBitWindow16() 165 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() 184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked() 191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked() 199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits() 207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits() [all …]
|
D | bit_reader.c | 29 void BrotliInitBitReader(BrotliBitReader* const br) { in BrotliInitBitReader() 34 BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br) { in BrotliWarmupBitReader() 57 BROTLI_BOOL BrotliSafeReadBits32Slow(BrotliBitReader* const br, in BrotliSafeReadBits32Slow()
|
D | decode.c | 135 BrotliBitReader* br) { in DecodeWindowBits() 182 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8() 226 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength() 352 BrotliBitReader* br) { in DecodeSymbol() 369 BrotliBitReader* br) { in ReadSymbol() 376 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol() 416 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol() 428 BrotliBitReader* br, in PreloadSymbol() 443 BrotliBitReader* br, in ReadPreloadedSymbol() 479 BrotliBitReader* br = &s->br; in ReadSimpleHuffmanSymbols() local [all …]
|
/external/flac/src/libFLAC/ |
D | bitreader.c | 122 static inline void crc16_update_word_(FLAC__BitReader *br, brword word) in crc16_update_word_() argument 135 static inline void crc16_update_block_(FLAC__BitReader *br) in crc16_update_block_() 157 static FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br) in bitreader_read_from_client_() 258 FLAC__BitReader *br = calloc(1, sizeof(FLAC__BitReader)); in FLAC__bitreader_new() local 272 void FLAC__bitreader_delete(FLAC__BitReader *br) in FLAC__bitreader_delete() 286 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__BitReaderReadCallback rcb, void *cd) in FLAC__bitreader_init() 305 void FLAC__bitreader_free(FLAC__BitReader *br) in FLAC__bitreader_free() 322 FLAC__bool FLAC__bitreader_clear(FLAC__BitReader *br) in FLAC__bitreader_clear() 332 void FLAC__bitreader_set_framesync_location(FLAC__BitReader *br) in FLAC__bitreader_set_framesync_location() 337 FLAC__bool FLAC__bitreader_rewind_to_after_last_seen_framesync(FLAC__BitReader *br) in FLAC__bitreader_rewind_to_after_last_seen_framesync() [all …]
|
/external/cronet/tot/third_party/brotli/dec/ |
D | bit_reader.h | 83 const BrotliBitReader* br) { in BrotliGetAvailableBits() 90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes() 99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount() 108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow() 169 static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const br) { in BrotliFillBitWindow16() 175 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() 194 BrotliBitReader* const br) { in BrotliGetBitsUnmasked() 201 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked() 209 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits() 217 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits() [all …]
|
D | bit_reader.c | 29 void BrotliInitBitReader(BrotliBitReader* const br) { in BrotliInitBitReader() 34 BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br) { in BrotliWarmupBitReader() 57 BROTLI_BOOL BrotliSafeReadBits32Slow(BrotliBitReader* const br, in BrotliSafeReadBits32Slow()
|
D | decode.c | 136 BrotliBitReader* br) { in DecodeWindowBits() 183 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8() 227 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength() 353 BrotliBitReader* br) { in DecodeSymbol() 370 BrotliBitReader* br) { in ReadSymbol() 377 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol() 417 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol() 429 BrotliBitReader* br, in PreloadSymbol() 444 BrotliBitReader* br, in ReadPreloadedSymbol() 480 BrotliBitReader* br = &s->br; in ReadSimpleHuffmanSymbols() local [all …]
|
/external/cronet/stable/third_party/brotli/dec/ |
D | bit_reader.h | 83 const BrotliBitReader* br) { in BrotliGetAvailableBits() 90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes() 99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount() 108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow() 169 static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const br) { in BrotliFillBitWindow16() 175 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() 194 BrotliBitReader* const br) { in BrotliGetBitsUnmasked() 201 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked() 209 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits() 217 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits() [all …]
|
D | bit_reader.c | 29 void BrotliInitBitReader(BrotliBitReader* const br) { in BrotliInitBitReader() 34 BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br) { in BrotliWarmupBitReader() 57 BROTLI_BOOL BrotliSafeReadBits32Slow(BrotliBitReader* const br, in BrotliSafeReadBits32Slow()
|
D | decode.c | 136 BrotliBitReader* br) { in DecodeWindowBits() 183 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8() 227 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength() 353 BrotliBitReader* br) { in DecodeSymbol() 370 BrotliBitReader* br) { in ReadSymbol() 377 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol() 417 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol() 429 BrotliBitReader* br, in PreloadSymbol() 444 BrotliBitReader* br, in ReadPreloadedSymbol() 480 BrotliBitReader* br = &s->br; in ReadSimpleHuffmanSymbols() local [all …]
|
/external/brotli/csharp/org/brotli/dec/ |
D | BitReader.cs | 55 internal static void ReadMoreInput(Org.Brotli.Dec.BitReader br) in ReadMoreInput() 97 internal static void CheckHealth(Org.Brotli.Dec.BitReader br, bool endOfStream) in CheckHealth() 115 internal static void FillBitWindow(Org.Brotli.Dec.BitReader br) in FillBitWindow() 125 internal static int ReadBits(Org.Brotli.Dec.BitReader br, int n) in ReadBits() 141 internal static void Init(Org.Brotli.Dec.BitReader br, System.IO.Stream input) in Init() 156 private static void Prepare(Org.Brotli.Dec.BitReader br) in Prepare() 164 internal static void Reload(Org.Brotli.Dec.BitReader br) in Reload() 173 internal static void Close(Org.Brotli.Dec.BitReader br) in Close() 183 internal static void JumpToByteBoundary(Org.Brotli.Dec.BitReader br) in JumpToByteBoundary() 196 internal static int IntAvailable(Org.Brotli.Dec.BitReader br) in IntAvailable() [all …]
|
D | Decode.cs | 45 private static int DecodeVarLenUnsignedByte(Org.Brotli.Dec.BitReader br) in DecodeVarLenUnsignedByte() 62 private static void DecodeMetaBlockLength(Org.Brotli.Dec.BitReader br, Org.Brotli.Dec.State state) in DecodeMetaBlockLength() 115 private static int ReadSymbol(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadSymbol() 133 private static int ReadBlockLength(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadBlockLength() 180 …engths(int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, Org.Brotli.Dec.BitReader br) in ReadHuffmanCodeLengths() 252 …static void ReadHuffmanCode(int alphabetSize, int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadHuffmanCode() 349 …ate static int DecodeContextMap(int contextMapSize, byte[] contextMap, Org.Brotli.Dec.BitReader br) in DecodeContextMap()
|
/external/webp/src/utils/ |
D | bit_reader_utils.c | 25 void VP8BitReaderSetBuffer(VP8BitReader* const br, in VP8BitReaderSetBuffer() 35 void VP8InitBitReader(VP8BitReader* const br, in VP8InitBitReader() 48 void VP8RemapBitReader(VP8BitReader* const br, ptrdiff_t offset) { in VP8RemapBitReader() 88 void VP8LoadFinalBytes(VP8BitReader* const br) { in VP8LoadFinalBytes() 106 uint32_t VP8GetValue(VP8BitReader* const br, int bits, const char label[]) { in VP8GetValue() 114 int32_t VP8GetSignedValue(VP8BitReader* const br, int bits, in VP8GetSignedValue() 142 void VP8LInitBitReader(VP8LBitReader* const br, const uint8_t* const start, in VP8LInitBitReader() 166 void VP8LBitReaderSetBuffer(VP8LBitReader* const br, in VP8LBitReaderSetBuffer() 177 static void VP8LSetEndOfStream(VP8LBitReader* const br) { in VP8LSetEndOfStream() 183 static void ShiftBytes(VP8LBitReader* const br) { in ShiftBytes() [all …]
|
D | bit_reader_inl_utils.h | 58 void VP8LoadNewBytes(VP8BitReader* WEBP_RESTRICT const br) { in VP8LoadNewBytes() 107 static WEBP_INLINE int VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, in VP8GetBit() 140 int VP8GetSigned(VP8BitReader* WEBP_RESTRICT const br, int v, in VP8GetSigned() 159 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* WEBP_RESTRICT const br, in VP8GetBitAlt()
|
D | bit_reader_utils.h | 33 #define BT_TRACK(br) BitTrace(br, label) argument 36 #define BT_TRACK(br) argument 167 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) { in VP8LPrefetchBits() 173 static WEBP_INLINE int VP8LIsEndOfStream(const VP8LBitReader* const br) { in VP8LIsEndOfStream() 182 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos() 189 static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) { in VP8LFillBitWindow()
|
/external/curl/lib/ |
D | bufref.c | 38 void Curl_bufref_init(struct bufref *br) in Curl_bufref_init() 55 void Curl_bufref_free(struct bufref *br) in Curl_bufref_free() 73 void Curl_bufref_set(struct bufref *br, const void *ptr, size_t len, in Curl_bufref_set() 88 const unsigned char *Curl_bufref_ptr(const struct bufref *br) in Curl_bufref_ptr() 100 size_t Curl_bufref_len(const struct bufref *br) in Curl_bufref_len() 109 CURLcode Curl_bufref_memdup(struct bufref *br, const void *ptr, size_t len) in Curl_bufref_memdup()
|
/external/webrtc/modules/video_coding/utility/ |
D | vp9_uncompressed_header_parser.cc | 26 void Vp9ReadColorConfig(BitstreamReader& br, in Vp9ReadColorConfig() 73 void ReadRefreshFrameFlags(BitstreamReader& br, in ReadRefreshFrameFlags() 82 void Vp9ReadFrameSize(BitstreamReader& br, Vp9UncompressedHeader* frame_info) { in Vp9ReadFrameSize() 89 BitstreamReader& br, in Vp9ReadRenderSize() 104 void Vp9ReadFrameSizeFromRefs(BitstreamReader& br, in Vp9ReadFrameSizeFromRefs() 117 void Vp9ReadLoopfilter(BitstreamReader& br) { in Vp9ReadLoopfilter() 141 void Vp9ReadQp(BitstreamReader& br, Vp9UncompressedHeader* frame_info) { in Vp9ReadQp() 158 void Vp9ReadSegmentationParams(BitstreamReader& br, in Vp9ReadSegmentationParams() 216 void Vp9ReadTileInfo(BitstreamReader& br, Vp9UncompressedHeader* frame_info) { in Vp9ReadTileInfo() 384 void Parse(BitstreamReader& br, in Parse()
|
D | vp8_header_parser.cc | 30 void VP8InitBitReader(VP8BitReader* const br, in VP8InitBitReader() 53 int Vp8BitReaderGetBool(VP8BitReader* br, int prob) { in Vp8BitReaderGetBool() 79 uint32_t VP8GetValue(VP8BitReader* br, int num_bits) { in VP8GetValue() 92 int32_t VP8GetSignedValue(VP8BitReader* br, int num_bits) { in VP8GetSignedValue() 98 static void ParseSegmentHeader(VP8BitReader* br) { in ParseSegmentHeader() 130 static void ParseFilterHeader(VP8BitReader* br) { in ParseFilterHeader() 162 VP8BitReader br; in GetQp() local
|
/external/liburing/test/ |
D | buf-ring.c | 23 struct io_uring_buf_ring *br; in test_mixed_reg2() local 67 struct io_uring_buf_ring *br; in test_mixed_reg() local 110 struct io_uring_buf_ring *br; in test_double_reg_unreg() local 155 struct io_uring_buf_ring *br; in test_reg_unreg() local 300 struct io_uring_buf_ring *br; in test_running() local
|
/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
D | StylesheetDataletManager.java | 106 BufferedReader br = new BufferedReader(fr); in getExpectedException() local 180 BufferedReader br = null; in readFileList() local 258 protected static Vector readQetestFileList(Logger logger, BufferedReader br, in readQetestFileList() 348 protected static Vector readXsltmarkFileList(Logger logger, BufferedReader br, in readXsltmarkFileList() 412 private static StylesheetDatalet readXsltmarkDatalet(Logger logger, BufferedReader br, in readXsltmarkDatalet()
|
/external/libvpx/vpx_dsp/ |
D | bitwriter.c | 20 void vpx_start_encode(vpx_writer *br, uint8_t *source, size_t size) { in vpx_start_encode() 33 int vpx_stop_encode(vpx_writer *br) { in vpx_stop_encode()
|
/external/webp/src/dec/ |
D | tree_dec.c | 291 static void ParseIntraMode(VP8BitReader* const br, in ParseIntraMode() 362 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow() 516 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
|
/external/libvpx/vp8/decoder/ |
D | dboolhuff.h | 54 static VPX_NO_UNSIGNED_SHIFT_CHECK int vp8dx_decode_bool(BOOL_DECODER *br, in vp8dx_decode_bool() 93 static INLINE int vp8_decode_value(BOOL_DECODER *br, int bits) { in vp8_decode_value() 104 static INLINE int vp8dx_bool_error(BOOL_DECODER *br) { in vp8dx_bool_error()
|
/external/pffft/simd/ |
D | pf_float.h | 76 #define VCPLXMUL(ar,ai,br,bi) { v4sf tmp; tmp=VMUL(ar,bi); ar=VMUL(ar,br); ar=VSUB(ar,VMUL(ai,bi));… argument 77 #define VCPLXMULCONJ(ar,ai,br,bi) { v4sf tmp; tmp=VMUL(ar,bi); ar=VMUL(ar,br); ar=VADD(ar,VMUL(ai,b… argument
|
D | pf_double.h | 76 #define VCPLXMUL(ar,ai,br,bi) { v4sf tmp; tmp=VMUL(ar,bi); ar=VMUL(ar,br); ar=VSUB(ar,VMUL(ai,bi));… argument 77 #define VCPLXMULCONJ(ar,ai,br,bi) { v4sf tmp; tmp=VMUL(ar,bi); ar=VMUL(ar,br); ar=VADD(ar,VMUL(ai,b… argument
|