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 71 int last_decision, int *hf_average, int *tapset_decision, int update_hf,
bands.c 455 int last_decision, int *hf_average, int *tapset_decision, int update_hf,
506 *hf_average = (*hf_average+hf_sum)>>1;
507 hf_sum = *hf_average;
519 /*printf("%d %d %d\n", hf_sum, *hf_average, *tapset_decision);*/
    [all...]
celt_encoder.c 88 int hf_average; member in struct:OpusCustomEncoder
    [all...]

Completed in 86 milliseconds