Searched refs:drc_gain (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c215 uint8_t drc_gain; ///< gain for the DRC tool member in struct:WMAProDecodeCtx
1343 s->drc_gain = get_bits(gb, 8);
1344 av_dlog(s->avctx, "drc_gain %i\n", s->drc_gain);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaprodec.c214 uint8_t drc_gain; ///< gain for the DRC tool member in struct:WMAProDecodeCtx
1353 s->drc_gain = get_bits(gb, 8);
1354 av_dlog(s->avctx, "drc_gain %i\n", s->drc_gain);
H A Dwmalosslessdec.c109 uint8_t drc_gain; ///< gain for the DRC tool member in struct:WmallDecodeCtx
1052 s->drc_gain = get_bits(gb, 8);

Completed in 107 milliseconds