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

  /external/libxaac/decoder/
ixheaacd_lpc_dec.c 48 #define FREQ_DIV 400.0f
63 w[i] = (FLOAT32)(factor_table[mode] / (FREQ_DIV / sqrt(d[i] * d[i + 1])));
  /external/aac/libAACdec/src/
usacdec_lpc.cpp 527 #define FREQ_DIV 400.0f
553 factor = FL2FXCONST_SGL(2.0f * 60.0f / FREQ_DIV);
556 factor = FL2FXCONST_SGL(2.0f * 65.0f / FREQ_DIV);
559 factor = FL2FXCONST_SGL(2.0f * 64.0f / FREQ_DIV);
562 factor = FL2FXCONST_SGL(2.0f * 63.0f / FREQ_DIV);
    [all...]

Completed in 6566 milliseconds