Searched refs:fixed_coef_buffer (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_float.c112 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl),
H A Dac3enc.h232 int32_t *fixed_coef_buffer; member in struct:AC3EncodeContext
H A Dac3enc.c2032 av_freep(&s->fixed_coef_buffer);
2385 FF_ALLOCZ_OR_GOTO(avctx, s->fixed_coef_buffer, total_coefs *
2386 sizeof(*s->fixed_coef_buffer), alloc_fail);
2392 block->fixed_coef[ch] = &s->fixed_coef_buffer[AC3_MAX_COEFS * (s->num_blocks * ch + blk)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_float.c106 s->ac3dsp.float_to_fixed24(s->fixed_coef_buffer + (chan_size * !cpl),
H A Dac3enc.h239 int32_t *fixed_coef_buffer; member in struct:AC3EncodeContext
H A Dac3enc.c2028 av_freep(&s->fixed_coef_buffer);
2395 FF_ALLOCZ_OR_GOTO(avctx, s->fixed_coef_buffer, total_coefs *
2396 sizeof(*s->fixed_coef_buffer), alloc_fail);
2402 block->fixed_coef[ch] = &s->fixed_coef_buffer[AC3_MAX_COEFS * (s->num_blocks * ch + blk)];

Completed in 71 milliseconds