/aosp_15_r20/external/flac/src/libFLAC/ |
H A 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 …]
|
/aosp_15_r20/external/brotli/c/dec/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/cronet/third_party/brotli/dec/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/webp/src/utils/ |
H A 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() 141 void VP8LInitBitReader(VP8LBitReader* const br, const uint8_t* const start, in VP8LInitBitReader() 165 void VP8LBitReaderSetBuffer(VP8LBitReader* const br, in VP8LBitReaderSetBuffer() 176 static void VP8LSetEndOfStream(VP8LBitReader* const br) { in VP8LSetEndOfStream() 182 static void ShiftBytes(VP8LBitReader* const br) { in ShiftBytes() [all …]
|
H A D | bit_reader_utils.h | 33 #define BT_TRACK(br) BitTrace(br, label) argument 36 #define BT_TRACK(br) argument 165 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) { in VP8LPrefetchBits() 171 static WEBP_INLINE int VP8LIsEndOfStream(const VP8LBitReader* const br) { in VP8LIsEndOfStream() 180 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos() 187 static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) { in VP8LFillBitWindow()
|
H A 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()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer_postRA.cpp | 37 auto br = variable 57 auto br = variable 77 auto br = variable 95 auto br = variable 113 auto br = variable 133 auto br = variable 173 auto br = bld.branch(aco_opcode::p_cbranch_z, bld.def(s2, vcc), bld.scc(scmp)); variable 187 auto br = bld.branch(aco_opcode::p_cbranch_z, bld.def(s2, vcc), bld.scc(scmp)); variable 201 auto br = bld.branch(aco_opcode::p_cbranch_nz, bld.def(s2, vcc), bld.scc(scmp)); variable 215 auto br = bld.branch(aco_opcode::p_cbranch_nz, bld.def(s2, vcc), bld.scc(scmp)); variable [all …]
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/webrtc/modules/video_coding/utility/ |
H A 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()
|
H A 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
|
/aosp_15_r20/external/curl/lib/ |
H A 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()
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | ATSParser.cpp | 312 unsigned pid, ABitReader *br, status_t *err) { in parsePSISection() 329 ABitReader *br, status_t *err, SyncEvent *event) { in parsePID() 439 ABitReader *br, unsigned infoLength, in findCADescriptor() 484 status_t ATSParser::Program::parseProgramMap(ABitReader *br) { in parseProgramMap() 1138 ABitReader *br, SyncEvent *event) { in parse() 1323 status_t ATSParser::Stream::parsePES(ABitReader *br, SyncEvent *event) { in parsePES() 1569 ABitReader *br, int32_t *pesOffset) { in getPesScramblingControl() 1664 ABitReader br(mBuffer->data(), mBuffer->size()); in flushScrambled() local 1795 ABitReader br(buffer->data(), buffer->size()); in flushScrambled() local 1819 ABitReader br(mBuffer->data(), mBuffer->size()); in flush() local [all …]
|
/aosp_15_r20/frameworks/av/media/module/foundation/ |
H A D | avc_utils.cpp | 33 unsigned parseUE(ABitReader *br) { in parseUE() 44 unsigned parseUEWithFallback(ABitReader *br, unsigned fallback) { in parseUEWithFallback() 62 signed parseSE(ABitReader *br) { in parseSE() 68 signed parseSEWithFallback(ABitReader *br, signed fallback) { in parseSEWithFallback() 77 static void skipScalingList(ABitReader *br, size_t sizeOfScalingList) { in skipScalingList() 104 ABitReader br(seqParamSet->data() + 1, seqParamSet->size() - 1); in FindAVCDimensions() local 555 ABitReader br(&data[4], size - 4); in ExtractDimensionsFromVOLHeader() local
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | vp8_dec.c | 162 static int ParseSegmentHeader(VP8BitReader* br, in ParseSegmentHeader() 205 VP8BitReader* const br = &dec->br_; in ParsePartitions() local 237 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader() 268 VP8BitReader* br; in VP8GetHeaders() local 411 static int GetLargeValue(VP8BitReader* const br, const uint8_t* const p) { in GetLargeValue() 443 static int GetCoeffsFast(VP8BitReader* const br, in GetCoeffsFast() 473 static int GetCoeffsAlt(VP8BitReader* const br, in GetCoeffsAlt()
|
H A D | vp8l_dec.c | 126 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() 145 VP8LBitReader br; in VP8LGetInfo() local 160 VP8LBitReader* const br) { in GetCopyDistance() 171 VP8LBitReader* const br) { in GetCopyLength() 193 VP8LBitReader* const br) { in ReadSymbol() 212 VP8LBitReader* const br, in ReadPackedSymbols() 261 VP8LBitReader* const br = &dec->br_; in ReadHuffmanCodeLengths() local 324 VP8LBitReader* const br = &dec->br_; in ReadHuffmanCode() local 368 VP8LBitReader* const br = &dec->br_; in ReadHuffmanCodes() local 1040 VP8LBitReader* const br = &dec->br_; in DecodeAlphaData() local [all …]
|
H A D | tree_dec.c | 290 static void ParseIntraMode(VP8BitReader* const br, in ParseIntraMode() 361 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseIntraModeRow() 515 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { in VP8ParseProba()
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
H A 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()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | brctl.c | 80 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()
|
/aosp_15_r20/hardware/google/graphics/common/hwc3/impl/ |
D | ResourceManager.cpp | 171 auto br = static_cast<BufferReleaser*>(bufReleaser); in getDisplayReadbackBuffer() local 187 auto br = static_cast<BufferReleaser*>(bufReleaser); in getDisplayClientTarget() local 203 auto br = static_cast<BufferReleaser*>(bufReleaser); in getDisplayOutputBuffer() local 222 auto br = static_cast<BufferReleaser*>(bufReleaser); in getLayerBuffer() local 242 auto br = static_cast<BufferReleaser*>(bufReleaser); in getLayerSidebandStream() local
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A D | HEVCNalParser.cpp | 33 bool skipProfileTierLevel(ABitReader* br, uint32_t spsMaxSublayersMinus1) { in skipProfileTierLevel() 67 bool skipScalingListData(ABitReader* br) { in skipScalingListData() 89 bool skipStRefPicSet(ABitReader* br, uint32_t stRpsIdx, uint32_t numShortTermRefPicSets, in skipStRefPicSet() 230 NALBitReader br(mCurrNalDataPos + 2, length() - 2); in findCodedColorAspects() local
|