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

  /external/libopus/src/
analysis.h 35 #define NB_TBANDS 18
47 float prev_band_tonality[NB_TBANDS];
49 float E[NB_FRAMES][NB_TBANDS];
50 float lowE[NB_TBANDS];
51 float highE[NB_TBANDS];
analysis.c 100 static const int tbands[NB_TBANDS+1] = {
108 /*static const float tweight[NB_TBANDS+1] = {
204 float band_tonality[NB_TBANDS];
205 float logE[NB_TBANDS];
312 for (b=0;b<NB_TBANDS;b++)
320 for (b=0;b<NB_TBANDS;b++)
372 if (b>=NB_TBANDS-NB_TONAL_SKIP_BANDS)
373 frame_tonality -= band_tonality[b-NB_TBANDS+NB_TONAL_SKIP_BANDS];
375 max_frame_tonality = MAX16(max_frame_tonality, (1.f+.03f*(b-NB_TBANDS))*frame_tonality);
432 frame_stationarity /= NB_TBANDS;
    [all...]

Completed in 86 milliseconds