Searched refs:ch_select (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.h210 int ch_select[8]; /**< [0] shared list of gains; [1] list of gains for right channel; member in struct:__anon1830
H A Daacdec.c1566 coup->ch_select[c] = get_bits(gb, 2);
1567 if (coup->ch_select[c] == 3)
1570 coup->ch_select[c] = 2;
2030 if (coup->ch_select[c] != 1) {
2032 if (coup->ch_select[c] != 0)
2035 if (coup->ch_select[c] != 2)
2038 index += 1 + (coup->ch_select[c] == 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac.h218 int ch_select[8]; /**< [0] shared list of gains; [1] list of gains for right channel; member in struct:ChannelCoupling
H A Daacdec.c2111 coup->ch_select[c] = get_bits(gb, 2);
2112 if (coup->ch_select[c] == 3)
2115 coup->ch_select[c] = 2;
2685 if (coup->ch_select[c] != 1) {
2687 if (coup->ch_select[c] != 0)
2690 if (coup->ch_select[c] != 2)
2693 index += 1 + (coup->ch_select[c] == 3);

Completed in 83 milliseconds