HomeSort by relevance Sort by last modified time
    Searched full:leak_slope (Results 1 - 1 of 1) sorted by null

  /external/libopus/src/
analysis.c 585 float leak_slope = LEAKAGE_SLOPE*(tbands[b]-tbands[b-1])/4; local
586 leakage_from[b] = MIN16(leakage_from[b-1]+leak_slope, band_log2[b]);
587 leakage_to[b] = MAX16(leakage_to[b-1]-leak_slope, band_log2[b]-LEAKAGE_OFFSET);
591 float leak_slope = LEAKAGE_SLOPE*(tbands[b+1]-tbands[b])/4; local
592 leakage_from[b] = MIN16(leakage_from[b+1]+leak_slope, leakage_from[b]);
593 leakage_to[b] = MAX16(leakage_to[b+1]-leak_slope, leakage_to[b]);
    [all...]

Completed in 138 milliseconds