Home
last modified time | relevance | path

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

1234567

/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) { in VP8GetValue()
113 int32_t VP8GetSignedValue(VP8BitReader* const br, int bits) { in VP8GetSignedValue()
139 void VP8LInitBitReader(VP8LBitReader* const br, const uint8_t* const start, in VP8LInitBitReader()
163 void VP8LBitReaderSetBuffer(VP8LBitReader* const br, in VP8LBitReaderSetBuffer()
174 static void VP8LSetEndOfStream(VP8LBitReader* const br) { in VP8LSetEndOfStream()
180 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, int prob) { in VP8GetBit()
138 int VP8GetSigned(VP8BitReader* const br, int v) { in VP8GetSigned()
155 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* const br, int prob) { in VP8GetBitAlt()
Dbit_reader_utils.h96 static WEBP_INLINE uint32_t VP8Get(VP8BitReader* const br) { in VP8Get()
145 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) { in VP8LPrefetchBits()
151 static WEBP_INLINE int VP8LIsEndOfStream(const VP8LBitReader* const br) { in VP8LIsEndOfStream()
160 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos()
167 static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) { in VP8LFillBitWindow()
/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()
DHuffmanTreeGroup.cs38 internal static void Decode(Org.Brotli.Dec.HuffmanTreeGroup group, Org.Brotli.Dec.BitReader br) in Decode()
/external/brotli/c/dec/
Dbit_reader.h84 const BrotliBitReader* br) { in BrotliGetAvailableBits()
90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes()
97 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
162 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
212 static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const br) { in BrotliFillBitWindow16()
217 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte()
235 static BROTLI_INLINE reg_t BrotliGetBitsUnmasked(BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
242 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
249 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
257 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.c118 static uint32_t DecodeWindowBits(BrotliBitReader* br) { in DecodeWindowBits()
147 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8()
191 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength()
315 BrotliBitReader* br) { in DecodeSymbol()
330 BrotliBitReader* br) { in ReadSymbol()
337 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol()
376 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol()
388 BrotliBitReader* br, in PreloadSymbol()
402 BrotliBitReader* br, in ReadPreloadedSymbol()
437 BrotliBitReader* br = &s->br; in ReadSimpleHuffmanSymbols() local
[all …]
/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/vp8/encoder/
Dboolhuff.c45 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, in vp8_start_encode()
55 void vp8_stop_encode(BOOL_CODER *br) { in vp8_stop_encode()
61 void vp8_encode_value(BOOL_CODER *br, int data, int bits) { in vp8_encode_value()
/external/libvpx/libvpx/vpx_dsp/
Dbitwriter.c15 void vpx_start_encode(vpx_writer *br, uint8_t *source) { in vpx_start_encode()
24 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()
356 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow()
510 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
Dvp8_dec.c160 static int ParseSegmentHeader(VP8BitReader* br, in ParseSegmentHeader()
200 VP8BitReader* const br = &dec->br_; in ParsePartitions() local
230 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader()
261 VP8BitReader* br; in VP8GetHeaders() local
404 static int GetLargeValue(VP8BitReader* const br, const uint8_t* const p) { in GetLargeValue()
436 static int GetCoeffsFast(VP8BitReader* const br, in GetCoeffsFast()
466 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/clang/test/SemaCXX/
Dns_returns_retained_block_return.cpp9 BT br() __attribute__((ns_returns_retained)) { in br() function in S
/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/CodeGenCXX/
D2005-02-20-BrokenReferenceTest.cpp5 imgfoo &br = *(imgfoo *)b; in test() local
/external/clang/test/CodeGen/
D2009-08-14-vararray-crash.c7 const img *br; in sum1() local
/external/toolchain-utils/crosperf/
Dschedv2_unittest.py182 def MockReadCache(br): argument
200 def MockReadCache(br): argument
/external/jdiff/src/jdiff/
DStreamReader.java25 BufferedReader br = new BufferedReader(isr); in run() local
/external/junit-params/src/main/java/junitparams/mappers/
DBufferedReaderDataMapper.java25 BufferedReader br = new BufferedReader(reader); in map() local
/external/puffin/src/
Dbit_io_unittest.cc40 puffin::BufferBitReader br(buf, kSize); in TEST() local

1234567