Searched refs:coupling_point (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daac.h206 enum CouplingPoint coupling_point; ///< The point during decoding at which coupling is applied. member in struct:__anon1830
H A Daacdec.c1559 coup->coupling_point = 2 * get_bits1(gb);
1572 coup->coupling_point += get_bits1(gb) || (coup->coupling_point >> 1);
1586 cge = coup->coupling_point == AFTER_IMDCT ? 1 : get_bits1(gb);
1590 if (coup->coupling_point == AFTER_IMDCT) {
2016 enum CouplingPoint coupling_point,
2025 if (cce && cce->coup.coupling_point == coupling_point) {
2070 if (type != TYPE_CCE || che->coup.coupling_point == AFTER_IMDCT) {
2014 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac.h214 enum CouplingPoint coupling_point; ///< The point during decoding at which coupling is applied. member in struct:ChannelCoupling
H A Daacdec.c2104 coup->coupling_point = 2 * get_bits1(gb);
2117 coup->coupling_point += get_bits1(gb) || (coup->coupling_point >> 1);
2131 cge = coup->coupling_point == AFTER_IMDCT ? 1 : get_bits1(gb);
2135 if (coup->coupling_point == AFTER_IMDCT) {
2671 enum CouplingPoint coupling_point,
2680 if (cce && cce->coup.coupling_point == coupling_point) {
2736 if (type != TYPE_CCE || che->coup.coupling_point == AFTER_IMDCT) {
2669 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) argument

Completed in 76 milliseconds