/external/aac/libSBRenc/src/ |
tran_det.h | 202 FIXP_DBL* tonality);
|
tran_det.cpp | 375 FIXP_DBL* tonality) 435 /* set tonality to 0 when energy is very low, since the amplitude 437 *tonality = FL2FXCONST_DBL(0.0f); [all...] |
env_est.cpp | 123 \return mean tonality of the 5 bands with the highest energy 202 /* Get tonality values for 5 highest energies */ 1031 FIXP_DBL tonality = FDKsbrEnc_GetTonality ( local [all...] |
/external/libopus/src/ |
opus_private.h | 90 int bitrate, opus_val16 tonality, float *mem, int buffering,
|
analysis.c | 187 /*printf("%f %f %f\n", psum, info_out->music_prob, info_out->tonality);*/ 202 VARDECL(float, tonality); 251 ALLOC(tonality, 240, float); 297 tonality[i] = 1.f/(1.f+40.f*16.f*pi4*avg_mod)-.015f; 334 tE += binE*tonality[i]; 451 info->tonality = frame_tonality; 479 features[20] = info->tonality;
|
opus_encoder.c | 652 int bitrate, opus_val16 tonality, float *mem, int buffering, 713 bestLM = transient_viterbi(e, e_1, N, (int)((1.f+.5f*tonality)*(60*C+40)), bitrate/400); [all...] |
/external/libopus/celt/ |
celt.h | 55 float tonality; member in struct:__anon16695
|
celt_encoder.c | 1051 /*printf("%d %d %f %f\n", pitch_change, pitch_index, gain1, st->analysis.tonality);*/ [all...] |