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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c371 int lfe; ///< low frequency effects flag member in struct:__anon3118
438 const int8_t *channel_order_tab; ///< channel reordering table, lfe and non lfe
755 s->lfe = get_bits(&s->gb, 2);
758 if (s->lfe > 2) {
759 s->lfe = 0;
760 av_log(s->avctx, AV_LOG_ERROR, "Invalid LFE value: %d\n", s->lfe);
778 if (s->lfe)
801 av_log(s->avctx, AV_LOG_DEBUG, "lfe: %i\n", s->lfe);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c304 int lfe; ///< low frequency effects flag member in struct:__anon1898
364 const int8_t *channel_order_tab; ///< channel reordering table, lfe and non lfe
578 s->lfe = get_bits(&s->gb, 2);
595 if (s->lfe)
619 av_log(s->avctx, AV_LOG_DEBUG, "lfe: %i\n", s->lfe);
835 if (!base_channel && s->lfe) {
837 int lfe_samples = 2 * s->lfe * (4 + block_index);
838 int lfe_end_sample = 2 * s->lfe * (
[all...]

Completed in 86 milliseconds