Searched refs:bs_info (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c438 /** Parse the bs_info field to extract the block partitioning used in
441 static void parse_bs_info(const uint32_t bs_info, unsigned int n, argument
445 if (n < 31 && ((bs_info << n) & 0x40000000)) {
450 parse_bs_info(bs_info, n + 1, div, div_blocks, num_blocks);
451 parse_bs_info(bs_info, n + 2, div, div_blocks, num_blocks);
503 uint32_t *bs_info)
512 *bs_info = get_bits_long(gb, bs_info_len);
513 *bs_info <<= (32 - bs_info_len);
517 parse_bs_info(*bs_info, 0, 0, &ptr_div_blocks, &ctx->num_blocks);
1306 uint32_t bs_info local
502 get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks, uint32_t *bs_info) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c447 /** Parse the bs_info field to extract the block partitioning used in
450 static void parse_bs_info(const uint32_t bs_info, unsigned int n, argument
454 if (n < 31 && ((bs_info << n) & 0x40000000)) {
459 parse_bs_info(bs_info, n + 1, div, div_blocks, num_blocks);
460 parse_bs_info(bs_info, n + 2, div, div_blocks, num_blocks);
512 uint32_t *bs_info)
521 *bs_info = get_bits_long(gb, bs_info_len);
522 *bs_info <<= (32 - bs_info_len);
526 parse_bs_info(*bs_info, 0, 0, &ptr_div_blocks, &ctx->num_blocks);
1331 uint32_t bs_info local
511 get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks, uint32_t *bs_info) argument
[all...]

Completed in 77 milliseconds