Searched refs:bs_info (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | alsdec.c | 470 static void parse_bs_info(const uint32_t bs_info, unsigned int n, in parse_bs_info() argument 474 if (n < 31 && ((bs_info << n) & 0x40000000)) { in parse_bs_info() 479 parse_bs_info(bs_info, n + 1, div, div_blocks, num_blocks); in parse_bs_info() 480 parse_bs_info(bs_info, n + 2, div, div_blocks, num_blocks); in parse_bs_info() 532 uint32_t *bs_info) in get_block_sizes() argument 541 *bs_info = get_bits_long(gb, bs_info_len); in get_block_sizes() 542 *bs_info <<= (32 - bs_info_len); in get_block_sizes() 546 parse_bs_info(*bs_info, 0, 0, &ptr_div_blocks, &ctx->num_blocks); in get_block_sizes() 1637 uint32_t bs_info = 0; in read_frame_data() local 1656 get_block_sizes(ctx, div_blocks, &bs_info); in read_frame_data() [all …]
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pgmdump2.c | 195 uint32_t bs_info; /* offset of binning shader_info section */ member 219 O(hdr, bs_info, shader_info); in decode_header()
|