Searched refs:num_lens (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.h84 int num_lens; ///< number of scalefactor band sets member in struct:FFPsyContext
132 * @param num_lens number of possible frame lengths
140 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens,
H A Dpsymodel.c28 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, argument
37 ctx->bands = av_malloc (sizeof(ctx->bands[0]) * num_lens);
38 ctx->num_bands = av_malloc (sizeof(ctx->num_bands[0]) * num_lens);
39 memcpy(ctx->bands, bands, sizeof(ctx->bands[0]) * num_lens);
40 memcpy(ctx->num_bands, num_bands, sizeof(ctx->num_bands[0]) * num_lens);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpsymodel.h86 int num_lens; ///< number of scalefactor band sets member in struct:FFPsyContext
134 * @param num_lens number of possible frame lengths
142 int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens,
H A Dpsymodel.c31 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, argument
40 ctx->bands = av_malloc_array (sizeof(ctx->bands[0]), num_lens);
41 ctx->num_bands = av_malloc_array (sizeof(ctx->num_bands[0]), num_lens);
42 memcpy(ctx->bands, bands, sizeof(ctx->bands[0]) * num_lens);
43 memcpy(ctx->num_bands, num_bands, sizeof(ctx->num_bands[0]) * num_lens);
H A Dcllc.c44 int num_lens, num_codes, num_codes_sum, prefix; local
51 num_lens = get_bits(gb, 5);
53 for (i = 0; i < num_lens; i++) {

Completed in 73 milliseconds