Searched refs:pf_threshold (Results 1 – 8 of 8) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 1174 opus_val16 pf_threshold; in run_prefilter() local 1229 pf_threshold = QCONST16(.2f,15); in run_prefilter() 1233 pf_threshold += QCONST16(.2f,15); in run_prefilter() 1235 pf_threshold += QCONST16(.1f,15); in run_prefilter() 1237 pf_threshold += QCONST16(.1f,15); in run_prefilter() 1239 pf_threshold -= QCONST16(.1f,15); in run_prefilter() 1241 pf_threshold -= QCONST16(.1f,15); in run_prefilter() 1244 pf_threshold = MAX16(pf_threshold, QCONST16(.2f,15)); in run_prefilter() 1245 if (gain1<pf_threshold) in run_prefilter()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 390 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold) 391 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
|
D | sctp_timer.c | 119 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management() 120 (net->error_count > net->pf_threshold)) { in sctp_threshold_management() 892 if (net->pf_threshold < net->failure_threshold) {
|
D | sctp_structs.h | 393 uint16_t pf_threshold; member
|
D | sctp_usrreq.c | 4041 thlds->spt_pathpfthld = net->pf_threshold; 6321 (net->error_count > net->pf_threshold)) { 6366 (net->error_count > net->pf_threshold)) { 7386 net->pf_threshold = thlds->spt_pathpfthld; 7389 (net->error_count <= net->pf_threshold)) { 7393 if ((net->error_count > net->pf_threshold) && 7417 net->pf_threshold = thlds->spt_pathpfthld; 7420 (net->error_count <= net->pf_threshold)) { 7424 if ((net->error_count > net->pf_threshold) &&
|
D | sctp_pcb.c | 4556 net->pf_threshold = stcb->asoc.def_net_pf_threshold;
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 70 …%struct.pf_pdesc = type { %struct.pf_threshold, i64, %23, %struct.pf_addr, %struct.pf_addr, %struc… 80 …f_rule_ptr, %struct.pfi_kif*, [2 x i64], [2 x i64], i32, i32, %struct.pf_threshold, i64, i64, i8, … 86 %struct.pf_threshold = type { i32, i32, i32, i32 }
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 70 …%struct.pf_pdesc = type { %struct.pf_threshold, i64, %23, %struct.pf_addr, %struct.pf_addr, %struc… 80 …f_rule_ptr, %struct.pfi_kif*, [2 x i64], [2 x i64], i32, i32, %struct.pf_threshold, i64, i64, i8, … 86 %struct.pf_threshold = type { i32, i32, i32, i32 }
|