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

  /external/aac/libSBRenc/src/
tran_det.h 190 int timeStep, int no_cols, FIXP_DBL *tonality);
tran_det.cpp 397 int timeStep, int no_cols, FIXP_DBL *tonality) {
446 /* set tonality to 0 when energy is very low, since the amplitude
448 *tonality = FL2FXCONST_DBL(0.0f);
    [all...]
env_est.cpp 140 \return mean tonality of the 5 bands with the highest energy
219 /* Get tonality values for 5 highest energies */
1061 FIXP_DBL tonality = FDKsbrEnc_GetTonality( local
    [all...]
  /external/libopus/src/
analysis.c 265 tonality_max = tonality_avg = info_out->tonality;
277 tonality_max = MAX32(tonality_max, tonal->info[pos].tonality);
278 tonality_avg += tonal->info[pos].tonality;
294 info_out->tonality = MAX32(tonality_avg/tonality_count, tonality_max-.2f);
433 VARDECL(float, tonality);
505 ALLOC(tonality, 240, float);
563 tonality[i] = 1.f/(1.f+40.f*16.f*pi4*avg_mod)-.015f;
574 tonality[i] = .9f*MAX32(tonality[i], tt-.1f);
619 tE += binE*MAX32(0, tonality[i])
    [all...]
  /external/libopus/celt/
celt.h 57 float tonality; member in struct:__anon29245
celt_encoder.c     [all...]

Completed in 152 milliseconds