Searched refs:offsg (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 848 int j, k, n, pos, pos2, posg, poss, offsg, offss, offs2; in WebRtcIsac_DecodeLpcCoef() local 898 offsg = 0; in WebRtcIsac_DecodeLpcCoef() 906 pos = offsg; in WebRtcIsac_DecodeLpcCoef() 925 offsg += LPC_GAIN_ORDER; in WebRtcIsac_DecodeLpcCoef() 930 offsg = 0; in WebRtcIsac_DecodeLpcCoef() 935 posg = offsg; in WebRtcIsac_DecodeLpcCoef() 960 offsg += LPC_GAIN_ORDER; in WebRtcIsac_DecodeLpcCoef() 1237 int j, k, n, pos, pos2, posg, offsg, offs2; in WebRtcIsac_EncodeLpcGainLb() local 1259 offsg = 0; in WebRtcIsac_EncodeLpcGainLb() 1261 posg = offsg; in WebRtcIsac_EncodeLpcGainLb() [all …]
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 1089 int16_t pos, poss, posg, offsg; in EstCodeLpcCoef() local 1154 offsg = 0; in EstCodeLpcCoef() 1158 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][0] + in EstCodeLpcCoef() 1159 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][2]; in EstCodeLpcCoef() 1164 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][1] + in EstCodeLpcCoef() 1165 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][3]; in EstCodeLpcCoef() 1169 offsg += 2; in EstCodeLpcCoef() 1313 offsg = 0; in EstCodeLpcCoef() 1318 tmpcoeffs_gQ17[offsg]) << 1); in EstCodeLpcCoef() 1320 tmpcoeffs_gQ17[offsg + 1]) << 1); in EstCodeLpcCoef() [all …]
|