Home | History | Annotate | Download | only in source

Lines Matching refs:index_comb

1512   int index_comb, err;
1517 err = WebRtcIsac_DecHistBisectMulti(&index_comb, streamdata,
1521 if ((err < 0) || (index_comb < 0) || (index_comb > 144)) {
1525 PitchGains_Q12[0] = WebRtcIsac_kQMeanGain1Q12[index_comb];
1526 PitchGains_Q12[1] = WebRtcIsac_kQMeanGain2Q12[index_comb];
1527 PitchGains_Q12[2] = WebRtcIsac_kQMeanGain3Q12[index_comb];
1528 PitchGains_Q12[3] = WebRtcIsac_kQMeanGain4Q12[index_comb];
1541 int index_comb;
1572 index_comb = WebRtcIsac_kIndexMultsGain[0] * index[0] +
1576 PitchGains_Q12[0] = WebRtcIsac_kQMeanGain1Q12[index_comb];
1577 PitchGains_Q12[1] = WebRtcIsac_kQMeanGain2Q12[index_comb];
1578 PitchGains_Q12[2] = WebRtcIsac_kQMeanGain3Q12[index_comb];
1579 PitchGains_Q12[3] = WebRtcIsac_kQMeanGain4Q12[index_comb];
1583 WebRtcIsac_EncHistMulti(streamdata, &index_comb,
1585 encData->pitchGain_index[encData->startIdx] = index_comb;