Searched refs:div_blocks (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.c442 unsigned int div, unsigned int **div_blocks,
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);
455 **div_blocks = div;
456 (*div_blocks)++;
502 static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks, argument
507 unsigned int *ptr_div_blocks = div_blocks;
535 div_blocks[b] = ctx->sconf.frame_length >> div_blocks[b];
541 if (remaining <= div_blocks[
441 parse_bs_info(const uint32_t bs_info, unsigned int n, unsigned int div, unsigned int **div_blocks, unsigned int *num_blocks) argument
1023 zero_remaining(unsigned int b, unsigned int b_max, const unsigned int *div_blocks, int32_t *buf) argument
1038 decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame, unsigned int c, const unsigned int *div_blocks, unsigned int *js_blocks) argument
1079 decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, unsigned int c, const unsigned int *div_blocks, unsigned int *js_blocks) argument
1302 unsigned int div_blocks[32]; ///< block sizes. local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c451 unsigned int div, unsigned int **div_blocks,
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);
464 **div_blocks = div;
465 (*div_blocks)++;
511 static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks, argument
516 unsigned int *ptr_div_blocks = div_blocks;
544 div_blocks[b] = ctx->sconf.frame_length >> div_blocks[b];
550 if (remaining <= div_blocks[
450 parse_bs_info(const uint32_t bs_info, unsigned int n, unsigned int div, unsigned int **div_blocks, unsigned int *num_blocks) argument
1043 zero_remaining(unsigned int b, unsigned int b_max, const unsigned int *div_blocks, int32_t *buf) argument
1058 decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame, unsigned int c, const unsigned int *div_blocks, unsigned int *js_blocks) argument
1098 decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, unsigned int c, const unsigned int *div_blocks, unsigned int *js_blocks) argument
1328 unsigned int div_blocks[32]; ///< block sizes. local
[all...]

Completed in 313 milliseconds