HomeSort by relevance Sort by last modified time
    Searched refs:hf_average (Results 1 - 3 of 3) sorted by null

  /external/libopus/celt/
bands.h 70 int last_decision, int *hf_average, int *tapset_decision, int update_hf,
bands.c 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);*/
    [all...]
celt_encoder.c 89 int hf_average; member in struct:OpusCustomEncoder
    [all...]

Completed in 218 milliseconds