Home
last modified time | relevance | path

Searched refs:gain_index (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c56 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
75 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
76 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
79 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
106 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
107 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
119 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
120 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
181 (*bitstreamPtr) = ((uint16_t)((enc_bits->gain_index[3])&0x3))<<14; in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c55 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
57 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
58 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
74 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
75 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
103 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
104 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
115 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
116 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
76 (*bitstreamPtr) |= (enc_bits->gain_index[3]&0x10)>>3; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c55 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
57 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
58 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
74 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
75 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
103 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
104 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
115 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
116 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
H A Dpack_bits.c56 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
75 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
76 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
79 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
106 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
107 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
119 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
120 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
181 (*bitstreamPtr) = ((uint16_t)((enc_bits->gain_index[3])&0x3))<<14; in WebRtcIlbcfix_PackBits()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpack_bits.c54 (*bitstreamPtr) |= ((enc_bits->gain_index[1])&0x8)<<7; /* Bit 5 */ in WebRtcIlbcfix_PackBits()
57 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x8)>>2; /* Bit 14 */ in WebRtcIlbcfix_PackBits()
73 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x10)<<5; /* Bit 6 */ in WebRtcIlbcfix_PackBits()
74 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x8)<<5; /* Bit 7 */ in WebRtcIlbcfix_PackBits()
77 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x8)>>3; /* Bit 15 */ in WebRtcIlbcfix_PackBits()
102 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4)<<4; /* Bit 9 */ in WebRtcIlbcfix_PackBits()
104 (*bitstreamPtr) |= (enc_bits->gain_index[4]&0x4)<<1; /* Bit 12 */ in WebRtcIlbcfix_PackBits()
105 (*bitstreamPtr) |= (enc_bits->gain_index[6]&0x8)>>1; /* Bit 13 */ in WebRtcIlbcfix_PackBits()
117 (*bitstreamPtr) |= (enc_bits->gain_index[0]&0x8); /* Bit 12 */ in WebRtcIlbcfix_PackBits()
118 (*bitstreamPtr) |= (enc_bits->gain_index[1]&0x4); /* Bit 13 */ in WebRtcIlbcfix_PackBits()
[all …]
H A Dunpack_bits.c53 enc_bits->gain_index[1] = ((*bitstreamPtr)>>7)&0x8; /* Bit 5 */ in WebRtcIlbcfix_UnpackBits()
55 enc_bits->gain_index[3] = ((*bitstreamPtr)<<2)&0x10; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
56 enc_bits->gain_index[4] = ((*bitstreamPtr)<<2)&0x8; /* Bit 14 */ in WebRtcIlbcfix_UnpackBits()
72 enc_bits->gain_index[0] = ((*bitstreamPtr)>>5)&0x10; /* Bit 6 */ in WebRtcIlbcfix_UnpackBits()
73 enc_bits->gain_index[1] = ((*bitstreamPtr)>>5)&0x8; /* Bit 7 */ in WebRtcIlbcfix_UnpackBits()
99 enc_bits->gain_index[1] |= ((*bitstreamPtr)>>4)&0x4; /* Bit 9 */ in WebRtcIlbcfix_UnpackBits()
101 enc_bits->gain_index[4] |= ((*bitstreamPtr)>>1)&0x4; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
102 enc_bits->gain_index[6] |= ((*bitstreamPtr)<<1)&0x8; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
113 enc_bits->gain_index[0] |= ((*bitstreamPtr))&0x8; /* Bit 12 */ in WebRtcIlbcfix_UnpackBits()
114 enc_bits->gain_index[1] |= ((*bitstreamPtr))&0x4; /* Bit 13 */ in WebRtcIlbcfix_UnpackBits()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/magnesium/
H A Dmagnesium_gain_table.cpp440 gain_tuple_t fine_tune_ad9371_att(const gain_tuple_t gain_tuple, const double gain_index) in fine_tune_ad9371_att() argument
445 if (gain_index - int(gain_index) >= .5) { in fine_tune_ad9371_att()
457 const double gain_index, const magnesium_radio_control_impl::rx_band band) in get_rx_gain_tuple() argument
459 UHD_ASSERT_THROW(gain_index <= ALL_RX_MAX_GAIN and gain_index >= ALL_RX_MIN_GAIN); in get_rx_gain_tuple()
461 const int gain_index_truncd = int(gain_index); in get_rx_gain_tuple()
462 return fine_tune_ad9371_att(gain_table.at(gain_index_truncd), gain_index); in get_rx_gain_tuple()
466 const double gain_index, const magnesium_radio_control_impl::tx_band band) in get_tx_gain_tuple() argument
468 UHD_ASSERT_THROW(gain_index <= ALL_TX_MAX_GAIN and gain_index >= ALL_TX_MIN_GAIN); in get_tx_gain_tuple()
470 const int gain_index_truncd = int(gain_index); in get_tx_gain_tuple()
471 return fine_tune_ad9371_att(gain_table.at(gain_index_truncd), gain_index); in get_tx_gain_tuple()

12345678