Searched refs:pf_threshold (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1016 opus_val16 pf_threshold; local
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)
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c1016 opus_val16 pf_threshold; local
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)
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h386 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
387 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_timer.c117 } else if ((net->pf_threshold < net->failure_threshold) &&
118 (net->error_count > net->pf_threshold)) {
873 if (net->pf_threshold < net->failure_threshold) {
H A Dsctp_structs.h386 uint16_t pf_threshold; member in struct:sctp_nets
H A Dsctp_usrreq.c3882 thlds->spt_pathpfthld = net->pf_threshold;
5911 (net->error_count > net->pf_threshold)) {
5954 (net->error_count > net->pf_threshold)) {
6878 net->pf_threshold = thlds->spt_pathpfthld;
6907 net->pf_threshold = thlds->spt_pathpfthld;
H A Dsctp_pcb.c4596 net->pf_threshold = stcb->asoc.def_net_pf_threshold;

Completed in 2464 milliseconds