Home | History | Annotate | Download | only in celt

Lines Matching refs:hf_average

446       int last_decision, int *hf_average, int *tapset_decision, int update_hf,
497 *hf_average = (*hf_average+hf_sum)>>1;
498 hf_sum = *hf_average;
510 /*printf("%d %d %d\n", hf_sum, *hf_average, *tapset_decision);*/