Home
last modified time | relevance | path

Searched defs:br (Results 1 – 25 of 207) sorted by relevance

123456789

/external/brotli/csharp/org/brotli/dec/
DBitReader.cs55 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 …]
DDecode.cs45 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/brotli/c/dec/
Dbit_reader.h85 const BrotliBitReader* br) { in BrotliGetAvailableBits()
91 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes()
98 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
107 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
158 static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const br) { in BrotliFillBitWindow16()
164 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte()
183 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
190 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
198 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
206 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
[all …]
Dbit_reader.c18 void BrotliInitBitReader(BrotliBitReader* const br) { in BrotliInitBitReader()
23 BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br) { in BrotliWarmupBitReader()
Ddecode.c134 BrotliBitReader* br) { in DecodeWindowBits()
181 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8()
225 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength()
349 BrotliBitReader* br) { in DecodeSymbol()
366 BrotliBitReader* br) { in ReadSymbol()
373 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol()
413 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol()
425 BrotliBitReader* br, in PreloadSymbol()
440 BrotliBitReader* br, in ReadPreloadedSymbol()
475 BrotliBitReader* br = &s->br; in ReadSimpleHuffmanSymbols() local
[all …]
/external/webp/src/utils/
Dbit_reader_utils.c24 void VP8BitReaderSetBuffer(VP8BitReader* const br, in VP8BitReaderSetBuffer()
34 void VP8InitBitReader(VP8BitReader* const br, in VP8InitBitReader()
47 void VP8RemapBitReader(VP8BitReader* const br, ptrdiff_t offset) { in VP8RemapBitReader()
87 void VP8LoadFinalBytes(VP8BitReader* const br) { in VP8LoadFinalBytes()
105 uint32_t VP8GetValue(VP8BitReader* const br, int bits, const char label[]) { in VP8GetValue()
113 int32_t VP8GetSignedValue(VP8BitReader* const br, int bits, in VP8GetSignedValue()
140 void VP8LInitBitReader(VP8LBitReader* const br, const uint8_t* const start, in VP8LInitBitReader()
164 void VP8LBitReaderSetBuffer(VP8LBitReader* const br, in VP8LBitReaderSetBuffer()
175 static void VP8LSetEndOfStream(VP8LBitReader* const br) { in VP8LSetEndOfStream()
181 static void ShiftBytes(VP8LBitReader* const br) { in ShiftBytes()
[all …]
Dbit_reader_inl_utils.h58 void VP8LoadNewBytes(VP8BitReader* const br) { in VP8LoadNewBytes()
107 static WEBP_INLINE int VP8GetBit(VP8BitReader* const br, in VP8GetBit()
140 int VP8GetSigned(VP8BitReader* const br, int v, const char label[]) { in VP8GetSigned()
158 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* const br, in VP8GetBitAlt()
Dbit_reader_utils.h32 #define BT_TRACK(br) BitTrace(br, label) argument
35 #define BT_TRACK(br) argument
164 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) { in VP8LPrefetchBits()
170 static WEBP_INLINE int VP8LIsEndOfStream(const VP8LBitReader* const br) { in VP8LIsEndOfStream()
179 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos()
186 static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) { in VP8LFillBitWindow()
/external/flac/libFLAC/
Dbitreader.c117 static inline void crc16_update_word_(FLAC__BitReader *br, brword word) in crc16_update_word_() argument
146 static FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br) in bitreader_read_from_client_()
229 FLAC__BitReader *br = calloc(1, sizeof(FLAC__BitReader)); in FLAC__bitreader_new() local
243 void FLAC__bitreader_delete(FLAC__BitReader *br) in FLAC__bitreader_delete()
257 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__BitReaderReadCallback rcb, void *cd) in FLAC__bitreader_init()
273 void FLAC__bitreader_free(FLAC__BitReader *br) in FLAC__bitreader_free()
287 FLAC__bool FLAC__bitreader_clear(FLAC__BitReader *br) in FLAC__bitreader_clear()
294 void FLAC__bitreader_dump(const FLAC__BitReader *br, FILE *out) in FLAC__bitreader_dump()
324 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed) in FLAC__bitreader_reset_read_crc16()
334 FLAC__uint16 FLAC__bitreader_get_read_crc16(FLAC__BitReader *br) in FLAC__bitreader_get_read_crc16()
[all …]
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc26 static void VP8LoadFinalBytes(VP8BitReader* const br) { in VP8LoadFinalBytes()
38 static void VP8LoadNewBytes(VP8BitReader* const br) { in VP8LoadNewBytes()
60 static void VP8InitBitReader(VP8BitReader* const br, in VP8InitBitReader()
73 static int VP8GetBit(VP8BitReader* const br, int prob) { in VP8GetBit()
100 static uint32_t VP8GetValue(VP8BitReader* const br, int bits) { in VP8GetValue()
108 static uint32_t VP8Get(VP8BitReader* const br) { in VP8Get()
112 static int32_t VP8GetSignedValue(VP8BitReader* const br, int bits) { in VP8GetSignedValue()
117 static void ParseSegmentHeader(VP8BitReader* br) { in ParseSegmentHeader()
140 static void ParseFilterHeader(VP8BitReader* br) { in ParseFilterHeader()
167 VP8BitReader br; in GetQp() local
/external/libvpx/libvpx/vpx_dsp/
Dbitwriter.c19 void vpx_start_encode(vpx_writer *br, uint8_t *source) { in vpx_start_encode()
28 void vpx_stop_encode(vpx_writer *br) { in vpx_stop_encode()
/external/webp/src/dec/
Dtree_dec.c289 static void ParseIntraMode(VP8BitReader* const br, in ParseIntraMode()
360 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow()
514 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
Dvp8_dec.c160 static int ParseSegmentHeader(VP8BitReader* br, in ParseSegmentHeader()
203 VP8BitReader* const br = &dec->br_; in ParsePartitions() local
233 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader()
264 VP8BitReader* br; in VP8GetHeaders() local
407 static int GetLargeValue(VP8BitReader* const br, const uint8_t* const p) { in GetLargeValue()
439 static int GetCoeffsFast(VP8BitReader* const br, in GetCoeffsFast()
469 static int GetCoeffsAlt(VP8BitReader* const br, in GetCoeffsAlt()
/external/libvpx/libvpx/vp8/decoder/
Ddboolhuff.h53 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
91 static INLINE int vp8_decode_value(BOOL_DECODER *br, int bits) { in vp8_decode_value()
102 static INLINE int vp8dx_bool_error(BOOL_DECODER *br) { in vp8dx_bool_error()
Ddboolhuff.c15 int vp8dx_start_decode(BOOL_DECODER *br, const unsigned char *source, in vp8dx_start_decode()
34 void vp8dx_bool_decoder_fill(BOOL_DECODER *br) { in vp8dx_bool_decoder_fill()
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java147 private BigInteger readBigInteger(BufferedReader br) throws IOException { in readBigInteger()
151 private void skipFileHeader(BufferedReader br) throws IOException { in skipFileHeader()
157 private void startNewTest(BufferedReader br) throws IOException { in startNewTest()
163 private void loadPublicKey(BufferedReader br, TestVectorData data) throws IOException { in loadPublicKey()
175 private void loadPrivateKey(BufferedReader br, TestVectorData data) throws IOException { in loadPrivateKey()
217 private void loadMessage(BufferedReader br, TestVectorData data) throws IOException { in loadMessage()
/external/puffin/src/
Dbit_io_unittest.cc40 puffin::BufferBitReader br(buf, kSize); in TEST() local
69 BufferBitReader br(buf, kSize); in TEST() local
/external/mesa3d/src/freedreno/ir3/
Dir3_ra_regset.c44 for (unsigned br = j; br < j + class_sizes[i]; br++) { in setup_conflicts() local
54 for (unsigned br = j; br < j + half_class_sizes[i]; br++) { in setup_conflicts() local
65 for (unsigned br = j; br < j + high_class_sizes[i]; br++) { in setup_conflicts() local
/external/libaom/libaom/test/
Dboolcoder_test.cc71 aom_reader br; in TEST() local
104 aom_reader br; in TEST() local
150 aom_reader br; in TEST() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DKotlinInlineFilter.java63 final BufferedReader br = new BufferedReader( in getFirstGeneratedLineNumber() local
118 private static void expectLine(final BufferedReader br, in expectLine()
/external/toybox/toys/pending/
Dbrctl.c80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE]; in br_show() local
115 char br[IFNAMSIZ]; in br_addbr() local
128 char br[IFNAMSIZ]; in br_delbr() local
192 void set_time(char *br, unsigned long cmd, unsigned long val) in set_time()
258 void set_cost_prio(char *br, char *port, unsigned long cmd, unsigned long val) in set_cost_prio()
/external/clang/test/SemaCXX/
Dns_returns_retained_block_return.cpp9 BT br() __attribute__((ns_returns_retained)) { in br() function in S
/external/clang/test/CodeGenCXX/
D2005-02-20-BrokenReferenceTest.cpp5 imgfoo &br = *(imgfoo *)b; in test() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java32 try (BufferedReader br = new BufferedReader(rdr);) { in copyAndReplace()
71 try (BufferedReader br = new BufferedReader(rdr)) { in copy()
95 try (BufferedReader br = new BufferedReader(rdr);) { in copyAndReplace()
/external/clang/test/CodeGen/
D2009-08-14-vararray-crash.c7 const img *br; in sum1() local

123456789