Searched refs:postfilter_gain (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 97 opus_val16 postfilter_gain; member 795 -st->postfilter_gain, -st->postfilter_gain, in celt_decode_lost() 849 opus_val16 postfilter_gain; local 969 postfilter_gain = 0; 982 postfilter_gain = QCONST16(.09375f,15)*(qg+1); 1113 … st->postfilter_gain_old, st->postfilter_gain, st->postfilter_tapset_old, st->postfilter_tapset, 1117 st->postfilter_gain, postfilter_gain, st->postfilter_tapset, postfilter_tapset, 1122 st->postfilter_gain_old = st->postfilter_gain; 1125 st->postfilter_gain = postfilter_gain; 1130 st->postfilter_gain_old = st->postfilter_gain;
|