Home | History | Annotate | Download | only in celt

Lines Matching refs:pf_threshold

1016    opus_val16 pf_threshold;
1064 pf_threshold = QCONST16(.2f,15);
1068 pf_threshold += QCONST16(.2f,15);
1070 pf_threshold += QCONST16(.1f,15);
1072 pf_threshold += QCONST16(.1f,15);
1074 pf_threshold -= QCONST16(.1f,15);
1076 pf_threshold -= QCONST16(.1f,15);
1079 pf_threshold = MAX16(pf_threshold, QCONST16(.2f,15));
1080 if (gain1<pf_threshold)